Home
last modified time | relevance | path

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

/haiku/headers/private/debug/
H A Ddebug_support.h90 char* nameBuffer, size_t nameBufferLength, int32* _symbolType,
/haiku/src/kits/debug/
H A Ddebug_support.cpp552 size_t nameBufferLength, int32* _symbolType, void** _symbolLocation, in debug_next_image_symbol() argument
576 min_c(nameBufferLength, symbolNameLen + 1)); in debug_next_image_symbol()