Home | History | Annotate | Download | only in gold

Lines Matching refs:Relocatable_relocs

482   inline Relocatable_relocs::Reloc_strategy
488 return Relocatable_relocs::RELOC_DISCARD;
489 return Relocatable_relocs::RELOC_COPY;
494 inline Relocatable_relocs::Reloc_strategy
498 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA;
505 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0;
507 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_1;
509 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_2;
511 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4;
513 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_8;
522 inline Relocatable_relocs::Reloc_strategy
524 { return Relocatable_relocs::RELOC_COPY; }
530 // functions which return a Relocatable_relocs::Reloc_strategy code:
549 Relocatable_relocs* rr)
560 Relocatable_relocs::Reloc_strategy strategy;
565 strategy = Relocatable_relocs::RELOC_DISCARD;
590 strategy = Relocatable_relocs::RELOC_DISCARD;
598 if (strategy != Relocatable_relocs::RELOC_DISCARD)
602 if (strategy == Relocatable_relocs::RELOC_COPY)
622 const Relocatable_relocs* rr,
643 Relocatable_relocs::Reloc_strategy strategy = rr->strategy(i);
644 if (strategy == Relocatable_relocs::RELOC_DISCARD)
647 if (strategy == Relocatable_relocs::RELOC_SPECIAL)
674 case Relocatable_relocs::RELOC_COPY:
684 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA:
685 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0:
686 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_1:
687 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_2:
688 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4:
689 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_8:
690 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4_UNALIGNED:
756 if (strategy == Relocatable_relocs::RELOC_COPY)
778 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA:
789 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0:
792 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_1:
797 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_2:
802 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4:
807 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_8:
812 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4_UNALIGNED: