Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.c191 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()
254 if (phdr->p_type == PT_LOAD) { in phdr_table_reserve_memory()
287 if (phdr->p_type != PT_LOAD) in phdr_table_load_segments()
359 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()
610 if (phdr->p_type == PT_LOAD) { in phdr_table_get_loaded_phdr()
634 if (phdr->p_type != PT_LOAD) in phdr_table_get_loaded_phdr()
Dlinker.cpp2014 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias()
/bionic/libc/kernel/common/linux/
Delf.h47 #define PT_LOAD 1 macro