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

/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElfFile.cpp437 fEntryIndex(-1)
456 fEntryIndex = 0;
459 fEntryIndex++;
463 while (section && fEntryIndex >= section->CountEntries()) {
466 fEntryIndex = 0;
470 relocation->SetTo(section, fEntryIndex);
H A DElfFile.h101 int32 fEntryIndex; member in class:SymbolPatcher::ElfRelocationIterator

Completed in 39 milliseconds