Searched refs:GetRela (Results 1 – 2 of 2) sorted by relevance
109 Elf_Rela& GetRela(Elf_Shdr&, Elf_Word) const;
1016 typename ElfTypes::Rela& ElfFileImpl<ElfTypes>::GetRela(Elf_Shdr& section_header, Elf_Word i) const… in GetRela() function in art::ElfFileImpl1665 Elf_Rela& rela = GetRela(*sh, j); in FixupRelocations()