Searched refs:ReadSectionFromELFFile (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Dread_elf.cpp358 bool ReadSectionFromELFFile(const llvm::object::ELFFile<ELFT>* elf, const std::string& section_name, function
387 result = ReadSectionFromELFFile(elf->getELFFile(), section_name, content);
389 result = ReadSectionFromELFFile(elf->getELFFile(), section_name, content);

Completed in 103 milliseconds