Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dsortextable.h102 Elf32_Word *symtab_shndx_start = NULL; in do_func() local
146 symtab_shndx_start = (Elf32_Word *)( in do_func()
199 symtab_shndx_start)]; in do_func()
Dsortextable.c182 const Elf32_Word *symtab_shndx_start) in get_secindex() argument
188 return r(&symtab_shndx_start[sym_offs]); in get_secindex()
/linux-4.1.27/scripts/mod/
Dmodpost.h140 Elf32_Word *symtab_shndx_start; member
164 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
Dmodpost.c537 info->symtab_shndx_start = (void *)hdr + in parse_elf()
561 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()