Searched refs:GetRelaNum (Results 1 – 3 of 3) sorted by relevance
104 Elf32_Word GetRelaNum(Elf32_Shdr&) const;
1006 Elf32_Word ElfFile::GetRelaNum(Elf32_Shdr& section_header) const { in GetRelaNum() function in art::ElfFile1013 CHECK_LT(i, GetRelaNum(section_header)) << file_->GetPath(); in GetRela()
164 for (uint32_t i = 0; i < elf_file.GetRelaNum(*sh); i++) { in FixupRelocations()