| /freebsd-12-stable/lib/libkvm/ |
| D | kvm_private.c | 523 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix() 547 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix() 570 if (np->n_type != N_UNDF) in kvm_fdnlist_prefix() 578 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix() 593 if (np->n_type != N_UNDF) in kvm_fdnlist_prefix() 643 if (p->n_type != N_UNDF) in _kvm_nlist()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | nlist.c | 381 nl->n_type = N_UNDF; in elf_sym_to_nlist() 389 nl->n_type = N_UNDF; in elf_sym_to_nlist() 395 (sh->sh_type == SHT_NOBITS ? N_BSS : N_UNDF); in elf_sym_to_nlist()
|
| /freebsd-12-stable/sys/sys/ |
| D | nlist_aout.h | 73 #define N_UNDF 0x00 /* undefined */ macro
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | bout.h | 123 #define N_UNDF 0 /* Undefined symbol */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/ |
| D | llvm-nm.cpp | 289 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol() 375 case MachO::N_UNDF: in darwinPrintSymbol() 477 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && in darwinPrintSymbol() 480 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol() 482 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol() 506 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol() 1273 U.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO() 1333 B.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO() 1391 L.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO() 1452 W.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | obj-aout.c | 45 if (type == (N_UNDF | N_EXT) in obj_aout_frob_symbol()
|
| D | aout_gnu.h | 236 #define N_UNDF 0 macro
|
| /freebsd-12-stable/contrib/binutils/include/aout/ |
| 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") */
|
| D | ChangeLog | 193 * stab.def: Update descriptions of Solaris-2 stabs; add N_UNDF.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| D | Object.h | 124 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
|
| /freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | MachONormalizedFile.h | 139 Symbol() : type(llvm::MachO::N_UNDF), scope(0), sect(0), desc(0), value(0) { } in Symbol()
|
| D | MachONormalizedFileBinaryReader.cpp | 401 else if (sout.type == N_UNDF) in readBinary() 431 if (sout.type == N_UNDF) in readBinary()
|
| D | MachONormalizedFileYAML.cpp | 265 io.enumCase(value, "N_UNDF", llvm::MachO::N_UNDF); in enumeration() 467 if (sym.type == llvm::MachO::N_UNDF) { in mapping()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | aoutx.h | 1428 case N_UNDF | N_EXT: in translate_from_native_sym_flags() 1589 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1593 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1646 case N_UNDF: type = N_WEAKU; break; in translate_to_native_sym_flags() 2987 case N_UNDF: in aout_link_add_symbols() 3004 case N_UNDF | N_EXT: in aout_link_add_symbols() 3283 if (type == (N_UNDF | N_EXT)) in aout_link_check_ar_symbols() 3559 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 3585 type = N_UNDF | N_EXT; in aout_link_write_other_symbol() 3856 case N_UNDF: return bfd_abs_section_ptr; in aout_reloc_index_to_section()
|
| D | sunos.c | 2245 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2261 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2290 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol()
|
| /freebsd-12-stable/usr.bin/ldd/ |
| D | sods.c | 483 case N_UNDF: strcpy(type, "undf"); break; in dump_sym()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dbxread.c | 1393 case N_UNDF | N_EXT: in read_dbx_symtab() 1406 nlist.n_type ^= (N_BSS ^ N_UNDF); /* Define it as a bss-symbol */ in read_dbx_symtab() 1412 case N_UNDF: in read_dbx_symtab()
|
| D | mdebugread.c | 2800 case N_UNDF | N_EXT: in parse_partial_symbols() 2803 case N_UNDF: in parse_partial_symbols()
|
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | InputFiles.cpp | 568 case N_UNDF: in parseNonSectionSymbol() 590 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0; in isUndef()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | MachOLinkGraphBuilder.cpp | 350 case MachO::N_UNDF: in graphifyRegularSymbols()
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | symbols.c | 352 #ifdef N_UNDF in colon() 353 know (N_UNDF == 0); in colon()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | objdump.c | 2281 else if (type == N_UNDF) in print_section_stabs() 2292 if (type == N_UNDF) in print_section_stabs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 364 Type = MachO::N_UNDF; in writeNlist()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 1726 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable() 1831 case MachO::N_UNDF : in getSymbolType() 1863 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags()
|