Home
last modified time | relevance | path

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

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml63 bind_size: 96
204 #CHECK: bind_size: 96
Dload_commands.yaml63 bind_size: 96
189 #CHECK: bind_size: 96
Drebase_opcode.yaml30 bind_size: 96
Dbind_opcode.yaml30 bind_size: 96
Dweak_bind_opcode.yaml30 bind_size: 0
Dexport_trie.yaml63 bind_size: 96
Dsections.yaml173 bind_size: 96
Dlazy_bind_opcode.yaml30 bind_size: 0
Dsymtab.yaml65 bind_size: 96
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test228 EXE: bind_size 24
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp243 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test262 EXE: bind_size 24
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test284 EXE: bind_size 24
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h589 uint32_t bind_size; member
/external/llvm/include/llvm/Support/
DMachO.h823 uint32_t bind_size; member
1076 sys::swapByteOrder(info.bind_size); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h828 uint32_t bind_size; member
1084 sys::swapByteOrder(info.bind_size); in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2340 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8109 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()
8111 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()