| /Linux-v5.15/net/rds/ |
| D | page.c | 42 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-v5.15/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()
|
| /Linux-v5.15/Documentation/bpf/ |
| D | llvm_reloc.rst | 17 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-v5.15/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
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | elf.h | 163 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-v5.15/drivers/hwtracing/coresight/ |
| D | coresight-catu.c | 308 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()
|
| D | coresight-tmc-etr.c | 714 long r_offset, w_offset; in tmc_etr_sync_sg_buf() local 719 r_offset = tmc_sg_get_data_page_offset(table, rrp); in tmc_etr_sync_sg_buf() 720 if (r_offset < 0) { in tmc_etr_sync_sg_buf() 735 etr_buf->offset = r_offset; in tmc_etr_sync_sg_buf() 739 etr_buf->len = ((w_offset < r_offset) ? etr_buf->size : 0) + in tmc_etr_sync_sg_buf() 740 w_offset - r_offset; in tmc_etr_sync_sg_buf() 741 tmc_sg_table_sync_data_range(table, r_offset, etr_buf->len); in tmc_etr_sync_sg_buf()
|
| /Linux-v5.15/arch/nios2/kernel/ |
| D | module.c | 58 + rela[i].r_offset); in apply_relocate_add() 68 rela[i].r_offset, strtab + sym->st_name); in apply_relocate_add()
|
| /Linux-v5.15/scripts/mod/ |
| D | modpost.c | 1586 from = find_elf_symbol2(elf, r->r_offset, fromsec); in default_mismatch_handler() 1600 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() 1656 Elf_Sym* fromsym = find_elf_symbol2(elf, r->r_offset, fromsec); in report_extable_warnings() 1672 modname, fromsec, (long)r->r_offset, from_pretty_name, in report_extable_warnings() 1686 fromsec, (long)r->r_offset, tosec, tosec, tosec); in report_extable_warnings() 1706 fromsec, (long)r->r_offset, tosec, modname); in extable_mismatch_handler() [all …]
|
| /Linux-v5.15/arch/m68k/kernel/ |
| D | module.c | 38 + rel[i].r_offset; in apply_relocate() 78 + rel[i].r_offset; in apply_relocate_add()
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/arch/arm/kernel/ |
| D | module.c | 101 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-v5.15/arch/x86/tools/ |
| D | relocs.c | 528 rel->r_offset = elf_addr_to_cpu(rel->r_offset); in read_relocs() 640 rel->r_offset, in print_absolute_relocs() 776 ElfW(Addr) offset = rel->r_offset; in do_reloc64() 895 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 936 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 958 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 963 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/arch/openrisc/kernel/ |
| D | module.c | 33 + rel[i].r_offset; in apply_relocate_add()
|
| /Linux-v5.15/arch/microblaze/kernel/ |
| D | module.c | 34 rela[i].r_offset; in apply_relocate_add()
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | module.c | 105 + rel[i].r_offset; in apply_relocate() 148 + rel[i].r_offset; in __apply_relocate_add()
|
| /Linux-v5.15/arch/arm64/kvm/hyp/nvhe/ |
| D | gen-hyprel.c | 342 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-v5.15/arch/sh/kernel/ |
| D | module.c | 42 + rel[i].r_offset; in apply_relocate_add()
|
| /Linux-v5.15/scripts/ |
| D | recordmcount.h | 181 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-v5.15/arch/csky/kernel/ |
| D | module.c | 61 + rel[i].r_offset; in apply_relocate_add()
|
| /Linux-v5.15/tools/objtool/ |
| D | elf.c | 561 reloc->offset = reloc->rel.r_offset; in read_rel_reloc() 574 reloc->offset = reloc->rela.r_offset; in read_rela_reloc() 1000 reloc->rel.r_offset = reloc->offset; in elf_rebuild_rel_reloc_section() 1031 reloc->rela.r_offset = reloc->offset; in elf_rebuild_rela_reloc_section() 1078 reloc->rel.r_offset = reloc->offset; in elf_write_reloc() 1087 reloc->rela.r_offset = reloc->offset; in elf_write_reloc()
|
| /Linux-v5.15/arch/s390/kernel/ |
| D | machine_kexec_file.c | 296 loc += relas[i].r_offset; in arch_kexec_apply_relocations_add() 303 addr = section->sh_addr + relas[i].r_offset; in arch_kexec_apply_relocations_add()
|
| /Linux-v5.15/arch/xtensa/kernel/ |
| D | module.c | 64 + rela[i].r_offset; in apply_relocate_add()
|