Searched refs:dot_strtab_sec (Results 1 – 1 of 1) sorted by relevance
296 const Elf_Shdr *dot_strtab_sec; // Symbol header string table. member in __anon198eba5b0611::ELFObjectFile1087 , dot_strtab_sec(0) { in ELFObjectFile()1146 if (dot_strtab_sec != 0) in ELFObjectFile()1149 dot_strtab_sec = sh; in ELFObjectFile()1381 Result = getString(dot_strtab_sec, symb->st_name); in getSymbolName()