relocation_iterator  316 src/Elf.h          relocation_iterator relocations_begin() { return relocs.begin(); }
relocation_iterator  317 src/Elf.h          relocation_iterator relocations_end() { return relocs.end(); }
relocation_iterator  318 src/Elf.h          iterator_range<relocation_iterator> relocations() { return {relocs.begin(), relocs.end()}; }