Home
last modified time | relevance | path

Searched refs:N_UNDF (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dbout.h124 #define N_UNDF 0 /* Undefined symbol */ macro
/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h121 #define N_UNDF 0 /* Undefined symbol */ macro
Daout64.h277 #define N_UNDF 0 /* Undefined symbol. */ macro
Dstab.def20 overlaps the N_UNDF used for ordinary symbols. In ELF files, the
28 /* __define_stab (N_UNDF, 0x00, "UNDF") */
DChangeLog-9115250 * stab.def: Update descriptions of Solaris-2 stabs; add N_UNDF.
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-aout.c41 if (type == (N_UNDF | N_EXT) in obj_aout_frob_symbol()
Daout_gnu.h236 #define N_UNDF 0 macro
/toolchain/binutils/binutils-2.27/bfd/
Dhp300hpux.c370 new_type = N_UNDF; in convert_sym_type()
406 case N_UNDF | N_EXT: in convert_sym_type()
Dpdp11.c152 #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()
Daoutx.h1442 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()
Dsunos.c2238 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()
DChangeLog-2008645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
DChangeLog-94959424 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.
/toolchain/binutils/binutils-2.27/gas/
Dsymbols.c360 #ifdef N_UNDF in colon()
361 know (N_UNDF == 0); in colon()
DChangeLog-92957530 N_UNDF | N_EXT is in the absolute section, move it to the
/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c2646 else if (type == N_UNDF) in print_section_stabs()
2657 if (type == N_UNDF) in print_section_stabs()