Lines Matching refs:relocation
212 bfd_vma relocation, pc; local
226 relocation = 0;
228 relocation = symbol->value;
230 relocation += symbol->section->output_section->vma;
231 relocation += symbol->section->output_offset;
232 relocation += reloc_entry->addend;
237 if ((relocation & 0xF0000000) != (pc & 0xF0000000))
263 bfd_vma relocation; local
277 relocation = 0;
279 relocation = symbol->value;
281 relocation += symbol->section->output_section->vma;
282 relocation += symbol->section->output_offset;
283 relocation += reloc_entry->addend;
285 if (relocation & 0x8000)
346 arelent *tblptr = section->relocation;
374 tblptr = section->relocation;