Lines Matching full:relocation
48 relocation numbers. */
509 bfd_vma relocation;
522 relocation = 0;
531 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, & sec, rel);
543 sec, relocation, unresolved_reloc,
620 relocation = (h->root.u.def.value
646 then the relocation resolves to zero. */
647 relocation = 0;
652 relocation -= (input_section->output_section->vma
657 relocation ++;
660 relocation += rel->r_addend;
665 #define RANGE(a,b) if (a > (long) relocation || (long) relocation > b) r = bfd_reloc_overflow
666 #define ALIGN(m) if (relocation & m) r = bfd_reloc_other;
687 _bfd_error_handler (_("%B(%A): unsafe PID relocation %s at 0x%08lx (against %s in %s)"), \
707 OP (0) |= relocation & 0x07;
712 relocation = - relocation;
716 OP (0) = relocation;
722 OP (0) = relocation;
728 OP (0) = relocation;
733 relocation = - relocation;
739 OP (0) = relocation;
740 OP (1) = relocation >> 8;
749 OP (1) = relocation;
750 OP (0) = relocation >> 8;
752 OP (0) = relocation;
753 OP (1) = relocation >> 8;
762 OP (1) = relocation;
763 OP (0) = relocation >> 8;
767 OP (0) = relocation;
768 OP (1) = relocation >> 8;
776 OP (1) = relocation;
777 OP (0) = relocation >> 8;
779 OP (0) = relocation;
780 OP (1) = relocation >> 8;
788 OP (1) = relocation;
789 OP (0) = relocation >> 8;
791 OP (0) = relocation;
792 OP (1) = relocation >> 8;
800 OP (0) = relocation;
801 OP (1) = relocation >> 8;
803 OP (1) = relocation;
804 OP (0) = relocation >> 8;
811 OP (0) |= relocation & 0x07;
817 relocation = - relocation;
821 OP (2) = relocation;
822 OP (1) = relocation >> 8;
823 OP (0) = relocation >> 16;
825 OP (0) = relocation;
826 OP (1) = relocation >> 8;
827 OP (2) = relocation >> 16;
836 OP (2) = relocation;
837 OP (1) = relocation >> 8;
838 OP (0) = relocation >> 16;
840 OP (0) = relocation;
841 OP (1) = relocation >> 8;
842 OP (2) = relocation >> 16;
851 OP (2) = relocation;
852 OP (1) = relocation >> 8;
853 OP (0) = relocation >> 16;
857 OP (0) = relocation;
858 OP (1) = relocation >> 8;
859 OP (2) = relocation >> 16;
868 OP (2) = relocation;
869 OP (1) = relocation >> 8;
870 OP (0) = relocation >> 16;
872 OP (0) = relocation;
873 OP (1) = relocation >> 8;
874 OP (2) = relocation >> 16;
881 relocation = - relocation;
883 OP (3) = relocation;
884 OP (2) = relocation >> 8;
885 OP (1) = relocation >> 16;
886 OP (0) = relocation >> 24;
888 OP (0) = relocation;
889 OP (1) = relocation >> 8;
890 OP (2) = relocation >> 16;
891 OP (3) = relocation >> 24;
899 OP (3) = relocation;
900 OP (2) = relocation >> 8;
901 OP (1) = relocation >> 16;
902 OP (0) = relocation >> 24;
904 OP (0) = relocation;
905 OP (1) = relocation >> 8;
906 OP (2) = relocation >> 16;
907 OP (3) = relocation >> 24;
914 OP (3) = relocation;
915 OP (2) = relocation >> 8;
916 OP (1) = relocation >> 16;
917 OP (0) = relocation >> 24;
921 OP (0) = relocation;
922 OP (1) = relocation >> 8;
923 OP (2) = relocation >> 16;
924 OP (3) = relocation >> 24;
931 OP (0) = relocation;
932 OP (1) = relocation >> 8;
933 OP (2) = relocation >> 16;
934 OP (3) = relocation >> 24;
938 OP (3) = relocation;
939 OP (2) = relocation >> 8;
940 OP (1) = relocation >> 16;
941 OP (0) = relocation >> 24;
950 val -= relocation;
957 relocation -= get_gp (&r, info, input_bfd, input_section, rel->r_offset);
960 OP (1) = relocation;
961 OP (0) = relocation >> 8;
963 OP (0) = relocation;
964 OP (1) = relocation >> 8;
970 relocation -= get_gp (&r, info, input_bfd, input_section, rel->r_offset);
972 relocation >>= 1;
975 OP (1) = relocation;
976 OP (0) = relocation >> 8;
978 OP (0) = relocation;
979 OP (1) = relocation >> 8;
985 relocation -= get_gp (&r, info, input_bfd, input_section, rel->r_offset);
987 relocation >>= 2;
990 OP (1) = relocation;
991 OP (0) = relocation >> 8;
993 OP (0) = relocation;
994 OP (1) = relocation >> 8;
1000 RX_STACK_POP (relocation);
1003 OP (0) |= relocation >> 2;
1005 OP (1) |= (relocation << 6) & 0x80;
1006 OP (1) |= (relocation << 3) & 0x08;
1010 RX_STACK_POP (relocation);
1013 relocation >>= 1;
1015 OP (0) |= relocation >> 2;
1017 OP (1) |= (relocation << 6) & 0x80;
1018 OP (1) |= (relocation << 3) & 0x08;
1022 RX_STACK_POP (relocation);
1025 relocation >>= 2;
1027 OP (0) |= relocation >> 2;
1029 OP (1) |= (relocation << 6) & 0x80;
1030 OP (1) |= (relocation << 3) & 0x08;
1034 RX_STACK_POP (relocation);
1037 OP (0) |= (relocation << 3) & 0x80;
1038 OP (0) |= relocation & 0x0f;
1042 RX_STACK_POP (relocation);
1045 relocation >>= 1;
1047 OP (0) |= (relocation << 3) & 0x80;
1048 OP (0) |= relocation & 0x0f;
1052 RX_STACK_POP (relocation);
1055 relocation >>= 2;
1057 OP (0) |= (relocation << 3) & 0x80;
1058 OP (0) |= relocation & 0x0f;
1064 OP (0) |= relocation << 4;
1070 OP (0) |= (-relocation) << 4;
1077 RX_STACK_POP (relocation);
1079 OP (3) = relocation;
1080 OP (2) = relocation >> 8;
1081 OP (1) = relocation >> 16;
1082 OP (0) = relocation >> 24;
1084 OP (0) = relocation;
1085 OP (1) = relocation >> 8;
1086 OP (2) = relocation >> 16;
1087 OP (3) = relocation >> 24;
1093 RX_STACK_POP (relocation);
1095 OP (0) = relocation;
1096 OP (1) = relocation >> 8;
1097 OP (2) = relocation >> 16;
1098 OP (3) = relocation >> 24;
1100 OP (3) = relocation;
1101 OP (2) = relocation >> 8;
1102 OP (1) = relocation >> 16;
1103 OP (0) = relocation >> 24;
1110 RX_STACK_POP (relocation);
1114 OP (2) = relocation;
1115 OP (1) = relocation >> 8;
1116 OP (0) = relocation >> 16;
1120 OP (0) = relocation;
1121 OP (1) = relocation >> 8;
1122 OP (2) = relocation >> 16;
1128 RX_STACK_POP (relocation);
1131 OP (1) = relocation;
1132 OP (0) = relocation >> 8;
1134 OP (0) = relocation;
1135 OP (1) = relocation >> 8;
1141 RX_STACK_POP (relocation);
1144 OP (0) = relocation;
1145 OP (1) = relocation >> 8;
1147 OP (1) = relocation;
1148 OP (0) = relocation >> 8;
1154 RX_STACK_POP (relocation);
1158 OP (1) = relocation;
1159 OP (0) = relocation >> 8;
1163 OP (0) = relocation;
1164 OP (1) = relocation >> 8;
1170 RX_STACK_POP (relocation);
1173 OP (1) = relocation;
1174 OP (0) = relocation >> 8;
1176 OP (0) = relocation;
1177 OP (1) = relocation >> 8;
1183 RX_STACK_POP (relocation);
1184 relocation >>= 2;
1187 OP (1) = relocation;
1188 OP (0) = relocation >> 8;
1190 OP (0) = relocation;
1191 OP (1) = relocation >> 8;
1197 RX_STACK_POP (relocation);
1198 relocation >>= 1;
1201 OP (1) = relocation;
1202 OP (0) = relocation >> 8;
1204 OP (0) = relocation;
1205 OP (1) = relocation >> 8;
1211 RX_STACK_POP (relocation);
1213 OP (0) = relocation;
1218 RX_STACK_POP (relocation);
1220 OP (0) = relocation;
1225 RX_STACK_POP (relocation);
1226 relocation >>= 2;
1228 OP (0) = relocation;
1233 RX_STACK_POP (relocation);
1234 relocation >>= 1;
1236 OP (0) = relocation;
1242 RX_STACK_POP (relocation);
1244 OP (0) = relocation;
1452 msg = _("%B(%A): internal error: unsupported relocation error");
1456 msg = _("%B(%A): internal error: dangerous relocation");
1725 value for each relocation, then combine them if needed. LREL
1726 gets a pointer to the last relocation used. */
1984 /* how much to scale the relocation by - 1, 2, or 4. */
2059 relocation. */
2062 to the first real relocation. */
2117 /* At this point, the next relocation *should* be the ELIGN
2284 no relocation for it. We have to read the code out of the