Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Delf_file.h73 Elf32_Phdr* GetProgramHeader(Elf32_Word) const;
123 Elf32_Phdr& GetDynamicProgramHeader() const;
163 Elf32_Phdr* FindProgamHeaderByType(Elf32_Word type) const;
190 Elf32_Phdr* dynamic_program_header_;
Delf_file.cc603 Elf32_Phdr& ElfFile::GetDynamicProgramHeader() const { in GetDynamicProgramHeader()
702 Elf32_Phdr* ElfFile::GetProgramHeader(Elf32_Word i) const { in GetProgramHeader()
708 return reinterpret_cast<Elf32_Phdr*>(program_header); in GetProgramHeader()
711 Elf32_Phdr* ElfFile::FindProgamHeaderByType(Elf32_Word type) const { in FindProgamHeaderByType()
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()
Delf.h1552 struct Elf32_Phdr { struct
/art/compiler/
Delf_fixup.cc107 Elf32_Phdr* ph = elf_file.GetProgramHeader(i); in FixupProgramHeaders()
Delf_writer_quick.cc256 uint32_t phdr_size = sizeof(Elf32_Phdr) * PH_NUM; in Write()
261 Elf32_Phdr program_headers[PH_NUM]; in Write()
826 elf_header_.e_phentsize = sizeof(Elf32_Phdr); in SetupEhdr()
/art/patchoat/
Dpatchoat.cc666 Elf32_Phdr* hdr = oat_file_->GetProgramHeader(i); in PatchElf()