Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h106 Elf_Rel& GetRel(Elf_Shdr&, Elf_Word) const;
Delf_file.cc998 typename ElfTypes::Rel& ElfFileImpl<ElfTypes>::GetRel(Elf_Shdr& section_header, Elf_Word i) const { in GetRel() function in art::ElfFileImpl
1655 Elf_Rel& rel = GetRel(*sh, j); in FixupRelocations()