Home
last modified time | relevance | path

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

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml65 weak_bind_size: 0
206 #CHECK: weak_bind_size: 0
Dload_commands.yaml65 weak_bind_size: 0
191 #CHECK: weak_bind_size: 0
Drebase_opcode.yaml32 weak_bind_size: 0
Dbind_opcode.yaml32 weak_bind_size: 0
Dweak_bind_opcode.yaml32 weak_bind_size: 96
Dexport_trie.yaml65 weak_bind_size: 0
Dsections.yaml175 weak_bind_size: 0
Dlazy_bind_opcode.yaml32 weak_bind_size: 96
Dsymtab.yaml67 weak_bind_size: 0
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test230 EXE: weak_bind_size 0
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp245 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test264 EXE: weak_bind_size 0
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test286 EXE: weak_bind_size 0
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h591 uint32_t weak_bind_size; member
/external/llvm/include/llvm/Support/
DMachO.h825 uint32_t weak_bind_size; member
1078 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h830 uint32_t weak_bind_size; member
1086 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2351 return makeArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8121 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()
8123 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()