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

/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp197 // (VER_NDX_GLOBAL or VER_NDX_INITIAL), or, if that doesn't
202 // first case, with the exception that we treat VER_NDX_INITIAL
205 // VER_NDX_GLOBAL is always good, VER_NDX_INITIAL is fine, if
209 && versionIndex == VER_NDX_INITIAL)) {
508 if (versionIndex >= VER_NDX_INITIAL)
/haiku/headers/build/os/kernel/
H A Delf.h589 #define VER_NDX_INITIAL 2 /* initial version -- that's the one given macro
/haiku/headers/os/kernel/
H A Delf.h600 #define VER_NDX_INITIAL 2 /* initial version -- that's the one given macro
/haiku/src/system/kernel/
H A Delf.cpp685 // (VER_NDX_GLOBAL or VER_NDX_INITIAL), or, if that doesn't
690 // first case, with the exception that we treat VER_NDX_INITIAL
693 // VER_NDX_GLOBAL is always good, VER_NDX_INITIAL is fine, if
696 || (!lookupDefault && versionIndex == VER_NDX_INITIAL)) {
1024 if (versionIndex >= VER_NDX_INITIAL)

Completed in 64 milliseconds