Home | History | Annotate | Download | only in gold

Lines Matching refs:Relocatable_relocs

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