Home
last modified time | relevance | path

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

/scripts/
Dsortextable.h100 Elf32_Word *symtab_shndx_start = NULL; in do_func() local
144 symtab_shndx_start = (Elf32_Word *)( in do_func()
197 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()
/scripts/mod/
Dmodpost.h157 Elf32_Word *symtab_shndx_start; member
181 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
Dmodpost.c619 info->symtab_shndx_start = (void *)hdr + in parse_elf()
643 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf()