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

/haiku/headers/private/kernel/
H A Delf_priv.h73 #define HASHTABSIZE(image) ((image)->symhash[0]) macro
75 #define HASHCHAINS(image) ((unsigned int*)&(image)->symhash[2+HASHTABSIZE(image)])
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h175 #define HASHTABSIZE(image) ((image)->symhash[0]) macro
177 #define HASHCHAINS(image) ((unsigned int*)&(image)->symhash[2+HASHTABSIZE(image)])
/haiku/src/system/kernel/
H A Delf.cpp387 for (uint32 i = 0; i < HASHTABSIZE(image); i++) {
492 for (i = 0; i < HASHTABSIZE(image); i++) {
609 if (image->dynamic_section == 0 || HASHTABSIZE(image) == 0)
615 uint32 hash = elf_hash(name) % HASHTABSIZE(image);
1681 for (i = 0; i < HASHTABSIZE(image); i++) {
1792 for (uint32 i = 0; i < HASHTABSIZE(image); i++) {
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp116 uint32 bucket = lookupInfo.hash % HASHTABSIZE(image);
H A Delf.cpp820 for (i = 0; i < HASHTABSIZE(image); i++) {
886 for (uint32 i = 0; i < HASHTABSIZE(image) && !exactMatch; i++) {

Completed in 63 milliseconds