Searched refs:shTable (Results 1 – 1 of 1) sorted by relevance
133 shTable.resize(eh.e_shnum); in readSectionHeadersAll()142 vector<Elf64_Shdr> shTable; in readSectionByIdx() local146 elfFile.seekg(shTable[id].sh_offset); in readSectionByIdx()149 sec.resize(shTable[id].sh_size); in readSectionByIdx()184 vector<Elf64_Shdr> shTable; in readSectionByName() local238 vector<Elf64_Shdr> shTable; in readSectionByType() local247 dataTmp.resize(shTable[i].sh_size); in readSectionByType()249 elfFile.seekg(shTable[i].sh_offset); in readSectionByType()349 vector<Elf64_Shdr> shTable; in getSectionSymNames() local389 vector<Elf64_Shdr> shTable; in readCodeSections() local[all …]