Searched refs:N_PEXT (Results 1 – 10 of 10) sorted by relevance
281 if (Type & MachO::N_PEXT) in dumpSymTabEntry()595 bool Extern = SymType & (MachO::N_EXT | MachO::N_PEXT); in loadMainBinarySymbols()
666 bool isPrivateExtern = sym.n_type & N_PEXT || forceHidden; in createDefined()723 bool isPrivateExtern = sym.n_type & N_PEXT || forceHidden; in createAbsolute()743 bool isPrivateExtern = sym.n_type & N_PEXT || forceHidden; in parseNonSectionSymbol()
1328 scope = N_PEXT; in writeTo()
340 NType |= MachO::N_PEXT; in darwinPrintSymbol()504 if (NType & MachO::N_PEXT) { in darwinPrintSymbol()521 if (NType & MachO::N_PEXT) in darwinPrintSymbol()
131 N_PEXT = 0x10 variable1634 if n_type & N_PEXT:
75 if ((Type & MachO::N_PEXT) || Name.startswith("l")) in getScope()
374 Type |= MachO::N_PEXT; in writeNlist()
691 if (MOSymbol.Type & MachO::N_PEXT) in printSymbol()
308 N_PEXT = 0x10, enumerator
1883 if (MachOType & MachO::N_PEXT) in getSymbolFlags()1888 } else if (MachOType & MachO::N_PEXT) in getSymbolFlags()