Searched refs:sectionName (Results 1 – 2 of 2) sorted by relevance
20 inline void ATrace_beginSection(const char* sectionName) { in ATrace_beginSection() argument21 atrace_begin(ATRACE_TAG_AIDL, sectionName); in ATrace_beginSection()
345 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names) { in getSectionSymNames() argument363 if (!name.compare(sectionName)) { in getSectionSymNames()371 ALOGW("No %s section could be found in elf object\n", sectionName.c_str()); in getSectionSymNames()