Searched refs:DyldInfo (Results 1 – 2 of 2) sorted by relevance
2527 MachO::dyld_info_command DyldInfo in getDyldInfoRebaseOpcodes() local2530 getPtr(this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()2531 return ArrayRef<uint8_t>(Ptr, DyldInfo.rebase_size); in getDyldInfoRebaseOpcodes()2538 MachO::dyld_info_command DyldInfo in getDyldInfoBindOpcodes() local2541 getPtr(this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()2542 return ArrayRef<uint8_t>(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()2549 MachO::dyld_info_command DyldInfo in getDyldInfoWeakBindOpcodes() local2552 getPtr(this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()2553 return ArrayRef<uint8_t>(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()2560 MachO::dyld_info_command DyldInfo in getDyldInfoLazyBindOpcodes() local[all …]
8409 MachO::dyld_info_command DyldInfo = Obj->getDyldInfoLoadCommand(Command); in PrintLoadCommands() local8410 PrintDyldInfoLoadCommand(DyldInfo, Buf.size()); in PrintLoadCommands()