Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.h130 Elf32_Word *symtab_shndx_start; member
147 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
H A Dmodpost.c550 info->symtab_shndx_start = (void *)hdr + in parse_elf()
574 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()
/openbmc/linux/scripts/
H A Dsorttable.c189 const Elf32_Word *symtab_shndx_start) in get_secindex() argument
195 return r(&symtab_shndx_start[sym_offs]); in get_secindex()