Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcfi.h32 void module_cfi_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs,
35 static inline void module_cfi_finalize(const Elf_Ehdr *hdr, in module_cfi_finalize() function
/Linux-v6.6/kernel/
Dcfi.c48 void module_cfi_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_cfi_finalize() function
/Linux-v6.6/kernel/module/
Dmain.c2734 module_cfi_finalize(info->hdr, info->sechdrs, mod); in complete_formation()