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/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_db.h30 struct ElfSymbolTable { struct
31 uint64_t filePathIndex;
32 uint64_t textVaddr;
33 uint32_t textOffset;
34 uint32_t symEntSize;
35 std::string strTable;
36 std::string symTable;
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h114 struct ElfSymbolTable { struct
115 uint64_t textVaddr;
116 uint32_t textOffset;
117 uint32_t symEntSize;
118 std::vector<uint8_t> strTable;
119 std::vector<uint8_t> symTable;