Lines Matching refs:Relocatable_relocs
653 Relocatable_relocs*);
664 const Relocatable_relocs*,
7859 inline Relocatable_relocs::Reloc_strategy
7863 return Relocatable_relocs::RELOC_DISCARD; in local_non_section_strategy()
7864 return Relocatable_relocs::RELOC_COPY; in local_non_section_strategy()
7869 inline Relocatable_relocs::Reloc_strategy
7872 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA; in local_section_strategy()
7877 inline Relocatable_relocs::Reloc_strategy
7881 return Relocatable_relocs::RELOC_SPECIAL; in global_strategy()
7882 return Relocatable_relocs::RELOC_COPY; in global_strategy()
7902 Relocatable_relocs* rr) in scan_relocatable_relocs()
7936 const Relocatable_relocs* rr, in relocate_relocs()
7967 Relocatable_relocs::Reloc_strategy strategy = rr->strategy(i); in relocate_relocs()
7968 if (strategy == Relocatable_relocs::RELOC_DISCARD) in relocate_relocs()
7997 case Relocatable_relocs::RELOC_COPY: in relocate_relocs()
7998 case Relocatable_relocs::RELOC_SPECIAL: in relocate_relocs()
8006 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA: in relocate_relocs()
8065 if (strategy == Relocatable_relocs::RELOC_COPY) in relocate_relocs()
8067 else if (strategy == Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA) in relocate_relocs()
8072 else if (strategy == Relocatable_relocs::RELOC_SPECIAL) in relocate_relocs()