Home
last modified time | relevance | path

Searched refs:dot_shstrtab_sec (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
DELF.h242 const Elf_Shdr *dot_shstrtab_sec; // Section header string table. variable
626 : 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()