Home
last modified time | relevance | path

Searched refs:GetProgramHeader (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Delf_file.h73 Elf32_Phdr* GetProgramHeader(Elf32_Word) const;
Delf_file.cc702 Elf32_Phdr* ElfFile::GetProgramHeader(Elf32_Word i) const { in GetProgramHeader() function in art::ElfFile
713 Elf32_Phdr* program_header = GetProgramHeader(i); in FindProgamHeaderByType()
1022 Elf32_Phdr* program_header = GetProgramHeader(i); in GetLoadedSize()
1080 Elf32_Phdr* program_header = GetProgramHeader(i); in Load()
/art/compiler/
Delf_fixup.cc107 Elf32_Phdr* ph = elf_file.GetProgramHeader(i); in FixupProgramHeaders()
/art/patchoat/
Dpatchoat.cc666 Elf32_Phdr* hdr = oat_file_->GetProgramHeader(i); in PatchElf()