Home
last modified time | relevance | path

Searched refs:GetRela (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file_impl.h107 Elf_Rela& GetRela(Elf_Shdr&, Elf_Word) const;
Delf_file.cc1075 typename ElfTypes::Rela& ElfFileImpl<ElfTypes>::GetRela(Elf_Shdr& section_header, Elf_Word i) const… in GetRela() function in art::ElfFileImpl
1742 Elf_Rela& rela = GetRela(*sh, j); in FixupRelocations()