Home
last modified time | relevance | path

Searched refs:strTabSize (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/src/
Dkernel_symbol_info.cpp62 uint32_t strTabSize = 0; in GetBinary() local
69 *(reinterpret_cast<uint32_t *>(p)) = strTabSize; in GetBinary()
74 pStrTab + strTabSize); in GetBinary()
75 strTabSize += symbol.name_.size() + 1; in GetBinary()