Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_wrapper.cpp45 if (phdr_table[i].p_type == PT_PHDR) { in get_elf_base_from_phdr()
Dlinker_main.cpp536 if (phdr_table[i].p_type == PT_PHDR) { in get_elf_base_from_phdr()
Dlinker_phdr.cpp1103 if (phdr->p_type == PT_PHDR) { in FindPhdr()
/bionic/libc/kernel/uapi/linux/
Delf.h42 #define PT_PHDR 6 macro
/bionic/tests/
Dlink_test.cpp138 if (phdr.table[i].p_type == PT_PHDR) { in find_exe_load_bias()