Searched refs:r_offset (Results 1 – 25 of 34) sorted by relevance
12
/arch/unicore32/kernel/ |
D | module.c | 55 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/ |
D | module.c | 100 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/ |
D | module.c | 24 + rela[i].r_offset); in apply_relocate_add() 69 me->name, rela[i].r_offset); in apply_relocate_add()
|
/arch/nios2/kernel/ |
D | module.c | 59 + 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/ |
D | module.h | 20 Elf64_Addr r_offset; /* Address of relocation. */ member 29 Elf64_Addr r_offset; /* Address of relocation. */ member
|
/arch/arc/kernel/ |
D | module.c | 77 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/ |
D | module.c | 38 + rel[i].r_offset; in apply_relocate() 78 + rel[i].r_offset; in apply_relocate_add()
|
/arch/arm/kernel/ |
D | module.c | 95 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/ |
D | module.c | 33 + rel[i].r_offset; in apply_relocate_add()
|
/arch/x86/tools/ |
D | relocs.c | 526 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/ |
D | module.c | 37 rela[i].r_offset; in apply_relocate_add()
|
/arch/sh/kernel/ |
D | module.c | 42 + rel[i].r_offset; in apply_relocate_add()
|
/arch/csky/kernel/ |
D | module.c | 62 + rel[i].r_offset; in apply_relocate_add()
|
/arch/mips/boot/tools/ |
D | relocs.c | 388 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/ |
D | module.c | 105 + rel[i].r_offset; in apply_relocate() 147 + rel[i].r_offset; in apply_relocate_add()
|
D | machine_kexec_64.c | 530 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/ |
D | module.c | 60 + rel[i].r_offset - offset; in apply_relocate_add()
|
/arch/xtensa/kernel/ |
D | module.c | 64 + rela[i].r_offset; in apply_relocate_add()
|
/arch/hexagon/kernel/ |
D | module.c | 90 location = loc_base + rela[i].r_offset; in apply_relocate_add()
|
/arch/s390/kernel/ |
D | machine_kexec_file.c | 314 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/ |
D | module.c | 325 + rel[i].r_offset; in apply_relocate_add() 359 + rel[j].r_offset; in apply_relocate_add()
|
/arch/s390/boot/ |
D | startup.c | 103 loc = rela->r_offset + offset; in handle_relocs()
|
/arch/sparc/kernel/ |
D | module.c | 100 + rel[i].r_offset; in apply_relocate_add()
|
/arch/powerpc/kernel/ |
D | module_32.c | 225 + rela[i].r_offset; in apply_relocate_add()
|
/arch/alpha/kernel/ |
D | module.c | 160 location = base + rela[i].r_offset; in apply_relocate_add()
|
12