Searched refs:readSectionByIdx (Results 1 – 1 of 1) sorted by relevance
126 static int readSectionByIdx(ifstream& elfFile, int id, vector<char>& sec) { in readSectionByIdx() function151 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()363 ret = readSectionByIdx(elfFile, i, cs_temp.data); in readCodeSections()384 ret = readSectionByIdx(elfFile, i + 1, cs_temp.rel_data); in readCodeSections()