Home
last modified time | relevance | path

Searched refs:symtab_shndx_start (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h128 * take shndx from symtab_shndx_start[N] instead */
129 Elf32_Word *symtab_shndx_start; member
144 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
H A 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()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h156 * take shndx from symtab_shndx_start[N] instead */
157 Elf32_Word *symtab_shndx_start; member
181 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
H A Dmodpost.c605 info->symtab_shndx_start = (void *)hdr + in parse_elf()
629 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.c183 const Elf32_Word *symtab_shndx_start) in get_secindex()
189 return r(&symtab_shndx_start[sym_offs]); in get_secindex()
181 get_secindex(unsigned int shndx, unsigned int sym_offs, const Elf32_Word *symtab_shndx_start) get_secindex() argument
/kernel/linux/linux-6.6/scripts/
H A Dsorttable.c189 const Elf32_Word *symtab_shndx_start) in get_secindex()
195 return r(&symtab_shndx_start[sym_offs]); in get_secindex()
187 get_secindex(unsigned int shndx, unsigned int sym_offs, const Elf32_Word *symtab_shndx_start) get_secindex() argument

Completed in 11 milliseconds