Searched refs:ReadSectionFromElfFile (Results 1 – 3 of 3) sorted by relevance
54 bool ReadSectionFromElfFile(const std::string& filename, const std::string& section_name,
45 if (!ReadSectionFromElfFile("/proc/self/exe", testdata_section, &content)) { in ExtractTestDataFromElfSection()
376 bool ReadSectionFromElfFile(const std::string& filename, const std::string& section_name, in ReadSectionFromElfFile() function