Searched refs:relocations_count (Results 1 – 1 of 1) sorted by relevance
738 const size_t relocations_count = relocations_size_ / sizeof(ELF::Rela); in RelocateRela() local739 const ELF::Rela* rel_limit = rel + relocations_count; in RelocateRela()771 const size_t relocations_count = relocations_size_ / sizeof(ELF::Rel); in RelocateRel() local772 const ELF::Rel* rel_limit = rel + relocations_count; in RelocateRel()