Home
last modified time | relevance | path

Searched refs:is_executable_section (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcheck_extable.sh70 function is_executable_section() function
78 if is_executable_section ${section}; then
/kernel/linux/linux-6.6/scripts/
H A Dcheck_extable.sh70 function is_executable_section() function
78 if is_executable_section ${section}; then
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c1614 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section() function
1685 is_executable_section(elf, get_secindex(elf, sym))) in report_extable_warnings()
1715 else if (!is_executable_section(elf, get_secindex(elf, sym))) { in extable_mismatch_handler()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c1125 static bool is_executable_section(struct elf_info *elf, unsigned int secndx) in is_executable_section() function
1166 else if (is_executable_section(elf, get_secindex(elf, tsym))) in default_mismatch_handler()

Completed in 7 milliseconds