Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h923 load.p_type = PT_LOAD; in MakeProgramHeaders()
939 load.p_type = PT_LOAD; in MakeProgramHeaders()
/art/runtime/
Doat_file.cc890 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in PreSetup()
903 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in PreSetup()
Delf_file.cc1039 if (program_header->p_type != PT_LOAD) { in GetLoadedSize()
1110 if (program_header->p_type != PT_LOAD) { in Load()
Delf.h1580 PT_LOAD = 1, // Loadable segment. enumerator