Searched refs:r_offset (Results 1 - 25 of 51) sorted by path

123

/linux-master/arch/arc/kernel/
H A Dmodule.c77 location = tgt_addr + rel_entry[i].r_offset;
92 rel_entry[i].r_offset, rel_entry[i].r_addend,
/linux-master/arch/m68k/kernel/
H A Dmodule.c38 + rel[i].r_offset;
78 + rel[i].r_offset;
/linux-master/arch/openrisc/kernel/
H A Dmodule.c33 + rel[i].r_offset;
/linux-master/arch/xtensa/kernel/
H A Dmodule.c64 + rela[i].r_offset;
/linux-master/net/rds/
H A Dpage.c42 unsigned long r_offset; member in struct:rds_page_remainder
95 if (rem->r_page && bytes > (PAGE_SIZE - rem->r_offset)) {
102 if (rem->r_page && bytes <= (PAGE_SIZE - rem->r_offset)) {
103 sg_set_page(scat, rem->r_page, bytes, rem->r_offset);
106 if (rem->r_offset != 0)
109 rem->r_offset += ALIGN(bytes, 8);
110 if (rem->r_offset >= PAGE_SIZE) {
140 rem->r_offset = 0;
/linux-master/arch/alpha/kernel/
H A Dmodule.c160 location = base + rela[i].r_offset;
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c113 u32 *tval = (u32 *)(base + rel->r_offset);
H A Dmodule.c142 if (rel->r_offset < 0 || rel->r_offset > dstsec->sh_size - sizeof(u32)) {
145 rel->r_offset, dstsec->sh_size);
149 loc = dstsec->sh_addr + rel->r_offset;
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c220 min_align = 2ULL << ffz(rela[i].r_offset | 0x7);
H A Dmodule.c361 + rel[i].r_offset;
/linux-master/arch/arm64/kernel/pi/
H A Drelocate.c22 *(u64 *)(rela->r_offset + offset) = rela->r_addend + offset;
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c338 * is `rela->r_offset`.
342 elf64toh(rela->r_offset));
376 assert_lt(elf64toh(rela->r_offset), elf64toh(sh_orig->sh_size), "0x%lx");
/linux-master/arch/csky/kernel/
H A Dmodule.c61 + rel[i].r_offset;
/linux-master/arch/hexagon/kernel/
H A Dmodule.c90 location = loc_base + rela[i].r_offset;
/linux-master/arch/loongarch/kernel/
H A Dmodule.c442 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr + rel[i].r_offset;
H A Drelocate.c31 Elf64_Addr addr = rela->r_offset;
/linux-master/arch/microblaze/kernel/
H A Dmodule.c34 rela[i].r_offset;
/linux-master/arch/mips/boot/tools/
H A Drelocs.c388 rel->r_offset = elf_addr_to_cpu(rel->r_offset);
390 rel->r_offset -= base;
539 add_reloc(&relocs, rel->r_offset, r_type);
641 (unsigned int)rel->r_offset,
/linux-master/arch/mips/include/asm/
H A Dmodule.h20 Elf64_Addr r_offset; /* Address of relocation. */ member in struct:__anon2
29 Elf64_Addr r_offset; /* Address of relocation. */ member in struct:__anon3
/linux-master/arch/mips/kernel/
H A Dmodule.c337 + r.rel->r_offset;
H A Dvpe.c442 + rel[i].r_offset;
459 rel[i].r_offset, r ? r : "UNKNOWN",
/linux-master/arch/nios2/kernel/
H A Dmodule.c58 + rela[i].r_offset);
68 rela[i].r_offset, strtab + sym->st_name);
/linux-master/arch/parisc/kernel/
H A Dmodule.c524 + rel[i].r_offset;
535 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03;
668 + rel[i].r_offset;
679 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03;
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c213 + rela[i].r_offset;
H A Dmodule_64.c793 + rela[i].r_offset;

Completed in 501 milliseconds

123