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()
290 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names) { in getSectionSymNames() argument308 if (!name.compare(sectionName)) { in getSectionSymNames()316 ALOGE("No %s section could be found in elf object\n", sectionName.c_str()); in getSectionSymNames()