Home
last modified time | relevance | path

Searched full:rebase_off (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml60 rebase_off: 12384
201 #CHECK: rebase_off: 12384
Dload_commands.yaml60 rebase_off: 12288
186 #CHECK: rebase_off: 12288
Drebase_opcode.yaml27 rebase_off: 1024
Dweak_bind_opcode.yaml27 rebase_off: 1024
Dbind_opcode.yaml27 rebase_off: 1024
Dexport_trie.yaml60 rebase_off: 12288
Dsections.yaml170 rebase_off: 12288
Dlazy_bind_opcode.yaml27 rebase_off: 1024
Dsymtab.yaml62 rebase_off: 12288
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test225 EXE: rebase_off 49152
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp240 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test259 EXE: rebase_off 49152
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp264 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
DMachOEmitter.cpp405 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test281 EXE: rebase_off 8192
/external/llvm/include/llvm/Support/
DMachO.h820 uint32_t rebase_off; member
1073 sys::swapByteOrder(info.rebase_off); in swapStruct()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp353 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h825 uint32_t rebase_off; member
1081 sys::swapByteOrder(info.rebase_off); in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h860 uint32_t rebase_off; member
1112 sys::swapByteOrder(info.rebase_off); in swapStruct()
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1206 uint32_t rebase_off; /* file offset to rebase info */ member
/external/llvm/lib/Object/
DMachOObjectFile.cpp2328 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8091 outs() << " rebase_off " << dc.rebase_off; in PrintDyldInfoLoadCommand()
8092 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
8098 big_size = dc.rebase_off; in PrintDyldInfoLoadCommand()