Searched refs:p_type (Results 1 - 25 of 27) sorted by relevance

12

/external/elfutils/tests/
H A Dshowptable.c81 const char *p_type = typenames[phdr->p_type]; local
84 if (phdr->p_type >= PT_NUM)
86 snprintf (buf, sizeof (buf), "%x", phdr->p_type);
87 p_type = buf;
91 cnt, p_type,
110 if (phdr->p_type == PT_INTERP)
H A Dupdate2.c93 phdr[0].p_type = PT_PHDR;
H A Dupdate3.c102 phdr[0].p_type = PT_PHDR;
H A Dupdate4.c107 phdr[0].p_type = PT_PHDR;
/external/grub/stage2/
H A Dvstafs.h35 unsigned char p_type; member in struct:bootrecord
H A Di386-elf.h166 Elf32_Word p_type; member in struct:__anon4483
H A Dboot.c604 if (phdr->p_type == PT_LOAD)
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c14 Elf64_Word p_type; member in struct:__anon3289
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
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) {
491 p->sadb_x_policy_type = p_type;
[all...]
/external/elfutils/libelf/
H A Dgelf_getphdr.c80 COPY (p_type);
H A Dgelf_update_phdr.c82 COPY (p_type);
H A Delf32_getphdr.c129 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
175 CONVERT (phdr[cnt].p_type);
H A Dabstract.h47 TYPE_NAME (ElfW2(32, Ext##Word), p_type) \
58 TYPE_NAME (ElfW2(64, Ext##Word), p_type) \
H A Delf.h532 Elf32_Word p_type; /* Segment type */ member in struct:__anon4207
544 Elf64_Word p_type; /* Segment type */ member in struct:__anon4208
554 /* Legal values for p_type (segment type). */
1489 /* Legal values for p_type field of Elf32_Phdr. */
1745 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
2173 /* Processor specific values for the Phdr p_type field. */
/external/valgrind/main/coregrind/m_ume/
H A Delf.c170 if (ph->p_type != PT_LOAD)
189 if (ph->p_type != PT_LOAD)
353 switch(ph->p_type) {
394 if (iph->p_type != PT_LOAD)
/external/kernel-headers/original/linux/
H A Delf.h214 Elf32_Word p_type; member in struct:elf32_phdr
225 Elf64_Word p_type; member in struct:elf64_phdr
/external/qemu/
H A Delf_ops.h20 bswap32s(&phdr->p_type); /* Segment type */
235 if (ph->p_type == PT_LOAD) {
H A Delf.h816 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
856 /* Processor specific values for the Phdr p_type field. */
1042 Elf32_Word p_type; member in struct:elf32_phdr
1053 Elf64_Word p_type; member in struct:elf64_phdr
/external/elfutils/src/
H A Delflint.c798 if (phdr != NULL && phdr->p_type == PT_TLS)
917 if (phdr != NULL && phdr->p_type == PT_DYNAMIC)
2184 && ((phdr->p_type == PT_LOAD
2186 || (phdr->p_type == PT_TLS
2449 if (phdr->p_type >= PT_NUM && phdr->p_type != PT_GNU_EH_FRAME
2450 && phdr->p_type != PT_GNU_STACK)
2455 if (phdr->p_type == PT_LOAD)
2457 else if (phdr->p_type == PT_INTERP)
2467 else if (phdr->p_type
[all...]
H A Dsize.c642 if (phdr->p_type != PT_LOAD)
H A Dreadelf.c802 ebl_segment_type_name (ebl, phdr->p_type, buf, sizeof (buf)),
813 if (phdr->p_type == PT_INTERP)
823 else if (phdr->p_type == PT_GNU_RELRO)
4457 if (phdr == NULL || phdr->p_type != PT_NOTE)
/external/llvm/include/llvm/Support/
H A DELF.h957 Elf32_Word p_type; // Type of segment member in struct:llvm::ELF::Elf32_Phdr
969 Elf64_Word p_type; // Type of segment member in struct:llvm::ELF::Elf64_Phdr
/external/pcre/
H A Dpcre_internal.h581 #define offsetof(p_type,field) ((size_t)&(((p_type *)0)->field))
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c125 phdr->p_type = PT_LOAD;
560 phdrs[0].p_type = PT_NOTE;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c878 if (phdr->p_type == PT_NOTE) {
1140 if (seg->p_type != PT_LOAD)
1359 if (phdr->p_type == PT_LOAD) {
1393 if (phdr->p_type == PT_DYNAMIC && di->soname == NULL) {
2055 if (phdr->p_type == PT_LOAD) {

Completed in 140 milliseconds

12