/external/kernel-headers/original/uapi/linux/ |
D | a.out.h | 181 #if !defined (N_TYPE) 182 #define N_TYPE 036 macro
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 371 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol() 373 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol() 378 switch (NType & MachO::N_TYPE) { in darwinPrintSymbol() 385 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) in darwinPrintSymbol() 473 ((NType & MachO::N_TYPE) != MachO::N_UNDF) && in darwinPrintSymbol() 478 ((NType & MachO::N_TYPE) != MachO::N_UNDF) && in darwinPrintSymbol() 485 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol() 497 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol() 498 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in darwinPrintSymbol() 850 switch (NType & MachO::N_TYPE) { in getSymbolNMTypeChar() [all …]
|
/external/boringssl/src/util/ |
D | read_symbols.go | 207 N_TYPE uint8 = 0x0e // mask for the type bits 217 if sym.Type&N_EXT != 0 && sym.Type&N_TYPE != N_UNDF {
|
/external/google-breakpad/src/common/ |
D | stabs_reader.cc | 120 (iterator_->type & N_TYPE) == N_SECT) { in Process() 304 (iterator_->type & N_TYPE) == N_SECT); in ProcessExtern()
|
/external/llvm-project/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 453 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol() 470 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol() 472 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol() 477 switch (NType & MachO::N_TYPE) { in darwinPrintSymbol() 484 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) in darwinPrintSymbol() 580 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && in darwinPrintSymbol() 583 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol() 585 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol() 592 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol() 609 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol() [all …]
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | nlist.h | 119 #define N_TYPE 0x0e /* mask for the type bits */ macro
|
/external/llvm-project/lldb/tools/compact-unwind/ |
D | compact-unwind-dumper.c | 329 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands() 359 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.h | 124 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 339 switch (NSym.Type & MachO::N_TYPE) { in graphifyRegularSymbols() 382 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) + in graphifyRegularSymbols()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 309 switch (NSym.Type & MachO::N_TYPE) { in graphifyRegularSymbols() 352 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) + in graphifyRegularSymbols()
|
/external/llvm-project/lld/MachO/ |
D | InputFiles.cpp | 271 uint8_t type = sym.n_type & N_TYPE; in parseNonSectionSymbol() 303 if ((sym.n_type & N_TYPE) != N_SECT) { in parseSymbols()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryReader.cpp | 394 sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE)); in readBinary() 426 sout.type = (NListType)(sin->n_type & N_TYPE); in readBinary()
|
D | MachONormalizedFileToAtoms.cpp | 232 if ((sym.type & N_TYPE) != N_SECT) in appendSymbolsInSection() 574 if ((sym->type & N_TYPE) == N_SECT) { in convertRelocs() 587 } else if ((sym->type & N_TYPE) == N_UNDF) { in convertRelocs()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 481 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName() 521 switch (n_type & MachO::N_TYPE) { in getSymbolType() 544 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags() 552 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags() 569 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS) in getSymbolFlags()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1715 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable() 1720 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable() 1727 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable() 1728 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable() 1791 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName() 1831 switch (n_type & MachO::N_TYPE) { in getSymbolType() 1854 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags() 1862 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags() 1879 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS) in getSymbolFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1712 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable() 1717 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable() 1724 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable() 1725 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable() 1788 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName() 1828 switch (n_type & MachO::N_TYPE) { in getSymbolType() 1851 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags() 1859 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags() 1876 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS) in getSymbolFlags()
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 225 switch (Type & MachO::N_TYPE) { in dumpSymTabEntry()
|
D | MachOUtils.cpp | 149 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF) in transferSymbol()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 274 switch (Type & MachO::N_TYPE) { in dumpSymTabEntry()
|
D | MachOUtils.cpp | 163 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF) in transferSymbol()
|
/external/llvm-project/lldb/examples/python/ |
D | mach_o.py | 133 N_TYPE = 0x0e variable 1621 type = self.value & N_TYPE
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 634 W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE), in printSymbol()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 650 W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE), in printSymbol()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 301 N_TYPE = 0x0e, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 301 N_TYPE = 0x0e, enumerator
|