Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp198 vector<char> dataTmp; in readSectionByName() local
199 dataTmp.resize(shTable[i].sh_size); in readSectionByName()
204 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByName()
206 data = dataTmp; in readSectionByName()
246 vector<char> dataTmp; in readSectionByType() local
247 dataTmp.resize(shTable[i].sh_size); in readSectionByType()
252 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByType()
254 data = dataTmp; in readSectionByType()