Searched refs:bind_off (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp355 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h588 uint32_t bind_off; member in struct:llvm::MachO::dyld_info_command
/external/llvm/include/llvm/Support/
H A DMachO.h822 uint32_t bind_off; member in struct:llvm::MachO::dyld_info_command
1075 sys::swapByteOrder(info.bind_off);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h827 uint32_t bind_off; member in struct:llvm::MachO::dyld_info_command
1083 sys::swapByteOrder(info.bind_off);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp242 IO.mapRequired("bind_off", LoadCommand.bind_off);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2339 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.bind_off));
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8104 outs() << " bind_off " << dc.bind_off;
8105 if (dc.bind_off > object_size)
8110 big_size = dc.bind_off;

Completed in 327 milliseconds