Searched refs:dot_shstrtab_sec (Results 1 – 1 of 1) sorted by relevance
295 const Elf_Shdr *dot_shstrtab_sec; // Section header string table. member in __anon198eba5b0611::ELFObjectFile668 Result = StringRef(getString(dot_shstrtab_sec, sec->sh_name)); in getSectionName()1086 , dot_shstrtab_sec(0) in ELFObjectFile()1129 dot_shstrtab_sec = getSection(getStringTableIndex()); in ELFObjectFile()1130 if (dot_shstrtab_sec) { in ELFObjectFile()1132 if (((const char*)base() + dot_shstrtab_sec->sh_offset) in ELFObjectFile()1133 [dot_shstrtab_sec->sh_size - 1] != 0) in ELFObjectFile()1144 StringRef SectionName(getString(dot_shstrtab_sec, sh->sh_name)); in ELFObjectFile()1376 Result = getString(dot_shstrtab_sec, section->sh_name); in getSymbolName()