Home
last modified time | relevance | path

Searched refs:export_off (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1285 uint32_t export_off; /* file offset to lazy binding info */ member
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test233 EXE: export_off 49200
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test267 EXE: export_off 49196
/external/llvm/include/llvm/Support/
DMachO.h828 uint32_t export_off; member
1081 sys::swapByteOrder(info.export_off); in swapStruct()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp361 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h833 uint32_t export_off; member
1089 sys::swapByteOrder(info.export_off); in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp413 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
DMachOYAML.cpp272 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h866 uint32_t export_off; member
1118 sys::swapByteOrder(info.export_off); in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp248 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test289 EXE: export_off 8240
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp710 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()
714 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()
721 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()
4601 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2372 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8140 outs() << " export_off " << dc.export_off; in PrintDyldInfoLoadCommand()
8141 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
8146 big_size = dc.export_off; in PrintDyldInfoLoadCommand()