Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c1637 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section() argument
1639 if (section_index >= elf->num_sections) in is_executable_section()
1642 return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR); in is_executable_section()