Lines Matching refs:shstrndx
539 size_t shstrndx;
541 if (elf_getshdrstrndx(elf_file, &shstrndx) == -1) {
549 scnfd = get_scnfd(elf_file, shstrndx, SHT_STRTAB);
583 print_symtab(elf_file, shstrndx, scn,
668 print_symtab(Elf *elf_file, unsigned int shstrndx,
731 print_with_pflag(ndigits, elf_file, shstrndx,
734 print_with_Pflag(ndigits, elf_file, shstrndx,
738 shstrndx, sym_data, filename);
762 is_bss_section(unsigned int shndx, Elf * elf_file, unsigned int shstrndx)
770 sym_name = elf_strptr(elf_file, shstrndx, shdr.sh_name);
1046 print_brief_sym_type(Elf *elf_file, unsigned int shstrndx, SYM *sym_data)
1064 is_bss_section((int)sym_data->shndx, elf_file, shstrndx)) {
1100 unsigned int shstrndx,
1129 print_brief_sym_type(elf_file, shstrndx, sym_data);
1154 unsigned int shstrndx,
1189 print_brief_sym_type(elf_file, shstrndx, sym_data);
1206 unsigned int shstrndx,
1285 shstrndx, shdr.sh_name));