Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/scripts/mod/
Dmodpost.h147 Elf32_Word *symtab_shndx_start; member
171 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
Dmodpost.c552 info->symtab_shndx_start = (void *)hdr + in parse_elf()
576 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()