Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.h54 bool ReadSectionFromElfFile(const std::string& filename, const std::string& section_name,
Dgtest_main.cpp45 if (!ReadSectionFromElfFile("/proc/self/exe", testdata_section, &content)) { in ExtractTestDataFromElfSection()
Dread_elf.cpp376 bool ReadSectionFromElfFile(const std::string& filename, const std::string& section_name, in ReadSectionFromElfFile() function