Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_builder.h841 load.p_type = PT_LOAD; in MakeProgramHeaders()
857 load.p_type = PT_LOAD; in MakeProgramHeaders()
/art/runtime/
Doat_file.cc704 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in PreSetup()
717 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in PreSetup()
Delf_file.cc1034 if (program_header->p_type != PT_LOAD) { in GetLoadedSize()
1105 if (program_header->p_type != PT_LOAD) { in Load()
Delf.h1580 PT_LOAD = 1, // Loadable segment. enumerator
/art/patchoat/
Dpatchoat.cc839 if (hdr->p_type == PT_LOAD && hdr->p_vaddr == 0u) { in PatchElf()