Home
last modified time | relevance | path

Searched full:lazy_bind_off (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml66 lazy_bind_off: 12392
207 #CHECK: lazy_bind_off: 12392
Dload_commands.yaml66 lazy_bind_off: 12392
192 #CHECK: lazy_bind_off: 12392
Drebase_opcode.yaml33 lazy_bind_off: 1128
Dbind_opcode.yaml33 lazy_bind_off: 1128
Dweak_bind_opcode.yaml33 lazy_bind_off: 1128
Dexport_trie.yaml66 lazy_bind_off: 12392
Dsections.yaml176 lazy_bind_off: 12392
Dlazy_bind_opcode.yaml33 lazy_bind_off: 1128
Dsymtab.yaml68 lazy_bind_off: 12392
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test231 EXE: lazy_bind_off 49184
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp246 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off); in mapping()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test265 EXE: lazy_bind_off 49180
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test287 EXE: lazy_bind_off 8224
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h592 uint32_t lazy_bind_off; member
/external/llvm/include/llvm/Support/
DMachO.h826 uint32_t lazy_bind_off; member
1079 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp359 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->lazy_bind_off, in writeLinkEditData()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h831 uint32_t lazy_bind_off; member
1087 sys::swapByteOrder(info.lazy_bind_off); in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2361 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8128 outs() << " lazy_bind_off " << dc.lazy_bind_off; in PrintDyldInfoLoadCommand()
8129 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
8134 big_size = dc.lazy_bind_off; in PrintDyldInfoLoadCommand()