Home
last modified time | relevance | path

Searched full:rebase_off (Results 1 – 19 of 19) 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
Dbind_opcode.yaml27 rebase_off: 1024
Dweak_bind_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/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test281 EXE: rebase_off 8192
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h586 uint32_t rebase_off; member
/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/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()