Home
last modified time | relevance | path

Searched refs:rebase_off (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h586 uint32_t rebase_off; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test225 EXE: rebase_off 49152
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test225 EXE: rebase_off 49152
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test259 EXE: rebase_off 49152
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dmacho-invalid.test233 RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-invalid-dyldinfo-rebase_off 2>&1 | Fi…
234 …ALID-DYLDINFO-REBASE_OFF: macho-invalid-dyldinfo-rebase_off': truncated or malformed object (rebas…
236 RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-invalid-dyldinfo-rebase_off-rebase_si…
237 …SE_OFF-REBASE_SIZE: macho-invalid-dyldinfo-rebase_off-rebase_size': truncated or malformed object …
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test261 EXE: rebase_off 49152
/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-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp406 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h851 uint32_t rebase_off; member
1098 sys::swapByteOrder(info.rebase_off); in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp240 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp265 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test281 EXE: rebase_off 8192
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test283 EXE: rebase_off 8192
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp633 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand()
637 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand()
644 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand()
4520 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8490 outs() << " rebase_off " << dc.rebase_off; in PrintDyldInfoLoadCommand()
8491 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
8497 big_size = dc.rebase_off; in PrintDyldInfoLoadCommand()