| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-bout.c | 32 N_UNDF, /* Unknown. */ 33 N_UNDF, /* Error. */ 34 N_UNDF, /* Expression. */ 35 N_UNDF, /* Debug. */ 36 N_UNDF, /* Ntv. */ 37 N_UNDF, /* Ptv. */
|
| D | obj-aout.c | 39 N_UNDF, /* Unknown. */ 40 N_UNDF, /* Error. */ 41 N_UNDF, /* Expression. */ 42 N_UNDF, /* Debug. */ 43 N_UNDF, /* Ntv. */ 44 N_UNDF, /* Ptv. */ 86 if (type == (N_UNDF | N_EXT) in obj_aout_frob_symbol() 294 case N_UNDF: S_SET_TYPE (symbolP, N_WEAKU); break; in obj_emit_symbols()
|
| D | obj-bout.h | 134 #define N_UNDF 0 /* Undefined symbol. */ macro 175 #define S_IS_DEFINED(s) ((S_GET_TYPE(s) != N_UNDF) || (S_GET_DESC(s) != 0)) 184 (S_GET_TYPE (s) == N_UNDF && S_GET_VALUE (s) != 0)
|
| D | obj-aout.h | 105 (S_GET_TYPE (s) != N_UNDF || S_GET_DESC (s) != 0) 108 (S_GET_TYPE (s) == N_UNDF && S_GET_VALUE (s) != 0)
|
| D | aout_gnu.h | 236 #define N_UNDF 0 macro
|
| /mirbsd/src/include/ |
| D | nlist.h | 57 #define N_UNDF 0x00 /* undefined */ macro
|
| /mirbsd/src/sys/ddb/ |
| D | db_aout.h | 59 #define N_UNDF 0x00 /* undefined */ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | bout.h | 123 #define N_UNDF 0 /* Undefined symbol */ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | adobe.h | 120 #define N_UNDF 0 /* Undefined symbol */ macro
|
| D | aout64.h | 280 #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") */
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | hp300hpux.c | 383 new_type = N_UNDF; 419 case N_UNDF | N_EXT:
|
| D | pdp11.c | 156 #undef N_UNDF 165 #define N_UNDF 0x00 /* Undefined. */ macro 1328 case N_UNDF | N_EXT: in translate_from_native_sym_flags() 1408 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1410 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 2612 if (type == (N_UNDF | N_EXT)) in aout_link_check_ar_symbols() 2777 case N_UNDF: in aout_link_add_symbols() 2787 case N_UNDF | N_EXT: in aout_link_add_symbols() 2932 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 2958 type = N_UNDF | N_EXT; in aout_link_write_other_symbol()
|
| D | aoutx.h | 1415 case N_UNDF | N_EXT: in translate_from_native_sym_flags() 1576 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1580 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1633 case N_UNDF: type = N_WEAKU; break; in translate_to_native_sym_flags() 2968 case N_UNDF: in aout_link_add_symbols() 2985 case N_UNDF | N_EXT: in aout_link_add_symbols() 3264 if (type == (N_UNDF | N_EXT)) in aout_link_check_ar_symbols() 3540 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 3566 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 3837 case N_UNDF: return bfd_abs_section_ptr; in aout_reloc_index_to_section()
|
| D | sunos.c | 2259 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2275 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2304 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol()
|
| D | mach-o.c | 101 #define N_UNDF 0x0 macro
|
| /mirbsd/src/lib/libc/gen/ |
| D | fnlist.c | 315 p->n_type = N_UNDF; in __elf_fnlist()
|
| D | nlist.c | 453 p->n_type = N_UNDF; in __elf_fdnlist()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dbxread.c | 1388 case N_UNDF | N_EXT: in read_dbx_symtab() 1401 nlist.n_type ^= (N_BSS ^ N_UNDF); /* Define it as a bss-symbol */ in read_dbx_symtab() 1407 case N_UNDF: in read_dbx_symtab()
|
| D | mdebugread.c | 2821 case N_UNDF | N_EXT: in parse_partial_symbols() 2824 case N_UNDF: in parse_partial_symbols()
|
| /mirbsd/src/usr.sbin/kvm_mkdb/ |
| D | nlist.c | 423 nbuf.n_type = N_UNDF; in __elf_knlist()
|
| /mirbsd/src/usr.bin/elf2aout/ |
| D | elf2aout.c | 500 outbuf[i].n_type = N_UNDF; in translate_syms()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | symbols.c | 372 #ifdef N_UNDF in colon() 373 know (N_UNDF == 0); in colon()
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | objdump.c | 2064 else if (type == N_UNDF) in print_section_stabs() 2075 if (type == N_UNDF) in print_section_stabs()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 3177 @item 0x0 N_UNDF 3938 compilation unit (which can be found using the synthetic N_UNDF stab 3951 @code{N_UNDF}. 3994 stabs in sections, they remove the leading @code{N_UNDF} symbol and
|