Home
last modified time | relevance | path

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

/haiku/src/kits/debug/
H A Ddebug_support.cpp559 size_t symbolNameLen; in debug_next_image_symbol() local
564 &symbolName, &symbolNameLen, &symbolLocation, _symbolSize, in debug_next_image_symbol()
574 if (symbolName != NULL && symbolNameLen > 0) { in debug_next_image_symbol()
576 min_c(nameBufferLength, symbolNameLen + 1)); in debug_next_image_symbol()