Home
last modified time | relevance | path

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

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml64 weak_bind_off: 0
205 #CHECK: weak_bind_off: 0
Dload_commands.yaml64 weak_bind_off: 0
190 #CHECK: weak_bind_off: 0
Drebase_opcode.yaml31 weak_bind_off: 0
Dbind_opcode.yaml31 weak_bind_off: 0
Dweak_bind_opcode.yaml31 weak_bind_off: 1032
Dexport_trie.yaml64 weak_bind_off: 0
Dsections.yaml174 weak_bind_off: 0
Dlazy_bind_opcode.yaml31 weak_bind_off: 1032
Dsymtab.yaml66 weak_bind_off: 0
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test229 EXE: weak_bind_off 0
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp244 IO.mapRequired("weak_bind_off", LoadCommand.weak_bind_off); in mapping()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test263 EXE: weak_bind_off 0
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test285 EXE: weak_bind_off 0
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h590 uint32_t weak_bind_off; member
/external/llvm/include/llvm/Support/
DMachO.h824 uint32_t weak_bind_off; member
1077 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp357 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->weak_bind_off, in writeLinkEditData()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h829 uint32_t weak_bind_off; member
1085 sys::swapByteOrder(info.weak_bind_off); in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2350 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8116 outs() << " weak_bind_off " << dc.weak_bind_off; in PrintDyldInfoLoadCommand()
8117 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
8122 big_size = dc.weak_bind_off; in PrintDyldInfoLoadCommand()