Searched refs:GetRelNum (Results 1 – 3 of 3) sorted by relevance
101 Elf32_Word GetRelNum(Elf32_Shdr&) const;
989 Elf32_Word ElfFile::GetRelNum(Elf32_Shdr& section_header) const { in GetRelNum() function in art::ElfFile997 CHECK_LT(i, GetRelNum(section_header)) << file_->GetPath(); in GetRel()
154 for (uint32_t i = 0; i < elf_file.GetRelNum(*sh); i++) { in FixupRelocations()