Home
last modified time | relevance | path

Searched defs:ElfSymbolTable (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/hiebpf/include/
Delf_symbol_info.h28 struct ElfSymbolTable { struct
50 bool GetSymbolTable(const std::string &fileName, ElfSymbolTable &symbolTable); argument
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_db.h26 struct ElfSymbolTable { struct
27 uint64_t filePathIndex;
28 uint64_t textVaddr;
29 uint32_t textOffset;
30 uint32_t symEntSize;
31 std::string strTable;
32 std::string symTable;
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_db.h26 struct ElfSymbolTable { struct
27 uint64_t filePathIndex;
28 uint64_t textVaddr;
29 uint32_t textOffset;
30 uint32_t symEntSize;
31 std::string strTable;
32 std::string symTable;
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h62 struct ElfSymbolTable { struct
63 uint64_t textVaddr;
87 void SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, argument