Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h37 struct SymbolInfo { struct
38 uint32_t type = 0;
39 uint32_t len = 0;
40 uint64_t textVaddr = 0;
41 uint32_t textOffset = 0;
42 uint32_t strTabLen = 0;
43 uint32_t symTabLen = 0;
44 uint32_t fileNameSize = 0;
45 uint32_t symEntlen = 0;
46 char *strTab = nullptr;
[all …]