Home
last modified time | relevance | path

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

/device/google/gs-common/gear/dumpstate_v3/
DDumpstate.cpp50 timepoint_t startSection(int fd, const std::string &sectionName) { in startSection() argument
51 ATRACE_BEGIN(sectionName.c_str()); in startSection()
54 "------ Section start: " + sectionName + " ------\n" in startSection()
59 void endSection(int fd, const std::string &sectionName, timepoint_t startTime) { in endSection() argument
67 "------ Section end: " + sectionName + " ------\n" in endSection()
74 void Dumpstate::dumpTextSection(int fd, const std::string &sectionName) { in dumpTextSection() argument
75 bool dumpAll = (sectionName == kAllSections); in dumpTextSection()
93 if (dumpAll || sectionName == bin) { in dumpTextSection()
109 ::android::base::WriteStringToFd("Unrecognized text section: " + sectionName + "\n", fd); in dumpTextSection()
DDumpstate.h43 void dumpTextSection(int fd, std::string const& sectionName);
/device/google/gs-common/gear/dumpstate/
DDumpstate.cpp50 timepoint_t startSection(int fd, const std::string &sectionName) { in startSection() argument
51 ATRACE_BEGIN(sectionName.c_str()); in startSection()
54 "------ Section start: " + sectionName + " ------\n" in startSection()
59 void endSection(int fd, const std::string &sectionName, timepoint_t startTime) { in endSection() argument
67 "------ Section end: " + sectionName + " ------\n" in endSection()
74 void Dumpstate::dumpTextSection(int fd, const std::string &sectionName) { in dumpTextSection() argument
75 bool dumpAll = (sectionName == kAllSections); in dumpTextSection()
93 if (dumpAll || sectionName == bin) { in dumpTextSection()
109 ::android::base::WriteStringToFd("Unrecognized text section: " + sectionName + "\n", fd); in dumpTextSection()
DDumpstate.h43 void dumpTextSection(int fd, std::string const& sectionName);
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c591 char *sectionName; in elfParse() local
605 sectionName = elf_strptr(elf, shdrstrndx, shdr.sh_name); in elfParse()
609 ELF_ERR("Error getting data for section %s", sectionName); in elfParse()
613 elfExtractSectionPointer(elf_data, sectionName, app); in elfParse()