Home
last modified time | relevance | path

Searched refs:N_FN (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dbout.h129 #define N_FN 31 /* Filename symbol */ macro
DChangeLog-91032554 Add N_FN_SEQ for N_FN symbol type used on Sequent machines.
2607 * a.out.gnu.h (N_FN): Its value *really is* 0x1F.
2610 * aout64.h (N_FN): Fix value, add comments about N_EXT.
2612 values <0x20, including low order bits. Move N_FN to
2643 * a.out.gnu.h, aout64.h: Add N_WARNING. Change N_FN to 0x0E,
2672 * a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E.
/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h127 #define N_FN 0x1f /* File name of .o file */ macro
Daout64.h283 #define N_FN 0x1f /* File name of .o file. */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h242 #define N_FN 0x1F /* File name of a .o file */ macro
/toolchain/binutils/binutils-2.27/bfd/
Dpdp11.c158 #undef N_FN
167 #define N_FN 0x1f /* File name. */ macro
1277 if (cache_ptr->type == N_FN) in translate_from_native_sym_flags()
1288 case N_FN: in translate_from_native_sym_flags()
2576 || type == N_FN) in aout_link_check_ar_symbols()
2806 case N_FN: in aout_link_add_symbols()
Dhp300hpux.c364 new_type = N_FN; in convert_sym_type()
Daoutx.h1395 || cache_ptr->type == N_FN) in translate_from_native_sym_flags()
1406 case N_FN: in translate_from_native_sym_flags()
3036 case N_FN: in aout_link_add_symbols()
3254 || type == N_FN) in aout_link_check_ar_symbols()
DChangeLog-91932071 * aoutx.h: Make sym_is_debugger_info true for N_FN.
DChangeLog-94956363 * aoutx.h (aout_link_check_ar_symbols): Just skip N_STAB and N_FN
/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c444 case N_FN: in parse_stab()