Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DLoader.cpp110 } codeSection; typedef
298 static bool isRelSection(codeSection& cs, string& name) { in isRelSection()
388 static int readCodeSections(ifstream& elfFile, vector<codeSection>& cs, size_t sizeOfBpfProgDef) { in readCodeSections()
405 codeSection cs_temp; in readCodeSections()
606 static void dumpAllCs(vector<codeSection>& cs) { in dumpAllCs()
639 static void applyMapRelo(ifstream& elfFile, vector<unique_fd> &mapFds, vector<codeSection>& cs) { in applyMapRelo()
667 static int loadCodeSections(const char* elfPath, vector<codeSection>& cs, const string& license, in loadCodeSections()
765 vector<codeSection> cs; in loadProg()