• Home
  • Raw
  • Download

Lines Matching refs:getRelocation

495   MachO::any_relocation_info RE = Obj->getRelocation(Rel);  in getMachORelocationValueString()
521 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
570 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
592 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
632 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
880 const MachO::any_relocation_info RE = O->getRelocation(Rel); in PrintRelocationEntries()
1470 RE = O->getRelocation(Rel); in DumpLiteralPointerSection()
1620 RE = O->getRelocation(Rel); in DumpInitTermPointerSection()
2643 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2653 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2715 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2753 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2776 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2826 RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2847 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2957 MachO::any_relocation_info RE = info->O->getRelocation(Rel); in SymbolizerGetOpInfo()
2962 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
3345 RE = info->O->getRelocation(Rel); in get_symbol_64()
6900 RE = info->O->getRelocation(Rel); in GuessLiteralPointer()
7845 auto RE = Obj->getRelocation(Reloc.getRawDataRefImpl()); in findUnwindRelocNameAddend()