Home
last modified time | relevance | path

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

/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp133 shTable.resize(eh.e_shnum); in readSectionHeadersAll()
142 vector<Elf64_Shdr> shTable; in readSectionByIdx() local
146 elfFile.seekg(shTable[id].sh_offset); in readSectionByIdx()
149 sec.resize(shTable[id].sh_size); in readSectionByIdx()
184 vector<Elf64_Shdr> shTable; in readSectionByName() local
238 vector<Elf64_Shdr> shTable; in readSectionByType() local
247 dataTmp.resize(shTable[i].sh_size); in readSectionByType()
249 elfFile.seekg(shTable[i].sh_offset); in readSectionByType()
349 vector<Elf64_Shdr> shTable; in getSectionSymNames() local
389 vector<Elf64_Shdr> shTable; in readCodeSections() local
[all …]