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

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/X11/
H A DIntrinsic.h13 p_type mumble;
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dinternal.h64 unsigned long p_type; /* Identifies program segment type */ member in struct:elf_internal_phdr
233 unsigned long p_type; member in struct:elf_segment_map
258 && (segment->p_type != PT_TLS \
277 || segment->p_type == PT_TLS))
H A Dexternal.h77 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon11
88 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon12
/openbsd-current/gnu/llvm/lld/ELF/
H A DWriter.h29 p_type(type), p_flags(flags) {}
38 uint32_t p_type = 0; member in struct:lld::elf::PhdrEntry
/openbsd-current/sbin/fsck/
H A Dpreen.c51 char *p_type; /* filesystem type */ member in struct:partentry
170 p->p_type, p->p_devname, p->p_mntpt,
176 p->p_type, p->p_devname, p->p_mntpt,
187 free(p->p_type);
229 "%s: %s (%s)%s", p->p_type, p->p_devname,
302 p->p_type = estrdup(type);
316 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dfde-glibc.c79 if (phdr->p_type == PT_LOAD)
87 else if (phdr->p_type == PT_IA_64_UNWIND)
89 else if (phdr->p_type == PT_DYNAMIC)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dfde-glibc.c79 if (phdr->p_type == PT_LOAD)
87 else if (phdr->p_type == PT_IA_64_UNWIND)
89 else if (phdr->p_type == PT_DYNAMIC)
/openbsd-current/regress/libexec/ld.so/randomdata/ld.so-cookie/
H A Dtest.c37 if (info->dlpi_phdr[i].p_type == PT_OPENBSD_RANDOMIZE) {
/openbsd-current/lib/libelf/
H A Dgelf_phdr.c78 d->p_type = ep32->p_type;
161 ph32->p_type = s->p_type;
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dexternal.h77 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon4926
88 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon4927
H A Dinternal.h64 unsigned long p_type; /* Identifies program segment type */ member in struct:elf_internal_phdr
233 unsigned long p_type; member in struct:elf_segment_map
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp31 if (phdr[i].p_type != PT_LOAD)
55 if (phdr[i].p_type != PT_NOTE)
/openbsd-current/usr.sbin/ospfd/
H A Drde_spf.c309 r->p_type != PT_INTRA_AREA &&
310 r->p_type != PT_INTER_AREA)
710 if (r->p_type != PT_TYPE1_EXT &&
711 r->p_type != PT_TYPE2_EXT)
715 if (r->p_type == PT_TYPE1_EXT ||
716 r->p_type == PT_TYPE2_EXT)
822 if (r->p_type == PT_TYPE1_EXT ||
823 r->p_type == PT_TYPE2_EXT)
827 if (r->p_type != PT_TYPE1_EXT &&
828 r->p_type !
861 rt_update(struct in_addr prefix, u_int8_t prefixlen, struct v_nexthead *vnh, u_int8_t v_type, u_int32_t cost, u_int32_t cost2, struct in_addr area, struct in_addr adv_rtr, enum path_type p_type, enum dst_type d_type, u_int8_t flags, u_int32_t tag) argument
[all...]
/openbsd-current/usr.bin/indent/
H A Dargs.c74 int p_type; /* type (int, bool, special) */ member in struct:pro
236 if (p->p_type != PRO_SPECIAL && p->p_type != PRO_FONT)
251 switch (p->p_type) {
311 errx(1, "set_option: internal error: p_type %d", p->p_type);
/openbsd-current/usr.sbin/ospfctl/
H A Doutput.c106 show_rib_head(struct in_addr aid, u_int8_t d_type, u_int8_t p_type) argument
110 switch (p_type) {
137 if (p_type != PT_TYPE1_EXT && p_type != PT_TYPE2_EXT)
284 switch (rt->p_type) {
291 rt->p_type);
300 rt->p_type);
311 path_type_name(rt->p_type), rt->cost);
322 show_rib_head(rt->area, rt->d_type, rt->p_type);
330 path_type_name(rt->p_type), r
[all...]
/openbsd-current/usr.sbin/ospf6d/
H A Drde_spf.c403 (r->p_type != PT_INTRA_AREA &&
404 r->p_type != PT_INTER_AREA))
828 if (r->p_type != PT_TYPE1_EXT &&
829 r->p_type != PT_TYPE2_EXT)
833 if (r->p_type == PT_TYPE1_EXT ||
834 r->p_type == PT_TYPE2_EXT)
943 if (r->p_type == PT_TYPE1_EXT ||
944 r->p_type == PT_TYPE2_EXT)
948 if (r->p_type != PT_TYPE1_EXT &&
949 r->p_type !
983 rt_update(struct in6_addr *prefix, u_int8_t prefixlen, struct v_nexthead *vnh, u_int16_t v_type, u_int32_t cost, u_int32_t cost2, struct in_addr area, struct in_addr adv_rtr, enum path_type p_type, enum dst_type d_type, u_int8_t flags, u_int32_t tag) argument
[all...]
/openbsd-current/games/phantasia/
H A Dphantstruct.h47 short p_type; /* character type */ member in struct:player
/openbsd-current/lib/libc/arch/arm/dlfcn/
H A Dexidx.c49 if (phdr->p_type == PT_ARM_EXIDX) {
/openbsd-current/usr.sbin/mkuboot/
H A Dcopy_elf.c90 if (letoh32(phdr.p_type) == PT_LOAD)
142 elfoff2h(phdr.p_vaddr), letoh32(phdr.p_type),
147 switch (letoh32(phdr.p_type)) {
155 letoh32(phdr.p_type));
160 letoh32(phdr.p_type));
/openbsd-current/sys/arch/octeon/dev/
H A Doctboot.c156 if (ph[i].p_type != PT_LOAD &&
157 ph[i].p_type != PT_OPENBSD_RANDOMIZE)
171 if (ph[i].p_type != PT_LOAD)
187 if (ph[i].p_type == PT_OPENBSD_RANDOMIZE) {
193 if (ph[i].p_type != PT_LOAD)
345 if (ph[i].p_type == PT_LOAD) {
/openbsd-current/include/
H A Dresolv.h261 #define p_type __p_type macro
290 const char * p_type(int);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgcore.c292 int p_type; local
296 p_type = PT_LOAD;
298 p_type = PT_NOTE;
306 bfd_record_phdr (obfd, p_type, 1, p_flags, 0, 0, 0, 0, 1, &osec);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h104 __uint32_t p_type; member in struct:__sanitizer::__anon53
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DBuildID.cpp34 if (P.p_type != ELF::PT_NOTE)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c897 if (phdr->p_type == PT_LOAD
1089 get_segment_type (unsigned int p_type)
1092 switch (p_type)
1135 const char *pt = get_segment_type (p->p_type);
1140 sprintf (buf, "0x%lx", p->p_type);
2563 if (hdr->p_type == PT_LOAD)
2593 if (hdr->p_type == PT_LOAD)
2611 switch (hdr->p_type)
3617 m->p_type = PT_LOAD;
3644 m->p_type
1087 get_segment_type(unsigned int p_type) argument
[all...]

Completed in 542 milliseconds

12345