Searched refs:DyldInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2325 MachO::dyld_info_command DyldInfo =
2328 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.rebase_off));
2329 return makeArrayRef(Ptr, DyldInfo.rebase_size);
2336 MachO::dyld_info_command DyldInfo =
2339 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.bind_off));
2340 return makeArrayRef(Ptr, DyldInfo.bind_size);
2347 MachO::dyld_info_command DyldInfo =
2350 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.weak_bind_off));
2351 return makeArrayRef(Ptr, DyldInfo.weak_bind_size);
2358 MachO::dyld_info_command DyldInfo
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8928 MachO::dyld_info_command DyldInfo = Obj->getDyldInfoLoadCommand(Command); local
8929 PrintDyldInfoLoadCommand(DyldInfo, Buf.size());

Completed in 95 milliseconds