Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Delf_symbol.cpp24 std::unique_ptr<ElfSymbol> sym {new (std::nothrow) ElfSymbol()}; in MakeUnique() local
117 std::unique_ptr<ElfSymbol> sym = ElfSymbol::MakeUnique(symBuf, entrySize); in MakeUnique() local
/developtools/hiperf/src/
Delf_symbol.cpp24 std::unique_ptr<ElfSymbol> sym {new (std::nothrow) ElfSymbol()}; in MakeUnique() local
117 std::unique_ptr<ElfSymbol> sym = ElfSymbol::MakeUnique(symBuf, entrySize); in MakeUnique() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Delf_symbol.cpp24 std::unique_ptr<ElfSymbol> sym {new (std::nothrow) ElfSymbol()}; in MakeUnique() local
118 std::unique_ptr<ElfSymbol> sym = ElfSymbol::MakeUnique(symBuf, entrySize); in MakeUnique() local
/developtools/hiperf/test/unittest/common/native/
Delf_parser_test.cpp380 auto sym = ElfSymbolFromReadelf::MakeUnique(line); in ParseSymsInSymTab() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp379 auto sym = ElfSymbolFromReadelf::MakeUnique(line); in ParseSymsInSymTab() local