Home
last modified time | relevance | path

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

12

/linux/net/rds/
A Dpage.c42 unsigned long r_offset; member
95 if (rem->r_page && bytes > (PAGE_SIZE - rem->r_offset)) { in rds_page_remainder_alloc()
102 if (rem->r_page && bytes <= (PAGE_SIZE - rem->r_offset)) { in rds_page_remainder_alloc()
103 sg_set_page(scat, rem->r_page, bytes, rem->r_offset); in rds_page_remainder_alloc()
106 if (rem->r_offset != 0) in rds_page_remainder_alloc()
109 rem->r_offset += ALIGN(bytes, 8); in rds_page_remainder_alloc()
110 if (rem->r_offset >= PAGE_SIZE) { in rds_page_remainder_alloc()
140 rem->r_offset = 0; in rds_page_remainder_alloc()
/linux/arch/nds32/kernel/
A 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()
/linux/Documentation/bpf/
A Dllvm_reloc.rst17 Elf64_Addr r_offset; // Offset from the beginning of section.
109 1 R_BPF_64_64 ld_imm64 insn 32 r_offset + 4 S + A
110 2 R_BPF_64_ABS64 normal data 64 r_offset S + A
111 3 R_BPF_64_ABS32 normal data 32 r_offset S + A
112 4 R_BPF_64_NODYLD32 .BTF[.ext] data 32 r_offset S + A
113 10 R_BPF_64_32 call insn 32 r_offset + 4 (S + A) / 8 - 1
117 is stored at ``r_offset + 4`` and the read/write
124 The actual to-be-relocated data is stored at ``r_offset`` and the read/write data
136 offset is stored at ``r_offset + 4`` (32bit) and calculated as
/linux/include/uapi/linux/
A Delf.h163 Elf32_Addr r_offset; member
168 Elf64_Addr r_offset; /* Location at which to apply the action */ member
173 Elf32_Addr r_offset; member
179 Elf64_Addr r_offset; /* Location at which to apply the action */ member
/linux/drivers/hwtracing/coresight/
A Dcoresight-catu.c308 u64 r_offset, w_offset; in catu_sync_etr_buf() local
314 r_offset = rrp - etr_buf->hwaddr; in catu_sync_etr_buf()
318 etr_buf->len = w_offset - r_offset; in catu_sync_etr_buf()
319 if (w_offset < r_offset) in catu_sync_etr_buf()
325 etr_buf->offset = r_offset; in catu_sync_etr_buf()
326 tmc_sg_table_sync_data_range(catu_table, r_offset, etr_buf->len); in catu_sync_etr_buf()
A Dcoresight-tmc-etr.c730 long r_offset, w_offset; in tmc_etr_sync_sg_buf() local
735 r_offset = tmc_sg_get_data_page_offset(table, rrp); in tmc_etr_sync_sg_buf()
736 if (r_offset < 0) { in tmc_etr_sync_sg_buf()
751 etr_buf->offset = r_offset; in tmc_etr_sync_sg_buf()
755 etr_buf->len = ((w_offset < r_offset) ? etr_buf->size : 0) + in tmc_etr_sync_sg_buf()
756 w_offset - r_offset; in tmc_etr_sync_sg_buf()
757 tmc_sg_table_sync_data_range(table, r_offset, etr_buf->len); in tmc_etr_sync_sg_buf()
/linux/arch/h8300/kernel/
A Dmodule.c24 + rela[i].r_offset); in apply_relocate_add()
69 me->name, rela[i].r_offset); in apply_relocate_add()
/linux/arch/mips/include/asm/
A Dmodule.h20 Elf64_Addr r_offset; /* Address of relocation. */ member
29 Elf64_Addr r_offset; /* Address of relocation. */ member
/linux/scripts/mod/
A Dmodpost.c1600 fromsec, r->r_offset, fromsym, in default_mismatch_handler()
1631 extable_entry_size = r->r_offset * 2; in find_extable_entry_size()
1641 if (r->r_offset && extable_entry_size == 0) in is_extable_fault_address()
1644 return ((r->r_offset == 0) || in is_extable_fault_address()
1645 (r->r_offset % extable_entry_size == 0)); in is_extable_fault_address()
1714 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1721 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1760 r->r_addend += r->r_offset; in addend_386_rel()
1802 (r->r_offset - sechdr->sh_addr)); in addend_arm_rel()
1852 r.r_offset = TO_NATIVE(rela->r_offset); in section_rela()
[all …]
/linux/arch/nios2/kernel/
A Dmodule.c58 + rela[i].r_offset); in apply_relocate_add()
68 rela[i].r_offset, strtab + sym->st_name); in apply_relocate_add()
/linux/arch/arm/kernel/
A Dmodule.c101 if (rel->r_offset < 0 || rel->r_offset > dstsec->sh_size - sizeof(u32)) { in apply_relocate()
104 rel->r_offset, dstsec->sh_size); in apply_relocate()
108 loc = dstsec->sh_addr + rel->r_offset; in apply_relocate()
/linux/arch/m68k/kernel/
A Dmodule.c38 + rel[i].r_offset; in apply_relocate()
78 + rel[i].r_offset; in apply_relocate_add()
/linux/arch/arc/kernel/
A 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()
/linux/arch/x86/tools/
A Drelocs.c581 rel->r_offset = elf_addr_to_cpu(rel->r_offset); in read_relocs()
693 rel->r_offset, in print_absolute_relocs()
831 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
950 add_reloc(&relocs32, rel->r_offset); in do_reloc32()
991 add_reloc(&relocs16, rel->r_offset); in do_reloc_real()
1013 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
1018 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
/linux/arch/mips/boot/tools/
A 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()
/linux/tools/objtool/
A Delf.c562 reloc->offset = reloc->rel.r_offset; in read_rel_reloc()
575 reloc->offset = reloc->rela.r_offset; in read_rela_reloc()
917 reloc->rel.r_offset = reloc->offset; in elf_rebuild_rel_reloc_section()
948 reloc->rela.r_offset = reloc->offset; in elf_rebuild_rela_reloc_section()
995 reloc->rel.r_offset = reloc->offset; in elf_write_reloc()
1004 reloc->rela.r_offset = reloc->offset; in elf_write_reloc()
/linux/arch/x86/kernel/
A Dmodule.c105 + rel[i].r_offset; in apply_relocate()
148 + rel[i].r_offset; in __apply_relocate_add()
/linux/scripts/
A Drecordmcount.h181 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount()
428 _w(_w(relp->r_offset) - recval + mcount_adjust); in sift_rel_mcount()
429 mrelp->r_offset = _w(offbase in sift_rel_mcount()
477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset)); in nop_mcount()
/linux/arch/openrisc/kernel/
A Dmodule.c33 + rel[i].r_offset; in apply_relocate_add()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c342 elf64toh(rela->r_offset)); in emit_rela_abs64()
376 assert_lt(elf64toh(rela->r_offset), elf64toh(sh_orig->sh_size), "0x%lx"); in emit_rela_section()
/linux/arch/microblaze/kernel/
A Dmodule.c34 rela[i].r_offset; in apply_relocate_add()
/linux/arch/sh/kernel/
A Dmodule.c42 + rel[i].r_offset; in apply_relocate_add()
/linux/arch/csky/kernel/
A Dmodule.c61 + rel[i].r_offset; in apply_relocate_add()
/linux/arch/s390/kernel/
A Dmachine_kexec_file.c341 loc += relas[i].r_offset; in arch_kexec_apply_relocations_add()
348 addr = section->sh_addr + relas[i].r_offset; in arch_kexec_apply_relocations_add()
/linux/arch/xtensa/kernel/
A Dmodule.c64 + rela[i].r_offset; in apply_relocate_add()

Completed in 51 milliseconds

12