Home
last modified time | relevance | path

Searched full:rebase_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.cpp58 if (DyLdInfoCommand.rebase_off) { in totalSize()
61 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize()
323 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo()
603 if (DyLdInfoCommand.rebase_off) in writeTail()
605 {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo}); in writeTail()
H A DMachOLayoutBuilder.cpp395 MLC.dyld_info_command_data.rebase_off = in layoutTail()
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dout_of_order_linkedit.yaml60 rebase_off: 12384
201 #CHECK: rebase_off: 12384
H A Dload_commands.yaml60 rebase_off: 12288
186 #CHECK: rebase_off: 12288
H A Drebase_opcode.yaml27 rebase_off: 1024
H A Dweak_bind_opcode.yaml27 rebase_off: 1024
H A Dbind_opcode.yaml27 rebase_off: 1024
H A Dexport_trie.yaml60 rebase_off: 12288
H A Dsections.yaml170 rebase_off: 12288
H A Dlazy_bind_opcode.yaml27 rebase_off: 1024
H A Dsymtab.yaml62 rebase_off: 12288
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp240 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp264 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
H A DMachOEmitter.cpp405 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp305 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test225 EXE: rebase_off 49152
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test259 EXE: rebase_off 49152
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp650 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand()
651 return malformedError("rebase_off field of " + Twine(CmdName) + in checkDyldInfoCommand()
654 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand()
657 return malformedError("rebase_off field plus rebase_size field of " + in checkDyldInfoCommand()
661 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand()
4545 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h820 uint32_t rebase_off; member
1073 sys::swapByteOrder(info.rebase_off); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h825 uint32_t rebase_off; member
1081 sys::swapByteOrder(info.rebase_off); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp653 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand()
654 return malformedError("rebase_off field of " + Twine(CmdName) + in checkDyldInfoCommand()
657 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand()
660 return malformedError("rebase_off field plus rebase_size field of " + in checkDyldInfoCommand()
664 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand()
4903 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test281 EXE: rebase_off 8192
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h858 uint32_t rebase_off; member
1110 sys::swapByteOrder(info.rebase_off); in swapStruct()
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp353 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h881 uint32_t rebase_off; member
1249 sys::swapByteOrder(info.rebase_off); in swapStruct()

12