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

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp77 size_t GetEntrySize() const;
172 // GetEntrySize
174 ElfSection::GetEntrySize() const function in class:ElfSection
185 if (GetEntrySize() == 0)
187 count = GetSize() / GetEntrySize();
271 size_t symbolSize = fSection->GetEntrySize();
371 size_t entrySize = fSection->GetEntrySize();

Completed in 26 milliseconds