Searched refs:p_type (Results 1 – 10 of 10) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 244 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()
|
D | linker.cpp | 1692 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/ |
D | libc_init_static.cpp | 74 if (phdr->p_type != PT_GNU_RELRO) { in apply_gnu_relro()
|
/bionic/libc/private/ |
D | resolv_private.h | 366 #define p_type __p_type macro 435 const char * p_type(int);
|
/bionic/libc/netbsd/resolv/ |
D | res_mkquery.c | 137 _res_opcodes[op], dname, p_class(class), p_type(type)); in res_nmkquery()
|
D | res_debug.c | 200 p_type(ns_rr_type(rr)), in do_section() 556 p_type(int type) { in p_type() function
|
/bionic/libc/netbsd/nameser/ |
D | ns_print.c | 158 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/ |
D | exec_elf.h | 314 Elf32_Word p_type; /* entry type */ member 325 Elf64_Word p_type; /* entry type */ member
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 332 qname, p_class(C_IN), p_type(qtype), in getanswer() 333 p_type(type)); in getanswer()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 1413 qname, p_class(C_IN), p_type(qtype), in getanswer() 1414 p_type(type)); in getanswer()
|