Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/kernel/
Dmodule.c436 const Elf_Shdr *txt_sec; member
470 const Elf_Shdr *txt_sec; in module_finalize() local
480 txt_sec = find_mod_section(hdr, sechdrs, txtname); in module_finalize()
482 if (txt_sec) { in module_finalize()
486 txt_sec->sh_addr, in module_finalize()
487 txt_sec->sh_size); in module_finalize()