Home
last modified time | relevance | path

Searched refs:rebase_size (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h866 uint32_t rebase_size; member
1090 sys::swapByteOrder(info.rebase_size); in swapStruct()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp2217 return ArrayRef<uint8_t>(Ptr, DyldInfo.rebase_size); in getDyldInfoRebaseOpcodes()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp7525 outs() << " rebase_size " << dc.rebase_size; in PrintDyldInfoLoadCommand()
7528 big_size += dc.rebase_size; in PrintDyldInfoLoadCommand()