Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/kernel/
Dmodule.c58 unsigned int tgtsec; in apply_relocate_add() local
64 tgtsec = sechdrs[relsec].sh_info; in apply_relocate_add()
65 tgt_addr = sechdrs[tgtsec].sh_addr; in apply_relocate_add()
70 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add()
117 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
118 module->arch.unw_sec_idx = tgtsec; in apply_relocate_add()