Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-bout.c32 N_UNDF, /* Unknown. */
33 N_UNDF, /* Error. */
34 N_UNDF, /* Expression. */
35 N_UNDF, /* Debug. */
36 N_UNDF, /* Ntv. */
37 N_UNDF, /* Ptv. */
Dobj-aout.c39 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()
Dobj-bout.h134 #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)
Dobj-aout.h105 (S_GET_TYPE (s) != N_UNDF || S_GET_DESC (s) != 0)
108 (S_GET_TYPE (s) == N_UNDF && S_GET_VALUE (s) != 0)
Daout_gnu.h236 #define N_UNDF 0 macro
/mirbsd/src/include/
Dnlist.h57 #define N_UNDF 0x00 /* undefined */ macro
/mirbsd/src/sys/ddb/
Ddb_aout.h59 #define N_UNDF 0x00 /* undefined */ macro
/mirbsd/src/gnu/usr.bin/binutils/include/
Dbout.h123 #define N_UNDF 0 /* Undefined symbol */ macro
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dadobe.h120 #define N_UNDF 0 /* Undefined symbol */ macro
Daout64.h280 #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") */
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dhp300hpux.c383 new_type = N_UNDF;
419 case N_UNDF | N_EXT:
Dpdp11.c156 #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()
Daoutx.h1415 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()
Dsunos.c2259 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()
Dmach-o.c101 #define N_UNDF 0x0 macro
/mirbsd/src/lib/libc/gen/
Dfnlist.c315 p->n_type = N_UNDF; in __elf_fnlist()
Dnlist.c453 p->n_type = N_UNDF; in __elf_fdnlist()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c1388 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()
Dmdebugread.c2821 case N_UNDF | N_EXT: in parse_partial_symbols()
2824 case N_UNDF: in parse_partial_symbols()
/mirbsd/src/usr.sbin/kvm_mkdb/
Dnlist.c423 nbuf.n_type = N_UNDF; in __elf_knlist()
/mirbsd/src/usr.bin/elf2aout/
Delf2aout.c500 outbuf[i].n_type = N_UNDF; in translate_syms()
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dsymbols.c372 #ifdef N_UNDF in colon()
373 know (N_UNDF == 0); in colon()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dobjdump.c2064 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/
Dstabs.texinfo3177 @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