Home
last modified time | relevance | path

Searched refs:rel_entry (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arc/kernel/
H A Dmodule.c52 Elf32_Rela *rel_entry = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
64 n = sechdrs[relsec].sh_size / sizeof(*rel_entry); in apply_relocate_add()
77 location = tgt_addr + rel_entry[i].r_offset; in apply_relocate_add()
81 sym_entry = sym_sec + ELF32_R_SYM(rel_entry[i].r_info); in apply_relocate_add()
83 relocation = sym_entry->st_value + rel_entry[i].r_addend; in apply_relocate_add()
92 rel_entry[i].r_offset, rel_entry[i].r_addend, in apply_relocate_add()
100 relo_type = ELF32_R_TYPE(rel_entry[i].r_info); in apply_relocate_add()
122 module->name, ELF32_R_TYPE(rel_entry[i].r_info)); in apply_relocate_add()
/linux/arch/riscv/kernel/
H A Dmodule.c26 struct list_head rel_entry; member
637 &rel_head_iter->rel_entry, in process_accumulated_relocations()
707 INIT_LIST_HEAD(&rel_head->rel_entry); in add_relocation_to_accumulate()
728 list_add_tail(&entry->head, &rel_head->rel_entry); in add_relocation_to_accumulate()