Home
last modified time | relevance | path

Searched defs:ParseSections (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/memory/libmeminfo/libelf64/
Dparse.cpp73 bool Elf64Parser::ParseSections() { in ParseSections() function in android::elf64::Elf64Parser
/aosp_15_r20/external/zucchini/
H A Ddisassembler_elf.cc410 void DisassemblerElf<TRAITS>::ParseSections() { in ParseSections() function in zucchini::DisassemblerElf
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp103 void ParseSections(const std::string& zip_path, std::vector<SectionInfo>* sections) { in ParseSections() function