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

/linux-master/scripts/mod/
H A Dmodpost.h128 * take shndx from symtab_shndx_start[N] instead */
129 Elf32_Word *symtab_shndx_start; member in struct:elf_info
146 return info->symtab_shndx_start[sym - info->symtab_start];
H A Dmodpost.c539 info->symtab_shndx_start = (void *)hdr +
563 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop;
/linux-master/scripts/
H A Dsorttable.c189 const Elf32_Word *symtab_shndx_start)
195 return r(&symtab_shndx_start[sym_offs]);
187 get_secindex(unsigned int shndx, unsigned int sym_offs, const Elf32_Word *symtab_shndx_start) argument

Completed in 117 milliseconds