Home
last modified time | relevance | path

Searched full:export_off (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp80 if (DyLdInfoCommand.export_off) { in totalSize()
83 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()
371 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; in writeExportInfo()
614 if (DyLdInfoCommand.export_off) in writeTail()
616 {DyLdInfoCommand.export_off, &MachOWriter::writeExportInfo}); in writeTail()
H A DMachOLayoutBuilder.cpp407 MLC.dyld_info_command_data.export_off = in layoutTail()
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dout_of_order_linkedit.yaml68 export_off: 13016
209 #CHECK: export_off: 13016
H A Dload_commands.yaml68 export_off: 13016
194 #CHECK: export_off: 13016
H A Drebase_opcode.yaml35 export_off: 1752
H A Dweak_bind_opcode.yaml35 export_off: 1752
H A Dbind_opcode.yaml35 export_off: 1752
H A Dexport_trie.yaml68 export_off: 13016
H A Dsections.yaml178 export_off: 13016
H A Dlazy_bind_opcode.yaml35 export_off: 1752
H A Dsymtab.yaml70 export_off: 13016
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp248 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp272 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
H A DMachOEmitter.cpp413 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp313 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test233 EXE: export_off 49200
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test267 EXE: export_off 49196
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp710 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()
711 return malformedError("export_off field of " + Twine(CmdName) + in checkDyldInfoCommand()
714 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()
717 return malformedError("export_off field plus export_size field of " + 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()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h828 uint32_t export_off; member
1081 sys::swapByteOrder(info.export_off); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h833 uint32_t export_off; member
1089 sys::swapByteOrder(info.export_off); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp713 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()
714 return malformedError("export_off field of " + Twine(CmdName) + in checkDyldInfoCommand()
717 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()
720 return malformedError("export_off field plus export_size field of " + in checkDyldInfoCommand()
724 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()
4959 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test289 EXE: export_off 8240
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h866 uint32_t export_off; member
1118 sys::swapByteOrder(info.export_off); in swapStruct()
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp361 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h889 uint32_t export_off; member
1257 sys::swapByteOrder(info.export_off); in swapStruct()

12