/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 80 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 D | MachOLayoutBuilder.cpp | 407 MLC.dyld_info_command_data.export_off = in layoutTail()
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | out_of_order_linkedit.yaml | 68 export_off: 13016 209 #CHECK: export_off: 13016
|
H A D | load_commands.yaml | 68 export_off: 13016 194 #CHECK: export_off: 13016
|
H A D | rebase_opcode.yaml | 35 export_off: 1752
|
H A D | weak_bind_opcode.yaml | 35 export_off: 1752
|
H A D | bind_opcode.yaml | 35 export_off: 1752
|
H A D | export_trie.yaml | 68 export_off: 13016
|
H A D | sections.yaml | 178 export_off: 13016
|
H A D | lazy_bind_opcode.yaml | 35 export_off: 1752
|
H A D | symtab.yaml | 70 export_off: 13016
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 248 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 272 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
|
H A D | MachOEmitter.cpp | 413 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 D | MachOYAML.cpp | 313 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 233 EXE: export_off 49200
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 267 EXE: export_off 49196
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 710 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 D | MachO.h | 828 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 D | MachO.h | 833 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 D | MachOObjectFile.cpp | 713 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 D | macho-private-headers.test | 289 EXE: export_off 8240
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 866 uint32_t export_off; member 1118 sys::swapByteOrder(info.export_off); in swapStruct()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 361 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 D | MachO.h | 889 uint32_t export_off; member 1257 sys::swapByteOrder(info.export_off); in swapStruct()
|