Lines Matching refs:Relocatable_relocs

599   inline Relocatable_relocs::Reloc_strategy
605 return Relocatable_relocs::RELOC_DISCARD;
606 return Relocatable_relocs::RELOC_COPY;
611 inline Relocatable_relocs::Reloc_strategy
615 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA;
621 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0;
623 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_1;
625 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_2;
627 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4;
629 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_8;
638 inline Relocatable_relocs::Reloc_strategy
640 { return Relocatable_relocs::RELOC_COPY; }
665 inline Relocatable_relocs::Reloc_strategy
667 { return Relocatable_relocs::RELOC_COPY; }
670 inline Relocatable_relocs::Reloc_strategy
674 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA;
683 return Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0;
688 inline Relocatable_relocs::Reloc_strategy
690 { return Relocatable_relocs::RELOC_COPY; }
696 // functions which return a Relocatable_relocs::Reloc_strategy code:
714 Relocatable_relocs* rr)
725 Relocatable_relocs::Reloc_strategy strategy;
730 strategy = Relocatable_relocs::RELOC_DISCARD;
754 strategy = Relocatable_relocs::RELOC_DISCARD;
762 if (strategy != Relocatable_relocs::RELOC_DISCARD)
766 if (strategy == Relocatable_relocs::RELOC_COPY)
807 Relocatable_relocs::Reloc_strategy strategy = relinfo->rr->strategy(i);
808 if (strategy == Relocatable_relocs::RELOC_DISCARD)
811 if (strategy == Relocatable_relocs::RELOC_SPECIAL)
837 case Relocatable_relocs::RELOC_COPY:
847 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA:
848 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0:
849 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_1:
850 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_2:
851 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4:
852 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_8:
853 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4_UNALIGNED:
919 if (strategy == Relocatable_relocs::RELOC_COPY)
940 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_RELA:
957 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_0:
960 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_1:
965 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_2:
970 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4:
975 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_8:
980 case Relocatable_relocs::RELOC_ADJUST_FOR_SECTION_4_UNALIGNED: