Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dnlist.c268 nl->n_type = N_UNDF; in elf_sym_to_nlist()
276 nl->n_type = N_UNDF; in elf_sym_to_nlist()
282 (sh->sh_type == SHT_NOBITS ? N_BSS : N_UNDF); in elf_sym_to_nlist()
/freebsd/lib/libkvm/
H A Dkvm_private.c580 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix()
604 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix()
627 if (np->n_type != N_UNDF) in kvm_fdnlist_prefix()
635 if (p->n_type != N_UNDF) in kvm_fdnlist_prefix()
650 if (np->n_type != N_UNDF) in kvm_fdnlist_prefix()
700 if (p->n_type != N_UNDF) in _kvm_nlist()
/freebsd/sys/sys/
H A Dnlist_aout.h69 #define N_UNDF 0x00 /* undefined */ macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp320 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()
406 case MachO::N_UNDF: in darwinPrintSymbol()
508 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && in darwinPrintSymbol()
511 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol()
513 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol()
537 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol()
1382 U.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()
1442 B.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()
1500 L.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()
1561 W.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h118 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
H A DMachOObjcopy.cpp100 (Sym.n_type & llvm::MachO::N_TYPE) != llvm::MachO::N_UNDF; in updateAndRemoveSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp359 case MachO::N_UNDF: in graphifyRegularSymbols()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp763 case N_UNDF: in parseNonSectionSymbol()
795 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0; in isUndef()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp365 Type = MachO::N_UNDF; in writeNlist()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1746 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1851 case MachO::N_UNDF : in getSymbolType()
1883 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h316 N_UNDF = 0x0u, enumerator