Searched refs:relas (Results 1 – 2 of 2) sorted by relevance
73 static void count_max_entries(Elf_Rela *relas, int num, in count_max_entries() argument79 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() local135 count_max_entries(relas, num_rela, &num_plts, &num_gots); in module_frob_arch_sections()
287 Elf_Rela *relas; in arch_kexec_apply_relocations_add() local291 relas = (void *)pi->ehdr + relsec->sh_offset; in arch_kexec_apply_relocations_add()293 for (i = 0; i < relsec->sh_size / sizeof(*relas); i++) { in arch_kexec_apply_relocations_add()300 sym += ELF64_R_SYM(relas[i].r_info); in arch_kexec_apply_relocations_add()314 loc += relas[i].r_offset; in arch_kexec_apply_relocations_add()319 val += relas[i].r_addend; in arch_kexec_apply_relocations_add()321 addr = section->sh_addr + relas[i].r_offset; in arch_kexec_apply_relocations_add()323 r_type = ELF64_R_TYPE(relas[i].r_info); in arch_kexec_apply_relocations_add()