Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp190 vector<char> dataTmp; in readSectionByName() local
191 dataTmp.resize(shTable[i].sh_size); in readSectionByName()
196 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByName()
198 data = dataTmp; in readSectionByName()
215 vector<char> dataTmp; in readSectionByType() local
216 dataTmp.resize(shTable[i].sh_size); in readSectionByType()
221 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByType()
223 data = dataTmp; in readSectionByType()