Searched refs:p_type (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | elf.h | 213 Elf32_Word p_type; member 224 Elf64_Word p_type; member
|
/bionic/libc/private/ |
D | resolv_private.h | 364 #define p_type __p_type macro 433 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 | 199 p_type(ns_rr_type(rr)), in do_section() 555 p_type(int type) { in p_type() function
|
/bionic/libc/include/sys/ |
D | exec_elf.h | 374 Elf32_Word p_type; /* segment type */ member 385 Elf64_Half p_type; /* entry type */ member
|
/bionic/linker/ |
D | linker.c | 658 if (phdr->p_type == PT_LOAD) { in get_lib_extents() 792 if (phdr->p_type == PT_LOAD) { in load_segments() 895 } else if (phdr->p_type == PT_DYNAMIC) { in load_segments() 901 if (phdr->p_type == PT_ARM_EXIDX) { in load_segments() 1475 if(phdr->p_type == PT_ARM_EXIDX) { in link_image() 1482 if (phdr->p_type == PT_LOAD) { in link_image() 1511 } else if (phdr->p_type == PT_DYNAMIC) { in link_image()
|
/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/netbsd/ |
D | gethnamaddr.c | 326 qname, p_class(C_IN), p_type(qtype), in getanswer() 327 p_type(type)); in getanswer()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 1160 qname, p_class(C_IN), p_type(qtype), in getanswer() 1161 p_type(type)); in getanswer()
|