Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp86 } codeSection; typedef
267 static bool isRelSection(codeSection& cs, string& name) { in isRelSection()
282 static int readCodeSections(ifstream& elfFile, vector<codeSection>& cs) { in readCodeSections()
292 codeSection cs_temp; in readCodeSections()
442 static void dumpAllCs(vector<codeSection>& cs) { in dumpAllCs()
475 static void applyMapRelo(ifstream& elfFile, vector<int> mapFds, vector<codeSection>& cs) { in applyMapRelo()
503 static int loadCodeSections(const char* elfPath, vector<codeSection>& cs, const string& license) { in loadCodeSections()
550 vector<codeSection> cs; in loadProg()