/external/elfutils/tests/ |
D | showptable.c | 81 const char *p_type = typenames[phdr->p_type]; in main() local 84 if (phdr->p_type >= PT_NUM) in main() 86 snprintf (buf, sizeof (buf), "%x", phdr->p_type); in main() 87 p_type = buf; in main() 91 cnt, p_type, in main() 110 if (phdr->p_type == PT_INTERP) in main()
|
D | update2.c | 93 phdr[0].p_type = PT_PHDR; in main()
|
D | update3.c | 102 phdr[0].p_type = PT_PHDR; in main()
|
D | update4.c | 107 phdr[0].p_type = PT_PHDR; in main()
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid; variable 153 p_type = $2; 168 p_type = $4; 187 p_type = $5; 209 p_type = $4; 220 p_type = $6; 242 p_type = $6; 264 p_type = 0; /* ignored it by kernel */ 443 if (p_type == IPSEC_POLICY_IPSEC) { in rule_check() 491 p->sadb_x_policy_type = p_type; in init_x_policy() [all …]
|
/external/elfutils/libelf/ |
D | elf32_getphdr.c | 129 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type); 175 CONVERT (phdr[cnt].p_type);
|
D | gelf_getphdr.c | 80 COPY (p_type);
|
D | gelf_update_phdr.c | 82 COPY (p_type); in gelf_update_phdr()
|
D | abstract.h | 47 TYPE_NAME (ElfW2(32, Ext##Word), p_type) \ 58 TYPE_NAME (ElfW2(64, Ext##Word), p_type) \
|
D | elf.h | 532 Elf32_Word p_type; /* Segment type */ member 544 Elf64_Word p_type; /* Segment type */ member
|
/external/elfutils/src/ |
D | elflint.c | 798 if (phdr != NULL && phdr->p_type == PT_TLS) in check_symtab() 917 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in check_symtab() 2184 && ((phdr->p_type == PT_LOAD in check_sections() 2186 || (phdr->p_type == PT_TLS in check_sections() 2449 if (phdr->p_type >= PT_NUM && phdr->p_type != PT_GNU_EH_FRAME in check_program_header() 2450 && phdr->p_type != PT_GNU_STACK) in check_program_header() 2455 if (phdr->p_type == PT_LOAD) in check_program_header() 2457 else if (phdr->p_type == PT_INTERP) in check_program_header() 2467 else if (phdr->p_type == PT_TLS) in check_program_header() 2472 else if (phdr->p_type == PT_NOTE) in check_program_header() [all …]
|
D | size.c | 642 if (phdr->p_type != PT_LOAD) in show_segments()
|
D | readelf.c | 802 ebl_segment_type_name (ebl, phdr->p_type, buf, sizeof (buf)), in print_phdr() 813 if (phdr->p_type == PT_INTERP) in print_phdr() 823 else if (phdr->p_type == PT_GNU_RELRO) in print_phdr() 4457 if (phdr == NULL || phdr->p_type != PT_NOTE) in handle_notes()
|
D | ldgeneric.c | 5750 phdr->p_type = PT_LOAD; in ld_generic_create_outfile() 5771 phdr->p_type = PT_PHDR; in ld_generic_create_outfile() 5891 phdr->p_type = PT_INTERP; in ld_generic_create_outfile() 5910 phdr->p_type = PT_DYNAMIC; in ld_generic_create_outfile()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 214 Elf32_Word p_type; member 225 Elf64_Word p_type; member
|
/external/grub/stage2/ |
D | vstafs.h | 35 unsigned char p_type; member
|
D | i386-elf.h | 166 Elf32_Word p_type; member
|
D | boot.c | 604 if (phdr->p_type == PT_LOAD) in load_image()
|
/external/qemu/ |
D | elf_ops.h | 20 bswap32s(&phdr->p_type); /* Segment type */ in glue() 235 if (ph->p_type == PT_LOAD) { in glue()
|
D | elf.h | 994 Elf32_Word p_type; member 1005 Elf64_Word p_type; member
|
/external/elfcopy/ |
D | elfcopy.c | 1022 INFO("PT_ header type: %d", phdr_info[pi].p_type); in adjust_elf() 1023 if (phdr_info[pi].p_type == PT_NULL) { in adjust_elf() 1026 else if (phdr_info[pi].p_type == PT_PHDR) { in adjust_elf() 1058 phdr_info[pi].p_type); in adjust_elf() 2133 FAILIF(phdr->p_type == PT_GNU_RELRO, in section_to_header_mapping() 2724 if (phdr_info[pi].p_type == PT_NULL) in get_section_real_align() 2971 if (phdr_info[pi].p_type == PT_NULL) in verify_elf()
|
/external/elfutils/doc/ |
D | elfutils.sgml | 241 <entry>p_type</entry>
|