Searched refs:GetRelaNum (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Delf_file.h101 Elf32_Word GetRelaNum(Elf32_Shdr&) const;
H A Delf_file.cc987 Elf32_Word ElfFile::GetRelaNum(Elf32_Shdr& section_header) const { function in class:art::ElfFile
994 CHECK_LT(i, GetRelaNum(section_header)) << file_->GetPath();
/art/compiler/
H A Delf_fixup.cc164 for (uint32_t i = 0; i < elf_file.GetRelaNum(*sh); i++) {

Completed in 6 milliseconds