Home
last modified time | relevance | path

Searched refs:GetRelNum (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_file.h101 Elf32_Word GetRelNum(Elf32_Shdr&) const;
Delf_file.cc989 Elf32_Word ElfFile::GetRelNum(Elf32_Shdr& section_header) const { in GetRelNum() function in art::ElfFile
997 CHECK_LT(i, GetRelNum(section_header)) << file_->GetPath(); in GetRel()
/art/compiler/
Delf_fixup.cc154 for (uint32_t i = 0; i < elf_file.GetRelNum(*sh); i++) { in FixupRelocations()