Home
last modified time | relevance | path

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

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