Lines Matching refs:getRelocation
559 const MachO::any_relocation_info RE = O->getRelocation(Rel); in PrintRelocationEntries()
1152 RE = O->getRelocation(Rel); in DumpLiteralPointerSection()
1299 RE = O->getRelocation(Rel); in DumpInitTermPointerSection()
2283 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2293 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2358 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2398 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2423 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2476 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2497 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2609 MachO::any_relocation_info RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2614 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
3000 RE = info->O->getRelocation(Rel); in get_symbol_64()
6534 RE = info->O->getRelocation(Rel); in GuessLiteralPointer()
7426 auto RE = Obj->getRelocation(Reloc.getRawDataRefImpl()); in findUnwindRelocNameAddend()