Home
last modified time | relevance | path

Searched refs:tgtsec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dmodule.c55 unsigned int tgtsec; in apply_relocate_add() local
59 * @tgtsec is section to patch e.g. .init.text in apply_relocate_add()
61 tgtsec = sechdrs[relsec].sh_info; in apply_relocate_add()
62 tgt_addr = sechdrs[tgtsec].sh_addr; in apply_relocate_add()
67 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()
114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
115 module->arch.unw_sec_idx = tgtsec; in apply_relocate_add()
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dmodule.c55 unsigned int tgtsec; in apply_relocate_add() local
59 * @tgtsec is section to patch e.g. .init.text in apply_relocate_add()
61 tgtsec = sechdrs[relsec].sh_info; in apply_relocate_add()
62 tgt_addr = sechdrs[tgtsec].sh_addr; in apply_relocate_add()
67 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()
114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
115 module->arch.unw_sec_idx = tgtsec; in apply_relocate_add()

Completed in 1 milliseconds