Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp75 sectionType sectionNameTypes[] = { variable
248 for (int i = 0; sectionNameTypes[i].type != BPF_PROG_TYPE_UNSPEC; i++) in getSectionType()
249 if (StartsWith(name, sectionNameTypes[i].name)) return sectionNameTypes[i].type; in getSectionType()
266 for (int i = 0; sectionNameTypes[i].type != BPF_PROG_TYPE_UNSPEC; i++) { in isRelSection()
267 sectionType st = sectionNameTypes[i]; in isRelSection()