Searched refs:GetRel (Results 1 – 3 of 3) sorted by relevance
102 Elf32_Rel& GetRel(Elf32_Shdr&, Elf32_Word) const;
995 Elf32_Rel& ElfFile::GetRel(Elf32_Shdr& section_header, Elf32_Word i) const { in GetRel() function in art::ElfFile
155 Elf32_Rel& rel = elf_file.GetRel(*sh, i); in FixupRelocations()