Home
last modified time | relevance | path

Searched refs:N_STAB (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dbout.h133 #define N_STAB 0340 /* Mask for all bits used for SDB entries */ macro
/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h134 #define N_STAB 0xe0 /* If any of these bits are on, it's a debug symbol */ macro
Daout64.h290 #define N_STAB 0xe0 /* If any of these bits are on, it's a debug symbol. */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h249 #define N_STAB 0340 macro
/toolchain/binutils/binutils-2.27/bfd/
Daoutx.h1394 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()
Dpdp11.c2797 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()
DChangeLog-2008645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
DChangeLog-94956363 * aoutx.h (aout_link_check_ar_symbols): Just skip N_STAB and N_FN