Home
last modified time | relevance | path

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

/bionic/libc/include/
Dresolv.h54 #define p_type __p_type macro
55 const char* p_type(int);
/bionic/libc/malloc_debug/
DMapData.cpp96 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/
Dlinker_phdr.cpp383 if (phdr->p_type == PT_DYNAMIC) { in ReadDynamicSection()
486 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()
615 if (phdr->p_type != PT_LOAD) { in LoadSegments()
714 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()
783 if (phdr->p_type != PT_GNU_RELRO) { in _phdr_table_set_gnu_relro_prot()
858 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_serialize_gnu_relro()
920 if (phdr->p_type != PT_GNU_RELRO) { in phdr_table_map_gnu_relro()
1000 if (phdr->p_type != PT_ARM_EXIDX) { in phdr_table_get_arm_exidx()
1033 if (phdr.p_type == PT_DYNAMIC) { in phdr_table_get_dynamic_section()
1056 if (phdr.p_type == PT_INTERP) { in phdr_table_get_interpreter_name()
[all …]
Dlinker_main.cpp303 if (si->phdr[i].p_type == PT_PHDR) {
476 if (phdr->p_type == PT_LOAD) {
Dlinker_mips.cpp249 if (ph.p_type == PT_MIPS_ABIFLAGS) { in mips_check_and_adjust_fp_modes()
/bionic/libc/bionic/
Dvdso.cpp80 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()
Dlibc_init_static.cpp61 if (phdr->p_type != PT_GNU_RELRO) { in apply_gnu_relro()
Ddl_iterate_phdr_static.cpp76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
/bionic/tools/relocation_packer/src/
Delf_file.cc88 switch (program_header->p_type) { in VerboseLogProgramHeader()
175 if (program_header->p_type == PT_DYNAMIC) { in Load()
308 CHECK(program_header->p_type == PT_LOAD); in ClampLoadSegmentAlignment()
322 CHECK(program_header->p_type == PT_LOAD); in RestoreLoadSegmentAlignment()
335 if (other_header->p_type == PT_LOAD && other_header != program_header) { in RestoreLoadSegmentAlignment()
350 CHECK(program_header->p_type == PT_LOAD); in AdjustLoadSegmentAlignment()
378 if (program_header->p_type == PT_GNU_STACK) { in AdjustProgramHeaderFields()
395 if (program_header->p_type == PT_LOAD) { in AdjustProgramHeaderFields()
421 if (program_header->p_type == PT_LOAD && in FindLoadSegmentForHole()
477 if (program_header->p_type == PT_DYNAMIC) { in GetDynamicSection()
/bionic/tests/
Dlink_test.cpp54 if (phdr->p_type == PT_LOAD) { in TEST()
/bionic/libc/kernel/uapi/linux/
Delf.h206 Elf32_Word p_type; member
216 Elf64_Word p_type; member
/bionic/libc/dns/include/
Dresolv_private.h382 #define p_type __p_type macro
450 const char * p_type(int);
/bionic/libc/dns/resolv/
Dres_mkquery.c136 _res_opcodes[op], dname, p_class(class), p_type(type)); in res_nmkquery()
Dres_debug.c190 p_type(ns_rr_type(rr)), in do_section()
610 p_type(int type) { in p_type() function
/bionic/libc/dns/nameser/
Dns_print.c152 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/
Dgethnamaddr.c359 qname, p_class(C_IN), p_type(qtype), in getanswer()
360 p_type(type)); in getanswer()
Dgetaddrinfo.c1426 qname, p_class(C_IN), p_type(qtype), in getanswer()
1427 p_type(type)); in getanswer()