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

/haiku/src/system/kernel/
H A Delf.cpp1413 uint32 hashTabSize; local
1414 if (!_Read(image.symhash, hashTabSize))
1419 const uint32* hashChains = image.symhash + 2 + hashTabSize;
1432 for (uint32 i = 0; i < hashTabSize; i++) {

Completed in 46 milliseconds