Lines Matching full:relocation
40 bfd_signed_vma relocation;
69 /* Is the address of the relocation really within the section? */
73 /* Work out which section the relocation is targeted at and the
74 initial relocation command value. */
78 relocation = 0;
80 relocation = symbol->value;
86 relocation += output_base + symbol->section->output_offset;
89 relocation += reloc_entry->addend;
91 /* Here the variable relocation holds the final address of the
98 relocation -= tmp_addr;
111 relocation += num;
118 if (relocation > MAX32 || relocation < MIN32)
120 relocation = (relocation + tmp_addr) & 0xffffffff;
125 in1 |= (relocation >> 26) & 0x3F; /* Top 6 bits. */
126 in2 |= ((relocation & 0x03FC0000) << 2); /* Next 8 bits. */
127 in2 |= relocation & 0x0003FFFF; /* Bottom 18 bits. */
149 bfd_vma relocation;
177 /* Is the address of the relocation really within the section? */
181 /* Work out which section the relocation is targeted at and the
182 initial relocation command value. */
186 relocation = 0;
188 relocation = symbol->value;
194 relocation += output_base + symbol->section->output_offset;
197 relocation += reloc_entry->addend;
199 /* Here the variable relocation holds the final address of the
204 relocation -= (input_section->output_section->vma
207 relocation -= reloc_entry->address;
224 relocation += num;
228 relocation += 4;
230 if ((int) relocation < 0)
232 if (~ (int) relocation > max)
237 if ((int) relocation > max)
241 relocation >>= 3;
243 in1 |= ((relocation & (mask >> 12)) << 12);
245 in1 |= relocation & mask;
269 /* A 6 bit absolute relocation. */
284 /* A relative 9 bit relocation, right shifted by 3. */
299 /* A relative 9 bit relocation, right shifted by 3. */
314 /* An absolute 15 bit relocation, right shifted by 3. */
329 /* A relative 15 bit relocation, right shifted by 3. */
344 /* A relative 15 bit relocation, right shifted by 3. */
359 /* An absolute 21 bit relocation, right shifted by 3. */
374 /* A relative 21 bit relocation, right shifted by 3. */
389 /* A relative 21 bit relocation, right shifted by 3, in the Right container. */
404 /* A D30V 32 bit absolute relocation. */
419 /* A relative 32 bit relocation. */
434 /* A regular 32 bit absolute relocation. */