Searched refs:N_UNDF (Results 1 – 10 of 10) sorted by relevance
268 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()
580 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()
69 #define N_UNDF 0x00 /* undefined */ macro
320 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()
118 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
359 case MachO::N_UNDF: in graphifyRegularSymbols()
763 case N_UNDF: in parseNonSectionSymbol()795 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0; in isUndef()
408 Type = MachO::N_UNDF; in writeNlist()
1746 (((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()
316 N_UNDF = 0x0u, enumerator