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

123

/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/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/arm64/kernel/pi/
H A Drelocate.c22 *(u64 *)(rela->r_offset + offset) = rela->r_addend + offset;
/linux-master/arch/m68k/kernel/
H A Dmodule.c38 + rel[i].r_offset;
78 + rel[i].r_offset;
/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/openrisc/kernel/
H A Dmodule.c33 + rel[i].r_offset;
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-catu.c308 u64 r_offset, w_offset; local
314 r_offset = rrp - etr_buf->hwaddr;
318 etr_buf->len = w_offset - r_offset;
319 if (w_offset < r_offset)
325 etr_buf->offset = r_offset;
326 tmc_sg_table_sync_data_range(catu_table, r_offset, etr_buf->len);
/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/microblaze/kernel/
H A Dmodule.c34 rela[i].r_offset;
/linux-master/include/uapi/linux/
H A Delf.h167 Elf32_Addr r_offset; member in struct:elf32_rel
172 Elf64_Addr r_offset; /* Location at which to apply the action */ member in struct:elf64_rel
177 Elf32_Addr r_offset; member in struct:elf32_rela
183 Elf64_Addr r_offset; /* Location at which to apply the action */ member in struct:elf64_rela
/linux-master/arch/sh/kernel/
H A Dmodule.c42 + rel[i].r_offset;
/linux-master/arch/hexagon/kernel/
H A Dmodule.c90 location = loc_base + rela[i].r_offset;
/linux-master/arch/arm/kernel/
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/csky/kernel/
H A Dmodule.c61 + rel[i].r_offset;
/linux-master/arch/x86/tools/
H A Drelocs.c582 rel->r_offset = elf_addr_to_cpu(rel->r_offset);
702 rel->r_offset,
840 ElfW(Addr) offset = rel->r_offset;
959 add_reloc(&relocs32, rel->r_offset);
1000 add_reloc(&relocs16, rel->r_offset);
1022 add_reloc(&relocs32, rel->r_offset);
1027 add_reloc(&relocs32, rel->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/s390/tools/
H A Drelocs.c242 rel->r_offset = elf_addr_to_cpu(rel->r_offset);
269 ElfW(Addr) offset = rel->r_offset;
/linux-master/arch/xtensa/kernel/
H A Dmodule.c64 + rela[i].r_offset;
/linux-master/scripts/
H A Drecordmcount.h181 Elf_Addr current_r_offset = _w(rp->r_offset);
428 _w(_w(relp->r_offset) - recval + mcount_adjust);
429 mrelp->r_offset = _w(offbase
477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_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/x86/kernel/
H A Dmodule.c107 + rel[i].r_offset;
155 + rel[i].r_offset;
H A Dmachine_kexec_64.c409 * rel[i].r_offset contains byte offset from beginning
420 location += rel[i].r_offset;
423 address = section->sh_addr + rel[i].r_offset;
/linux-master/tools/objtool/include/objtool/
H A Delf.h239 return __get_reloc_field(reloc, r_offset);
244 __set_reloc_field(reloc, r_offset, offset);
/linux-master/scripts/mod/
H A Dmodpost.c1390 Elf_Addr taddr, r_offset; local
1393 r_offset = TO_NATIVE(rela->r_offset);
1420 fsecndx, fromsec, r_offset, taddr);
1432 Elf_Addr taddr, r_offset; local
1436 r_offset = TO_NATIVE(rel->r_offset);
1439 loc = sym_get_data_by_offset(elf, fsecndx, r_offset);
1457 fsecndx, fromsec, r_offset, taddr);
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c360 loc += relas[i].r_offset;
367 addr = section->sh_addr + relas[i].r_offset;

Completed in 246 milliseconds

123