Home
last modified time | relevance | path

Searched refs:r_offset (Results 1 – 25 of 34) sorted by relevance

12

/arch/unicore32/kernel/
Dmodule.c55 if (rel->r_offset < 0 || rel->r_offset > in apply_relocate()
59 module->name, relindex, i, rel->r_offset, in apply_relocate()
64 loc = dstsec->sh_addr + rel->r_offset; in apply_relocate()
/arch/nds32/kernel/
Dmodule.c100 relindex, reloc_order, rel->r_offset, offset); in exceed_limit()
139 if (rel->r_offset < 0 in apply_relocate_add()
140 || rel->r_offset > dstsec->sh_size - sizeof(u16)) { in apply_relocate_add()
143 relindex, i, rel->r_offset, dstsec->sh_size); in apply_relocate_add()
147 loc = (Elf32_Addr *) (dstsec->sh_addr + rel->r_offset); in apply_relocate_add()
256 relindex, i, rel->r_offset, dstsec->sh_size); in apply_relocate_add()
263 relindex, i, rel->r_offset, dstsec->sh_size); in apply_relocate_add()
/arch/h8300/kernel/
Dmodule.c24 + rela[i].r_offset); in apply_relocate_add()
69 me->name, rela[i].r_offset); in apply_relocate_add()
/arch/nios2/kernel/
Dmodule.c59 + rela[i].r_offset); in apply_relocate_add()
69 rela[i].r_offset, strtab + sym->st_name); in apply_relocate_add()
/arch/mips/include/asm/
Dmodule.h20 Elf64_Addr r_offset; /* Address of relocation. */ member
29 Elf64_Addr r_offset; /* Address of relocation. */ member
/arch/arc/kernel/
Dmodule.c77 location = tgt_addr + rel_entry[i].r_offset; in apply_relocate_add()
92 rel_entry[i].r_offset, rel_entry[i].r_addend, in apply_relocate_add()
/arch/m68k/kernel/
Dmodule.c38 + rel[i].r_offset; in apply_relocate()
78 + rel[i].r_offset; in apply_relocate_add()
/arch/arm/kernel/
Dmodule.c95 if (rel->r_offset < 0 || rel->r_offset > dstsec->sh_size - sizeof(u32)) { in apply_relocate()
98 rel->r_offset, dstsec->sh_size); in apply_relocate()
102 loc = dstsec->sh_addr + rel->r_offset; in apply_relocate()
/arch/openrisc/kernel/
Dmodule.c33 + rel[i].r_offset; in apply_relocate_add()
/arch/x86/tools/
Drelocs.c526 rel->r_offset = elf_addr_to_cpu(rel->r_offset); in read_relocs()
646 rel->r_offset, in print_absolute_relocs()
782 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
907 add_reloc(&relocs32, rel->r_offset); in do_reloc32()
948 add_reloc(&relocs16, rel->r_offset); in do_reloc_real()
970 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
975 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
/arch/microblaze/kernel/
Dmodule.c37 rela[i].r_offset; in apply_relocate_add()
/arch/sh/kernel/
Dmodule.c42 + rel[i].r_offset; in apply_relocate_add()
/arch/csky/kernel/
Dmodule.c62 + rel[i].r_offset; in apply_relocate_add()
/arch/mips/boot/tools/
Drelocs.c388 rel->r_offset = elf_addr_to_cpu(rel->r_offset); in read_relocs()
390 rel->r_offset -= base; in read_relocs()
539 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc()
641 (unsigned int)rel->r_offset, in do_reloc_info()
/arch/x86/kernel/
Dmodule.c105 + rel[i].r_offset; in apply_relocate()
147 + rel[i].r_offset; in apply_relocate_add()
Dmachine_kexec_64.c530 location += rel[i].r_offset; in arch_kexec_apply_relocations_add()
533 address = section->sh_addr + rel[i].r_offset; in arch_kexec_apply_relocations_add()
/arch/c6x/kernel/
Dmodule.c60 + rel[i].r_offset - offset; in apply_relocate_add()
/arch/xtensa/kernel/
Dmodule.c64 + rela[i].r_offset; in apply_relocate_add()
/arch/hexagon/kernel/
Dmodule.c90 location = loc_base + rela[i].r_offset; in apply_relocate_add()
/arch/s390/kernel/
Dmachine_kexec_file.c314 loc += relas[i].r_offset; in arch_kexec_apply_relocations_add()
321 addr = section->sh_addr + relas[i].r_offset; in arch_kexec_apply_relocations_add()
/arch/riscv/kernel/
Dmodule.c325 + rel[i].r_offset; in apply_relocate_add()
359 + rel[j].r_offset; in apply_relocate_add()
/arch/s390/boot/
Dstartup.c103 loc = rela->r_offset + offset; in handle_relocs()
/arch/sparc/kernel/
Dmodule.c100 + rel[i].r_offset; in apply_relocate_add()
/arch/powerpc/kernel/
Dmodule_32.c225 + rela[i].r_offset; in apply_relocate_add()
/arch/alpha/kernel/
Dmodule.c160 location = base + rela[i].r_offset; in apply_relocate_add()

12