/bionic/tests/ |
D | resolv_test.cpp | 73 TEST(resolv, p_type) { in TEST() argument 75 ASSERT_STREQ("AAAA", p_type(ns_t_aaaa)); in TEST() 76 ASSERT_STREQ("BADTYPE", p_type(-1)); in TEST()
|
D | link_test.cpp | 66 if (phdr->p_type == PT_LOAD) { in TEST() 138 if (phdr.table[i].p_type == PT_PHDR) { in find_exe_load_bias() 148 if (phdr.table[i].p_type == PT_DYNAMIC) { in ElfW()
|
D | elftls_dl_test.cpp | 368 if (info->dlpi_phdr[i].p_type == PT_TLS) { in TEST()
|
/bionic/linker/ |
D | linker_note_gnu_property_test.cpp | 68 {.p_type = PT_LOAD}, \ 70 .p_type = PT_GNU_PROPERTY, \ 74 {.p_type = PT_NULL}, \ 199 {.p_type = PT_LOAD}, in TEST() 200 {.p_type = PT_NULL}, in TEST() 212 {.p_type = PT_LOAD}, in TEST() 214 .p_type = PT_GNU_PROPERTY, in TEST() 218 {.p_type = PT_NULL}, in TEST() 235 .p_type = PT_GNU_PROPERTY, in TEST()
|
D | linker_phdr.cpp | 408 if (phdr->p_type == PT_DYNAMIC) { in ReadDynamicSection() 515 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size() 554 if (phdr->p_type != PT_LOAD || ((phdr->p_align & (phdr->p_align - 1)) != 0)) { in phdr_table_get_maximum_alignment() 701 if (phdr->p_type != PT_LOAD) { in LoadSegments() 810 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot() 895 if (phdr->p_type != PT_GNU_RELRO) { in _phdr_table_set_gnu_relro_prot() 971 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_serialize_gnu_relro() 1034 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_map_gnu_relro() 1114 if (phdr->p_type != PT_ARM_EXIDX) { in phdr_table_get_arm_exidx() 1147 if (phdr.p_type == PT_DYNAMIC) { in phdr_table_get_dynamic_section() [all …]
|
D | linker_wrapper.cpp | 47 if (phdr_table[i].p_type == PT_PHDR) { in get_elf_base_from_phdr()
|
D | linker_main.cpp | 545 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias() 560 if (phdr_table[i].p_type == PT_PHDR) { in get_elf_base_from_phdr() 578 if (phdr->p_type != PT_LOAD) { in set_bss_vma_name() 628 if (phdr[i].p_type != PT_DYNAMIC) { in call_ifunc_resolvers()
|
D | linker_note_gnu_property.cpp | 61 if (phdr[i].p_type != PT_GNU_PROPERTY) { in ElfW()
|
D | linker.cpp | 861 if (phdr->p_type != PT_LOAD) { in find_containing_library()
|
/bionic/libc/include/ |
D | resolv.h | 54 #define p_type __p_type macro 55 const char* _Nonnull p_type(int __type);
|
/bionic/libc/malloc_debug/ |
D | MapData.cpp | 116 if (!get_val<ElfW(Word)>(entry, addr + offsetof(ElfW(Phdr), p_type), &phdr.p_type)) { in read_loadbias() 125 if ((phdr.p_type == PT_LOAD) && (phdr.p_flags & PF_X) ) { in read_loadbias()
|
/bionic/libc/bionic/ |
D | vdso.cpp | 107 if (vdso_phdr[i].p_type == PT_DYNAMIC) { in __libc_init_vdso() 109 } else if (vdso_phdr[i].p_type == PT_LOAD) { in __libc_init_vdso()
|
D | dl_iterate_phdr_static.cpp | 98 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
|
D | libc_init_static.cpp | 128 if (phdr->p_type != PT_GNU_RELRO) { in apply_gnu_relro() 193 if (phdr->p_type != PT_NOTE) { in __get_memtag_note()
|
D | bionic_elf_tls.cpp | 61 if (phdr.p_type == PT_TLS) { in __bionic_get_tls_segment()
|
/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 209 Elf32_Word p_type; member 219 Elf64_Word p_type; member
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 375 #define p_type __p_type macro 442 const char * p_type(int);
|
/bionic/libc/dns/resolv/ |
D | res_mkquery.c | 136 _res_opcodes[op], dname, p_class(class), p_type(type)); in res_nmkquery()
|
D | res_debug.c | 208 p_type(ns_rr_type(rr)), in do_section() 628 p_type(int type) { in p_type() function
|
/bionic/libc/dns/nameser/ |
D | ns_print.c | 152 len = snprintf(tmp, sizeof(tmp), " %s %s", p_class(class), p_type(type)); in ns_sprintrrf() 522 p_type((int)typ), algorithm, labels, t); in ns_sprintrrf() 576 len = snprintf(tmp, sizeof(tmp), " %s", p_type((int)c)); in ns_sprintrrf() 848 len = snprintf(tmp, sizeof(tmp), " %s", p_type((ns_type)c)); in ns_sprintrrf() 872 len = snprintf(tmp, sizeof(tmp), " %s", p_type((ns_type)c)); in ns_sprintrrf()
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 367 qname, p_class(C_IN), p_type(qtype), in getanswer() 368 p_type(type)); in getanswer()
|
D | getaddrinfo.c | 1431 qname, p_class(C_IN), p_type(qtype), in getanswer() 1432 p_type(type)); in getanswer()
|