Searched refs:N_STAB (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 133 #define N_STAB 0340 /* Mask for all bits used for SDB entries */ macro
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | adobe.h | 134 #define N_STAB 0xe0 /* If any of these bits are on, it's a debug symbol */ macro
|
D | aout64.h | 290 #define N_STAB 0xe0 /* If any of these bits are on, it's a debug symbol. */ macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 249 #define N_STAB 0340 macro
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | aoutx.h | 1394 if ((cache_ptr->type & N_STAB) != 0 in translate_from_native_sym_flags() 3012 if ((type & N_STAB) != 0) in aout_link_add_symbols() 3253 || (type & N_STAB) != 0 in aout_link_check_ar_symbols() 4924 if ((type & N_STAB) != 0) in aout_link_write_symbols() 4972 else if ((type & N_STAB) != 0) in aout_link_write_symbols() 5090 if ((type & N_STAB) == 0 in aout_link_write_symbols()
|
D | pdp11.c | 2797 BFD_ASSERT ((type & N_STAB) != 0); in aout_link_add_symbols() 4127 if ((type & N_STAB) != 0) in aout_link_write_symbols() 4175 else if ((type & N_STAB) != 0) in aout_link_write_symbols() 4293 if ((type & N_STAB) == 0 in aout_link_write_symbols()
|
D | ChangeLog-2008 | 645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
|
D | ChangeLog-9495 | 6363 * aoutx.h (aout_link_check_ar_symbols): Just skip N_STAB and N_FN
|