Home
last modified time | relevance | path

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

/external/llvm/test/ObjectYAML/MachO/
Dout_of_order_linkedit.yaml62 bind_off: 12288
203 #CHECK: bind_off: 12288
Dload_commands.yaml62 bind_off: 12296
188 #CHECK: bind_off: 12296
Drebase_opcode.yaml29 bind_off: 1032
Dbind_opcode.yaml29 bind_off: 1032
Dweak_bind_opcode.yaml29 bind_off: 0
Dexport_trie.yaml62 bind_off: 12296
Dsections.yaml172 bind_off: 12296
Dlazy_bind_opcode.yaml29 bind_off: 0
Dsymtab.yaml64 bind_off: 12296
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp242 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test227 EXE: bind_off 49160
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test261 EXE: bind_off 49156
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test283 EXE: bind_off 8200
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h588 uint32_t bind_off; member
/external/llvm/include/llvm/Support/
DMachO.h822 uint32_t bind_off; member
1075 sys::swapByteOrder(info.bind_off); in swapStruct()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp355 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2339 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8104 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()
8105 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
8110 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()