Home
last modified time | relevance | path

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

/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/llvm/include/llvm/Support/
DMachO.h862 uint32_t rebase_off; member
1084 sys::swapByteOrder(info.rebase_off); in swapStruct()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test279 EXE: rebase_off 8192
/external/llvm/lib/Object/
DMachOObjectFile.cpp2228 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7726 outs() << " rebase_off " << dc.rebase_off; in PrintDyldInfoLoadCommand()
7727 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
7733 big_size = dc.rebase_off; in PrintDyldInfoLoadCommand()