Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp95 } codeSection; typedef
265 static bool isRelSection(codeSection& cs, string& name) { in isRelSection()
333 static int readCodeSections(ifstream& elfFile, vector<codeSection>& cs) { in readCodeSections()
350 codeSection cs_temp; in readCodeSections()
473 static void dumpAllCs(vector<codeSection>& cs) { in dumpAllCs()
506 static void applyMapRelo(ifstream& elfFile, vector<unique_fd> &mapFds, vector<codeSection>& cs) { in applyMapRelo()
534 static int loadCodeSections(const char* elfPath, vector<codeSection>& cs, const string& license) { in loadCodeSections()
619 vector<codeSection> cs; in loadProg()