Home
last modified time | relevance | path

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

/linux-6.15/scripts/mod/
H A Dmodpost.h157 Elf32_Word *symtab_shndx_start; member
174 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
H A Dmodpost.c542 info->symtab_shndx_start = (void *)hdr + in parse_elf()
566 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()
/linux-6.15/scripts/
H A Dsorttable.c412 const Elf32_Word *symtab_shndx_start) in get_secindex() argument
418 return r(&symtab_shndx_start[sym_offs]); in get_secindex()