Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/mod/
Dmodpost.h150 Elf32_Word *symtab_shndx_start; member
170 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
Dmodpost.c551 info->symtab_shndx_start = (void *)hdr + in parse_elf()
575 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()
/Linux-v6.1/scripts/
Dsorttable.c189 const Elf32_Word *symtab_shndx_start) in get_secindex() argument
195 return r(&symtab_shndx_start[sym_offs]); in get_secindex()