Home
last modified time | relevance | path

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

/linux-4.4.14/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.c186 const Elf32_Word *symtab_shndx_start) in get_secindex() argument
192 return r(&symtab_shndx_start[sym_offs]); in get_secindex()
/linux-4.4.14/scripts/mod/
Dmodpost.h146 Elf32_Word *symtab_shndx_start; member
170 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
Dmodpost.c538 info->symtab_shndx_start = (void *)hdr + in parse_elf()
562 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()