Searched refs:N_UNDF (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 124 #define N_UNDF 0 /* Undefined symbol */ macro
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | adobe.h | 121 #define N_UNDF 0 /* Undefined symbol */ macro
|
D | aout64.h | 277 #define N_UNDF 0 /* Undefined symbol. */ macro
|
D | stab.def | 20 overlaps the N_UNDF used for ordinary symbols. In ELF files, the 28 /* __define_stab (N_UNDF, 0x00, "UNDF") */
|
D | ChangeLog-9115 | 250 * stab.def: Update descriptions of Solaris-2 stabs; add N_UNDF.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-aout.c | 41 if (type == (N_UNDF | N_EXT) in obj_aout_frob_symbol()
|
D | aout_gnu.h | 236 #define N_UNDF 0 macro
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | hp300hpux.c | 370 new_type = N_UNDF; in convert_sym_type() 406 case N_UNDF | N_EXT: in convert_sym_type()
|
D | pdp11.c | 152 #undef N_UNDF 161 #define N_UNDF 0x00 /* Undefined. */ macro 1324 case N_UNDF | N_EXT: in translate_from_native_sym_flags() 1404 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1406 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 2616 if (type == (N_UNDF | N_EXT)) in aout_link_check_ar_symbols() 2800 case N_UNDF: in aout_link_add_symbols() 2810 case N_UNDF | N_EXT: in aout_link_add_symbols() 2956 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 2982 type = N_UNDF | N_EXT; in aout_link_write_other_symbol()
|
D | aoutx.h | 1442 case N_UNDF | N_EXT: in translate_from_native_sym_flags() 1603 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1607 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1660 case N_UNDF: type = N_WEAKU; break; in translate_to_native_sym_flags() 3028 case N_UNDF: in aout_link_add_symbols() 3045 case N_UNDF | N_EXT: in aout_link_add_symbols() 3332 if (type == (N_UNDF | N_EXT)) in aout_link_check_ar_symbols() 3628 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 3654 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 3921 case N_UNDF: return bfd_abs_section_ptr; in aout_reloc_index_to_section()
|
D | sunos.c | 2238 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2254 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2283 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol()
|
D | ChangeLog-2008 | 645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
|
D | ChangeLog-9495 | 9424 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | symbols.c | 360 #ifdef N_UNDF in colon() 361 know (N_UNDF == 0); in colon()
|
D | ChangeLog-9295 | 7530 N_UNDF | N_EXT is in the absolute section, move it to the
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | objdump.c | 2646 else if (type == N_UNDF) in print_section_stabs() 2657 if (type == N_UNDF) in print_section_stabs()
|