Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test227 EXE: bind_off 49160
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test261 EXE: bind_off 49156
/external/llvm/include/llvm/Support/
DMachO.h864 uint32_t bind_off; member
1086 sys::swapByteOrder(info.bind_off); in swapStruct()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test281 EXE: bind_off 8200
/external/llvm/lib/Object/
DMachOObjectFile.cpp2239 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7739 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()
7740 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
7745 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()