Searched refs:DyldInfo (Results 1 – 2 of 2) sorted by relevance
2325 MachO::dyld_info_command DyldInfo = in getDyldInfoRebaseOpcodes() local2328 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()2329 return makeArrayRef(Ptr, DyldInfo.rebase_size); in getDyldInfoRebaseOpcodes()2336 MachO::dyld_info_command DyldInfo = in getDyldInfoBindOpcodes() local2339 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()2340 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()2347 MachO::dyld_info_command DyldInfo = in getDyldInfoWeakBindOpcodes() local2350 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()2351 return makeArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()2358 MachO::dyld_info_command DyldInfo = in getDyldInfoLazyBindOpcodes() local[all …]
8928 MachO::dyld_info_command DyldInfo = Obj->getDyldInfoLoadCommand(Command); in PrintLoadCommands() local8929 PrintDyldInfoLoadCommand(DyldInfo, Buf.size()); in PrintLoadCommands()