Home
last modified time | relevance | path

Searched full:lazy_bind_size (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml67 lazy_bind_size: 624
208 #CHECK: lazy_bind_size: 624
Dload_commands.yaml67 lazy_bind_size: 624
193 #CHECK: lazy_bind_size: 624
Drebase_opcode.yaml34 lazy_bind_size: 624
Dbind_opcode.yaml34 lazy_bind_size: 624
Dweak_bind_opcode.yaml34 lazy_bind_size: 624
Dexport_trie.yaml67 lazy_bind_size: 624
Dsections.yaml177 lazy_bind_size: 624
Dlazy_bind_opcode.yaml34 lazy_bind_size: 624
Dsymtab.yaml69 lazy_bind_size: 624
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test232 EXE: lazy_bind_size 16
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp247 IO.mapRequired("lazy_bind_size", LoadCommand.lazy_bind_size); in mapping()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test266 EXE: lazy_bind_size 16
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test288 EXE: lazy_bind_size 16
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h593 uint32_t lazy_bind_size; member
/external/llvm/include/llvm/Support/
DMachO.h827 uint32_t lazy_bind_size; member
1080 sys::swapByteOrder(info.lazy_bind_size); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h832 uint32_t lazy_bind_size; member
1088 sys::swapByteOrder(info.lazy_bind_size); in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2362 return makeArrayRef(Ptr, DyldInfo.lazy_bind_size); in getDyldInfoLazyBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8133 outs() << " lazy_bind_size " << dc.lazy_bind_size; in PrintDyldInfoLoadCommand()
8135 big_size += dc.lazy_bind_size; in PrintDyldInfoLoadCommand()