Home
last modified time | relevance | path

Searched defs:ElfSymbolTable (Results 1 – 3 of 3) 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.h29 struct ElfSymbolTable { struct
30 uint64_t filePathIndex;
31 uint64_t textVaddr;
32 uint32_t textOffset;
33 uint32_t symEntSize;
34 std::string strTable;
35 std::string symTable;
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h73 struct ElfSymbolTable { struct
74 uint64_t textVaddr;
75 uint32_t textOffset;
99 void SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, argument