Lines Matching refs:Relocatable_relocs

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