ElfRelocationIterator
ElfRelocationIterator::ElfRelocationIterator(ElfFile* file)
ElfRelocationIterator::~ElfRelocationIterator()
ElfRelocationIterator::GetNext(ElfRelocation* relocation)
ElfRelocationIterator::_FindNextSection()
class ElfRelocationIterator {
ElfRelocationIterator(ElfFile* file);
~ElfRelocationIterator();
for (ElfRelocationIterator it(&fFile); it.GetNext(&relocation); ) {