Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp251 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()
312 if (phdr->p_type != PT_LOAD) { in LoadSegments()
387 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()
626 if (phdr->p_type == PT_LOAD) { in FindPhdr()
648 if (phdr->p_type != PT_LOAD) { in CheckPhdr()
Dlinker.cpp1600 if (si->phdr[i].p_type == PT_LOAD) { in add_vdso()
1807 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias()
/bionic/libc/bionic/
Ddl_iterate_phdr_static.c72 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
/bionic/libc/include/sys/
Dexec_elf.h337 #define PT_LOAD 1 /* Loadable program segment */ macro