Searched defs:p_type (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/tests/
H A Dshowptable.c99 const char *p_type = typenames[phdr->p_type]; local
102 if (phdr->p_type >= PT_NUM)
104 snprintf (buf, sizeof (buf), "%x", phdr->p_type);
105 p_type = buf;
109 cnt, p_type,
128 if (phdr->p_type == PT_INTERP)
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c14 Elf64_Word p_type; member in struct:__anon3683
/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:__anon5028
/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/llvm/include/llvm/Support/
H A DELF.h983 Elf32_Word p_type; // Type of segment member in struct:llvm::ELF::Elf32_Phdr
995 Elf64_Word p_type; // Type of segment member in struct:llvm::ELF::Elf64_Phdr
/external/qemu/
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/libelf/
H A Delf.h545 Elf32_Word p_type; /* Segment type */ member in struct:__anon4717
557 Elf64_Word p_type; /* Segment type */ member in struct:__anon4718
567 /* Legal values for p_type (segment type). */
1562 /* Legal values for p_type field of Elf32_Phdr. */
1846 /* Legal values for p_type field of Elf32_Phdr/Elf64_Phdr. */
2233 /* Processor specific values for the Phdr p_type field. */
2303 /* Processor specific values for the Phdr p_type field. */
/external/valgrind/main/perf/
H A Dtinycc.c538 Elf32_Word p_type; /* Segment type */ member in struct:__anon12893
550 Elf64_Word p_type; /* Segment type */ member in struct:__anon12894
560 /* Legal values for p_type (segment type). */
1301 /* Legal values for p_type field of Elf32_Phdr. */
19499 ph->p_type = PT_LOAD;
19588 ph->p_type = PT_INTERP;
19604 ph->p_type = PT_DYNAMIC;

Completed in 646 milliseconds