show some more of the name list entries
This commit is contained in:
parent
a6b82288bc
commit
e8c881c8e0
@ -181,6 +181,11 @@ showname(namep)
|
||||
printf("\tass src file item\n"); break;
|
||||
case S_COM:
|
||||
printf("\tcommon\n"); break;
|
||||
case 0:
|
||||
break;
|
||||
default:
|
||||
printf("\tstab 0x%x\n", namep->on_type >> 8);
|
||||
printf("\tdesc 0x%x\n", namep->on_desc);
|
||||
}
|
||||
printf("\tvalue %ld\n", namep->on_valu);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user