Searched refs:sectionName (Results 1 – 5 of 5) sorted by relevance
/device/google/gs-common/gear/dumpstate_v3/ |
D | Dumpstate.cpp | 50 timepoint_t startSection(int fd, const std::string §ionName) { 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 §ionName, timepoint_t startTime) { in endSection() argument 67 "------ Section end: " + sectionName + " ------\n" in endSection() 74 void Dumpstate::dumpTextSection(int fd, const std::string §ionName) { 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()
|
D | Dumpstate.h | 43 void dumpTextSection(int fd, std::string const& sectionName);
|
/device/google/gs-common/gear/dumpstate/ |
D | Dumpstate.cpp | 50 timepoint_t startSection(int fd, const std::string §ionName) { 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 §ionName, timepoint_t startTime) { in endSection() argument 67 "------ Section end: " + sectionName + " ------\n" in endSection() 74 void Dumpstate::dumpTextSection(int fd, const std::string §ionName) { 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()
|
D | Dumpstate.h | 43 void dumpTextSection(int fd, std::string const& sectionName);
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 591 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()
|