Lines Matching refs:DyldInfo
2527 MachO::dyld_info_command DyldInfo in getDyldInfoRebaseOpcodes() local
2530 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() local
2541 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() local
2552 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
2563 getPtr(this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
2564 return ArrayRef<uint8_t>(Ptr, DyldInfo.lazy_bind_size); in getDyldInfoLazyBindOpcodes()
2571 MachO::dyld_info_command DyldInfo in getDyldInfoExportsTrie() local
2574 getPtr(this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
2575 return ArrayRef<uint8_t>(Ptr, DyldInfo.export_size); in getDyldInfoExportsTrie()