Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp617 if (phdr->p_type == PT_PHDR) { in FindPhdr()
Dlinker.cpp1713 if (si->phdr[i].p_type == PT_PHDR) { in __linker_init_post_relocation()
/bionic/libc/include/sys/
Dexec_elf.h342 #define PT_PHDR 6 /* Entry for header table itself */ macro