Home
last modified time | relevance | path

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

/packages/modules/Connectivity/netbpfload/
Dloader.cpp238 static int readSectionByIdx(ifstream& elfFile, int id, vector<char>& sec) { in readSectionByIdx() function
258 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()
515 ret = readSectionByIdx(elfFile, i, cs_temp.data); in readCodeSections()
535 ret = readSectionByIdx(elfFile, i + 1, cs_temp.rel_data); in readCodeSections()