Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h714 DCHECK_EQ(program_headers[0].p_type, 0u); // Check placeholder. in Write()
799 phdr.p_type = type; in MakeProgramHeader()
817 phdr.p_type = type; in MakeProgramHeader()
/art/runtime/
Doat_file.cc287 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in Dlopen()
300 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in Dlopen()
Delf_file.cc748 if (program_header->p_type == type) { in FindProgamHeaderByType()
1088 if (program_header->p_type != PT_LOAD) { in GetLoadedSize()
1150 if (program_header->p_type == PT_DYNAMIC) { in Load()
1156 if (program_header->p_type != PT_LOAD) { in Load()
Delf.h1554 Elf32_Word p_type; // Type of segment member
1566 Elf64_Word p_type; // Type of segment member
/art/patchoat/
Dpatchoat.cc741 if (hdr->p_type == PT_LOAD && hdr->p_vaddr == 0u) { in PatchElf()