Lines Matching refs:relocation
201 bfd_vma relocation; in bpf_elf_relocate_section() local
222 relocation = BASEADDR (sec) + sym->st_value; in bpf_elf_relocate_section()
236 h, sec, relocation, in bpf_elf_relocate_section()
256 relocation = ((bfd_signed_vma) relocation in bpf_elf_relocate_section()
258 relocation = (bfd_signed_vma) relocation / 8; in bpf_elf_relocate_section()
267 relocation += addend; in bpf_elf_relocate_section()
270 bfd_put (howto->bitsize, input_bfd, relocation, in bpf_elf_relocate_section()
282 relocation += addend; in bpf_elf_relocate_section()
283 bfd_put (howto->bitsize, input_bfd, relocation, where); in bpf_elf_relocate_section()
304 relocation += addend; in bpf_elf_relocate_section()
306 bfd_put_32 (input_bfd, (relocation & 0xFFFFFFFF), where + 4); in bpf_elf_relocate_section()
307 bfd_put_32 (input_bfd, (relocation >> 32), where + 12); in bpf_elf_relocate_section()
319 64, relocation); in bpf_elf_relocate_section()
392 bfd_signed_vma relocation; in bpf_elf_generic_reloc() local
428 relocation = reloc_entry->addend; in bpf_elf_generic_reloc()
432 relocation += BASEADDR (symbol->section); in bpf_elf_generic_reloc()
438 reloc_entry->howto->rightshift, 64, relocation); in bpf_elf_generic_reloc()
452 bfd_put_32 (abfd, (relocation & 0xFFFFFFFF), where + 4); in bpf_elf_generic_reloc()
453 bfd_put_32 (abfd, (relocation >> 32), where + 12); in bpf_elf_generic_reloc()
460 bfd_put (reloc_entry->howto->bitsize, abfd, relocation, in bpf_elf_generic_reloc()