Home
last modified time | relevance | path

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

/scripts/mod/
A Dsymsearch.c154 unsigned int secndx, bool allow_negative, in symsearch_find_nearest() argument
163 target.section_index = secndx; in symsearch_find_nearest()
188 table[hi].section_index == secndx && in symsearch_find_nearest()
194 table[hi - 1].section_index == secndx && in symsearch_find_nearest()
A Dmodpost.c978 unsigned int secndx) in find_fromsym() argument
980 return symsearch_find_nearest(elf, addr, secndx, false, ~0); in find_fromsym()
1000 static bool is_executable_section(struct elf_info *elf, unsigned int secndx) in is_executable_section() argument
1002 if (secndx >= elf->num_sections) in is_executable_section()
1005 return (elf->sechdrs[secndx].sh_flags & SHF_EXECINSTR) != 0; in is_executable_section()
1434 unsigned int secndx = sechdr->sh_info; in check_sec_ref() local
1435 const char *secname = sec_name(elf, secndx); in check_sec_ref()
1446 section_rela(mod, elf, secndx, secname, in check_sec_ref()
1449 section_rel(mod, elf, secndx, secname, in check_sec_ref()
A Dmodpost.h206 unsigned int secndx, bool allow_negative,
/scripts/
A Dinsert-sys-cert.c161 int secndx; in get_symbol_from_table() local
172 secndx = elf_sym->st_shndx; in get_symbol_from_table()
173 if (!secndx) in get_symbol_from_table()
175 sec = &x[secndx]; in get_symbol_from_table()

Completed in 10 milliseconds