Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 10 of 10) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp244 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()
289 if (phdr->p_type == PT_LOAD) { in ReserveAddressSpace()
305 if (phdr->p_type != PT_LOAD) { in LoadSegments()
377 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()
451 if (phdr->p_type != PT_GNU_RELRO) in _phdr_table_set_gnu_relro_prot()
541 if (phdr->p_type != PT_ARM_EXIDX) in phdr_table_get_arm_exidx()
580 if (phdr->p_type != PT_DYNAMIC) { in phdr_table_get_dynamic_section()
607 if (phdr->p_type == PT_PHDR) { in FindPhdr()
616 if (phdr->p_type == PT_LOAD) { in FindPhdr()
638 if (phdr->p_type != PT_LOAD) { in CheckPhdr()
Dlinker.cpp1692 if (si->phdr[i].p_type == PT_PHDR) { in __linker_init_post_relocation()
1784 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias()
/bionic/libc/bionic/
Dlibc_init_static.cpp74 if (phdr->p_type != PT_GNU_RELRO) { in apply_gnu_relro()
/bionic/libc/private/
Dresolv_private.h366 #define p_type __p_type macro
435 const char * p_type(int);
/bionic/libc/netbsd/resolv/
Dres_mkquery.c137 _res_opcodes[op], dname, p_class(class), p_type(type)); in res_nmkquery()
Dres_debug.c200 p_type(ns_rr_type(rr)), in do_section()
556 p_type(int type) { in p_type() function
/bionic/libc/netbsd/nameser/
Dns_print.c158 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type))); in ns_sprintrrf()
524 p_type((int)typ), algorithm, labels, t)); in ns_sprintrrf()
578 len = SPRINTF((tmp, " %s", p_type(c))); in ns_sprintrrf()
/bionic/libc/include/sys/
Dexec_elf.h314 Elf32_Word p_type; /* entry type */ member
325 Elf64_Word p_type; /* entry type */ member
/bionic/libc/netbsd/
Dgethnamaddr.c332 qname, p_class(C_IN), p_type(qtype), in getanswer()
333 p_type(type)); in getanswer()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1413 qname, p_class(C_IN), p_type(qtype), in getanswer()
1414 p_type(type)); in getanswer()