Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dshowptable.c81 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()
Dupdate2.c93 phdr[0].p_type = PT_PHDR; in main()
Dupdate3.c102 phdr[0].p_type = PT_PHDR; in main()
Dupdate4.c107 phdr[0].p_type = PT_PHDR; in main()
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y103 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/
Delf32_getphdr.c129 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
175 CONVERT (phdr[cnt].p_type);
Dgelf_getphdr.c80 COPY (p_type);
Dgelf_update_phdr.c82 COPY (p_type); in gelf_update_phdr()
Dabstract.h47 TYPE_NAME (ElfW2(32, Ext##Word), p_type) \
58 TYPE_NAME (ElfW2(64, Ext##Word), p_type) \
Delf.h532 Elf32_Word p_type; /* Segment type */ member
544 Elf64_Word p_type; /* Segment type */ member
/external/elfutils/src/
Delflint.c798 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 …]
Dsize.c642 if (phdr->p_type != PT_LOAD) in show_segments()
Dreadelf.c802 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()
Dldgeneric.c5750 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/
Delf.h214 Elf32_Word p_type; member
225 Elf64_Word p_type; member
/external/grub/stage2/
Dvstafs.h35 unsigned char p_type; member
Di386-elf.h166 Elf32_Word p_type; member
Dboot.c604 if (phdr->p_type == PT_LOAD) in load_image()
/external/qemu/
Delf_ops.h20 bswap32s(&phdr->p_type); /* Segment type */ in glue()
235 if (ph->p_type == PT_LOAD) { in glue()
Delf.h994 Elf32_Word p_type; member
1005 Elf64_Word p_type; member
/external/elfcopy/
Delfcopy.c1022 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/
Delfutils.sgml241 <entry>p_type</entry>