Searched refs:dot_shstrtab_sec (Results 1 – 1 of 1) sorted by relevance
242 const Elf_Shdr *dot_shstrtab_sec; // Section header string table. variable626 : Buf(Object), SectionHeaderTable(nullptr), dot_shstrtab_sec(nullptr), in ELFFile()717 dot_shstrtab_sec = getSection(getStringTableIndex()); in ELFFile()718 if (dot_shstrtab_sec) { in ELFFile()720 VerifyStrTab(dot_shstrtab_sec); in ELFFile()916 if (Section->sh_name >= dot_shstrtab_sec->sh_size) in getSectionName()918 return StringRef(getString(dot_shstrtab_sec, Section->sh_name)); in getSectionName()