Home | History | Annotate | Download | only in switchback

Lines Matching refs:symtab_shndx

525    int symtab_shndx = shdr[shnum].sh_link;
527 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
530 target_shndx, symtab_shndx ));
651 int symtab_shndx = shdr[shnum].sh_link;
653 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
656 target_shndx, symtab_shndx ));