Searched refs:stringsToCopy (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/system/kernel/
H A Delf.cpp2817 size_t stringsToCopy = min_c(stringTableSize, maxStringTableSize); local
2818 if (stringTable != NULL && stringsToCopy > 0) {
2819 if (user_memcpy(stringTable, strings, stringsToCopy)

Completed in 34 milliseconds