Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/kernel/
Dmodule.c434 const Elf_Shdr *txt_sec; member
468 const Elf_Shdr *txt_sec; in module_finalize() local
478 txt_sec = find_mod_section(hdr, sechdrs, txtname); in module_finalize()
480 if (txt_sec) { in module_finalize()
484 txt_sec->sh_addr, in module_finalize()
485 txt_sec->sh_size); in module_finalize()