Lines Matching refs:symtab_shndx
192 Elf32_Word const *symtab_shndx) in get_symindex() argument
205 return w(symtab_shndx[index]); in get_symindex()
238 Elf32_Word **symtab_shndx) in find_symtab() argument
244 *symtab_shndx = NULL; in find_symtab()
250 *symtab_shndx = (void *)ehdr + relhdr->sh_offset; in find_symtab()
252 if (*symtab && *symtab_shndx) in find_symtab()
522 Elf32_Word const *symtab_shndx, in find_secsym_ndx() argument
534 if (txtndx == get_symindex(symp, symtab, symtab_shndx) in find_secsym_ndx()
620 Elf32_Word *symtab_shndx; in do_func() local
652 find_symtab(ehdr, shdr0, nhdr, &symtab, &symtab_shndx); in do_func()
670 symtab, symtab_shndx, in do_func()