Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test231 EXE: lazy_bind_off 49184
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test265 EXE: lazy_bind_off 49180
/external/llvm/include/llvm/Support/
DMachO.h871 uint32_t lazy_bind_off; member
1095 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test285 EXE: lazy_bind_off 8224
/external/llvm/lib/Object/
DMachOObjectFile.cpp2563 getPtr(this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7608 outs() << " lazy_bind_off " << dc.lazy_bind_off; in PrintDyldInfoLoadCommand()
7609 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
7614 big_size = dc.lazy_bind_off; in PrintDyldInfoLoadCommand()