Home | History | Annotate | Download | only in unused

Lines Matching refs:symtab_shndx

429    int symtab_shndx = shdr[shnum].sh_link;
431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
434 target_shndx, symtab_shndx ));
555 int symtab_shndx = shdr[shnum].sh_link;
557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
560 target_shndx, symtab_shndx ));