Searched refs:GetRel (Results 1 – 2 of 2) sorted by relevance
106 Elf_Rel& GetRel(Elf_Shdr&, Elf_Word) const;
998 typename ElfTypes::Rel& ElfFileImpl<ElfTypes>::GetRel(Elf_Shdr& section_header, Elf_Word i) const { in GetRel() function in art::ElfFileImpl1663 Elf_Rel& rel = GetRel(*sh, j); in FixupRelocations()