Searched refs:p_type (Results 1 – 12 of 12) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 259 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size() 338 if (phdr->p_type != PT_LOAD) { in LoadSegments() 409 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot() 470 if (phdr->p_type != PT_GNU_RELRO) { in _phdr_table_set_gnu_relro_prot() 542 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_serialize_gnu_relro() 602 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_map_gnu_relro() 682 if (phdr->p_type != PT_ARM_EXIDX) { in phdr_table_get_arm_exidx() 717 if (phdr->p_type != PT_DYNAMIC) { in phdr_table_get_dynamic_section() 744 if (phdr->p_type == PT_PHDR) { in FindPhdr() 753 if (phdr->p_type == PT_LOAD) { in FindPhdr() [all …]
|
D | linker.cpp | 2171 if (si->phdr[i].p_type == PT_PHDR) { 2274 if (phdr->p_type == PT_LOAD) {
|
/bionic/libc/bionic/ |
D | vdso.cpp | 90 if (vdso_phdr[i].p_type == PT_DYNAMIC) { in __libc_init_vdso() 92 } else if (vdso_phdr[i].p_type == PT_LOAD) { in __libc_init_vdso()
|
D | libc_init_static.cpp | 76 if (phdr->p_type != PT_GNU_RELRO) { in apply_gnu_relro()
|
D | dl_iterate_phdr_static.cpp | 71 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
|
/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 252 Elf32_Word p_type; member 265 Elf64_Word p_type; member
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 370 #define p_type __p_type macro 439 const char * p_type(int);
|
/bionic/libc/dns/resolv/ |
D | res_mkquery.c | 137 _res_opcodes[op], dname, p_class(class), p_type(type)); in res_nmkquery()
|
D | res_debug.c | 198 p_type(ns_rr_type(rr)), in do_section() 618 p_type(int type) { in p_type() function
|
/bionic/libc/dns/nameser/ |
D | ns_print.c | 158 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type))); in ns_sprintrrf() 528 p_type((int)typ), algorithm, labels, t)); in ns_sprintrrf() 582 len = SPRINTF((tmp, " %s", p_type((int)c))); in ns_sprintrrf() 854 len = SPRINTF((tmp, " %s", p_type((ns_type)c))); in ns_sprintrrf() 878 len = SPRINTF((tmp, " %s", p_type((ns_type)c))); in ns_sprintrrf()
|
/bionic/libc/dns/ |
D | gethnamaddr.c | 337 qname, p_class(C_IN), p_type(qtype), in getanswer() 338 p_type(type)); in getanswer()
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 1421 qname, p_class(C_IN), p_type(qtype), in getanswer() 1422 p_type(type)); in getanswer()
|