Searched refs:p_type (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/malloc_debug/ |
D | MapData.cpp | 96 if (!get_val<ElfW(Word)>(entry, addr + offsetof(ElfW(Phdr), p_type), &phdr.p_type)) { in read_loadbase() 102 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) { in read_loadbase()
|
/bionic/linker/ |
D | linker_phdr.cpp | 389 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size() 485 if (phdr->p_type != PT_LOAD) { in LoadSegments() 573 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot() 642 if (phdr->p_type != PT_GNU_RELRO) { in _phdr_table_set_gnu_relro_prot() 717 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_serialize_gnu_relro() 779 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_map_gnu_relro() 859 if (phdr->p_type != PT_ARM_EXIDX) { in phdr_table_get_arm_exidx() 892 if (phdr.p_type == PT_DYNAMIC) { in phdr_table_get_dynamic_section() 915 if (phdr.p_type == PT_INTERP) { in phdr_table_get_interpreter_name() 930 if (phdr->p_type == PT_PHDR) { in FindPhdr() [all …]
|
D | linker_mips.cpp | 247 if (ph.p_type == PT_MIPS_ABIFLAGS) { in mips_check_and_adjust_fp_modes()
|
D | linker.cpp | 4235 if (si->phdr[i].p_type == PT_PHDR) { 4375 if (phdr->p_type == PT_LOAD) {
|
/bionic/libc/bionic/ |
D | vdso.cpp | 80 if (vdso_phdr[i].p_type == PT_DYNAMIC) { in __libc_init_vdso() 82 } else if (vdso_phdr[i].p_type == PT_LOAD) { in __libc_init_vdso()
|
D | libc_init_static.cpp | 60 if (phdr->p_type != PT_GNU_RELRO) { in apply_gnu_relro()
|
D | dl_iterate_phdr_static.cpp | 76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
|
/bionic/tools/relocation_packer/src/ |
D | elf_file.cc | 88 switch (program_header->p_type) { in VerboseLogProgramHeader() 175 if (program_header->p_type == PT_DYNAMIC) { in Load() 310 CHECK(program_header->p_type == PT_LOAD); in ClampLoadSegmentAlignment() 324 CHECK(program_header->p_type == PT_LOAD); in RestoreLoadSegmentAlignment() 337 if (other_header->p_type == PT_LOAD && other_header != program_header) { in RestoreLoadSegmentAlignment() 352 CHECK(program_header->p_type == PT_LOAD); in AdjustLoadSegmentAlignment() 380 if (program_header->p_type == PT_GNU_STACK) { in AdjustProgramHeaderFields() 397 if (program_header->p_type == PT_LOAD) { in AdjustProgramHeaderFields() 423 if (program_header->p_type == PT_LOAD && in FindLoadSegmentForHole() 479 if (program_header->p_type == PT_DYNAMIC) { in GetDynamicSection()
|
/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 | 396 #define p_type __p_type macro 464 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 | 190 p_type(ns_rr_type(rr)), in do_section() 610 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 | 352 qname, p_class(C_IN), p_type(qtype), in getanswer() 353 p_type(type)); in getanswer()
|
D | getaddrinfo.c | 1412 qname, p_class(C_IN), p_type(qtype), in getanswer() 1413 p_type(type)); in getanswer()
|