Searched refs:p_type (Results 76 - 78 of 78) sorted by relevance

1234

/external/elfutils/0.153/src/
H A Dunstrip.c1877 if (phdr->p_type == PT_LOAD)
/external/qemu/tcg/
H A Dtcg.c2788 .p_type = PT_LOAD,
/external/valgrind/main/perf/
H A Dtinycc.c538 Elf32_Word p_type; /* Segment type */ member in struct:__anon33291
550 Elf64_Word p_type; /* Segment type */ member in struct:__anon33292
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 251 milliseconds

1234