Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp405 codeSection cs_temp; in readCodeSections() local
406 cs_temp.type = BPF_PROG_TYPE_UNSPEC; in readCodeSections()
418 cs_temp.type = ptype; in readCodeSections()
419 cs_temp.name = name; in readCodeSections()
421 ret = readSectionByIdx(elfFile, i, cs_temp.data); in readCodeSections()
430 cs_temp.prog_def = pd[i]; in readCodeSections()
437 if (cs_temp.data.size() > 0 && i < entries) { in readCodeSections()
441 if (isRelSection(cs_temp, name)) { in readCodeSections()
442 ret = readSectionByIdx(elfFile, i + 1, cs_temp.rel_data); in readCodeSections()
448 if (cs_temp.data.size() > 0) { in readCodeSections()
[all …]