Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.cpp246 ElfStatus ReadSectionFromELFFile(const llvm::object::ELFObjectFile<ELFT>* elf, const std::string& s… in ReadSectionFromELFFile() function
400 ElfStatus result = ReadSectionFromELFFile(elf, ".gnu_debugdata", &debugdata); in ParseSymbolsFromELFFile()
579 return ReadSectionFromELFFile(elf, section_name, content); in ReadSectionFromElfFile()
581 return ReadSectionFromELFFile(elf, section_name, content); in ReadSectionFromElfFile()