Searched refs:relas (Results 1 – 4 of 4) sorted by relevance
/arch/riscv/kernel/ |
D | module-sections.c | 73 static void count_max_entries(Elf_Rela *relas, int num, in count_max_entries() argument 79 type = ELF_RISCV_R_TYPE(relas[i].r_info); in count_max_entries() 81 if (!duplicate_rela(relas, i)) in count_max_entries() 84 if (!duplicate_rela(relas, i)) in count_max_entries() 124 Elf_Rela *relas = (void *)ehdr + sechdrs[i].sh_offset; in module_frob_arch_sections() local 135 count_max_entries(relas, num_rela, &num_plts, &num_gots); in module_frob_arch_sections()
|
D | elf_kexec.c | 372 Elf64_Rela *relas; in arch_kexec_apply_relocations_add() local 380 relas = (void *)pi->ehdr + relsec->sh_offset; in arch_kexec_apply_relocations_add() 382 for (i = 0; i < relsec->sh_size / sizeof(*relas); i++) { in arch_kexec_apply_relocations_add() 390 sym += ELF64_R_SYM(relas[i].r_info); in arch_kexec_apply_relocations_add() 399 loc += relas[i].r_offset; in arch_kexec_apply_relocations_add() 412 val += relas[i].r_addend; in arch_kexec_apply_relocations_add() 414 addr = section->sh_addr + relas[i].r_offset; in arch_kexec_apply_relocations_add() 416 r_type = ELF64_R_TYPE(relas[i].r_info); in arch_kexec_apply_relocations_add()
|
/arch/loongarch/kernel/ |
D | module-sections.c | 81 static void count_max_entries(Elf_Rela *relas, int num, in count_max_entries() argument 87 type = ELF_R_TYPE(relas[i].r_info); in count_max_entries() 91 if (!duplicate_rela(relas, i)) in count_max_entries() 95 if (!duplicate_rela(relas, i)) in count_max_entries() 140 Elf_Rela *relas = (void *)ehdr + sechdrs[i].sh_offset; in module_frob_arch_sections() local 150 count_max_entries(relas, num_rela, &num_plts, &num_gots); in module_frob_arch_sections()
|
/arch/s390/kernel/ |
D | machine_kexec_file.c | 306 Elf_Rela *relas; in arch_kexec_apply_relocations_add() local 315 relas = (void *)pi->ehdr + relsec->sh_offset; in arch_kexec_apply_relocations_add() 317 for (i = 0; i < relsec->sh_size / sizeof(*relas); i++) { in arch_kexec_apply_relocations_add() 324 sym += ELF64_R_SYM(relas[i].r_info); in arch_kexec_apply_relocations_add() 350 loc += relas[i].r_offset; in arch_kexec_apply_relocations_add() 355 val += relas[i].r_addend; in arch_kexec_apply_relocations_add() 357 addr = section->sh_addr + relas[i].r_offset; in arch_kexec_apply_relocations_add() 359 r_type = ELF64_R_TYPE(relas[i].r_info); in arch_kexec_apply_relocations_add()
|