Lines Matching refs:shstrtab
964 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab) in get_section_name() argument
966 if (shdr->sh_name >= shstrtab->d_size) in get_section_name()
969 return shstrtab->d_buf + shdr->sh_name; in get_section_name()
1215 Elf_Data *shstrtab, size_t unstripped_shstrndx, in new_shstrtab() argument
1245 const char *name = get_section_name (i + 1, shdr, shstrtab); in new_shstrtab()
1355 Elf_Data *shstrtab = elf_getdata (elf_getscn (unstripped, in copy_elided_sections() local
1357 ELF_CHECK (shstrtab != NULL, in copy_elided_sections()
1381 const char *name = get_section_name (ndx, shdr, shstrtab); in copy_elided_sections()
1449 split_bss = find_alloc_sections_prelink (unstripped, shstrtab, in copy_elided_sections()
1523 shstrtab, unstripped_shstrndx, in copy_elided_sections()
1763 const char *name = get_section_name (i + 1, hdr, shstrtab); in copy_elided_sections()