Lines Matching refs:DyldInfo
2225 MachO::dyld_info_command DyldInfo = in getDyldInfoRebaseOpcodes() local
2228 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
2229 return makeArrayRef(Ptr, DyldInfo.rebase_size); in getDyldInfoRebaseOpcodes()
2236 MachO::dyld_info_command DyldInfo = in getDyldInfoBindOpcodes() local
2239 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
2240 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
2247 MachO::dyld_info_command DyldInfo = in getDyldInfoWeakBindOpcodes() local
2250 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
2251 return makeArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
2258 MachO::dyld_info_command DyldInfo = in getDyldInfoLazyBindOpcodes() local
2261 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.lazy_bind_off)); in getDyldInfoLazyBindOpcodes()
2262 return makeArrayRef(Ptr, DyldInfo.lazy_bind_size); in getDyldInfoLazyBindOpcodes()
2269 MachO::dyld_info_command DyldInfo = in getDyldInfoExportsTrie() local
2272 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.export_off)); in getDyldInfoExportsTrie()
2273 return makeArrayRef(Ptr, DyldInfo.export_size); in getDyldInfoExportsTrie()