HomeSort by relevance Sort by last modified time
    Searched refs:ParseSymbol (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
test_util.h 27 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols);
read_elf_test.cpp 37 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) {
54 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
61 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
69 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
76 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
read_apk_test.cpp 62 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));

Completed in 80 milliseconds