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

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h88 unsigned long p_type; /* Identifies program segment type */ member in struct:elf_internal_phdr
257 unsigned long p_type; member in struct:elf_segment_map
297 && (segment)->p_type != PT_TLS)
312 && ((segment)->p_type == PT_TLS \
313 || (segment)->p_type == PT_GNU_RELRO \
314 || (segment)->p_type == PT_LOAD)) \
318 && (segment)->p_type != PT_TLS \
319 && (segment)->p_type != PT_PHDR)) \
341 && ((segment)->p_type != PT_DYNAMIC \
H A Dexternal.h90 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon3514
101 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon3515
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dinternal.h88 unsigned long p_type; /* Identifies program segment type */ member in struct:elf_internal_phdr
258 unsigned long p_type; member in struct:elf_segment_map
298 && (segment)->p_type != PT_TLS)
313 && ((segment)->p_type == PT_TLS \
314 || (segment)->p_type == PT_GNU_RELRO \
315 || (segment)->p_type == PT_LOAD)) \
319 && (segment)->p_type != PT_TLS \
320 && (segment)->p_type != PT_PHDR)) \
342 && ((segment)->p_type != PT_DYNAMIC \
H A Dexternal.h90 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon881
101 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon882
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dfde-glibc.c76 if (phdr->p_type == PT_LOAD)
84 else if (phdr->p_type == PT_IA_64_UNWIND)
86 else if (phdr->p_type == PT_DYNAMIC)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dgelf_phdr.c78 d->p_type = ep32->p_type;
167 ph32->p_type = s->p_type;
/netbsd-6-1-5-RELEASE/crypto/dist/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...]
/netbsd-6-1-5-RELEASE/sbin/fsck/
H A Dpreen.c65 char *p_type; /* file system type */ member in struct:partentry
189 p->p_type, p->p_devname, p->p_mntpt,
195 p->p_type, p->p_devname, p->p_mntpt,
206 free(p->p_type);
258 "%s: %s (%s)%s", p->p_type, p->p_devname,
339 p->p_type = estrdup(type);
353 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
/netbsd-6-1-5-RELEASE/usr.bin/indent/
H A Dargs.c112 int p_type; /* type (int, bool, special) */ member in struct:pro
380 if (p->p_type != PRO_SPECIAL && p->p_type != PRO_FONT)
396 switch (p->p_type) {
457 fprintf(stderr, "indent: set_option: internal error: p_type %d\n",
458 p->p_type);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/
H A Dinetprivate.h60 extern char *p_type(int type);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Include/
H A Dinetprivate.h33 extern char *p_type(int type);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Darm-symbian-tdep.c117 if (phdrs[i].p_type == PT_LOAD && phdrs[i].p_offset == 0)
H A Dgcore.c361 int p_type = 0; local
365 p_type = PT_LOAD;
367 p_type = PT_NOTE;
369 p_type = PT_NULL;
377 bfd_record_phdr (obfd, p_type, 1, p_flags, 0, 0, 0, 0, 1, &osec);
/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dphantstruct.h47 short p_type; /* character type */ member in struct:player
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_internal.h92 Elf_Word p_type; member in struct:elfcpp::internal::Phdr_data
105 Elf_Word p_type; member in struct:elfcpp::internal::Phdr_data
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dloadfile_machdep.h41 #define MD_LOADSEG(phdr) ((phdr)->p_type == PT_IA_64_UNWIND ? ia64_unwindtab = (phdr)->p_vaddr, ia64_unwindtablen = (phdr)->p_filesz, 1 : 0)
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dbootxx.c150 if (phdr.p_type != PT_LOAD)
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dbootxx.c167 if (phdr.p_type != PT_LOAD)
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zbsdmod/
H A Dzbsdmod.c124 if (phdr[i].p_type != PT_LOAD ||
238 if (phdr[i].p_type != PT_LOAD ||
253 if (phdr[i].p_type != PT_LOAD ||
/netbsd-6-1-5-RELEASE/usr.bin/elf2aout/
H A Delf2aout.c194 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE ||
195 ph[i].p_type == PT_PHDR || ph[i].p_type == PT_MIPS_REGINFO)
199 if (ph[i].p_type != PT_LOAD)
200 errx(1, "Program header %d type %d can't be converted.", i, ph[i].p_type);
318 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {
/netbsd-6-1-5-RELEASE/usr.bin/elf2ecoff/
H A Delf2ecoff.c227 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE ||
228 ph[i].p_type == PT_PHDR ||
229 ph[i].p_type == PT_MIPS_REGINFO) {
234 i, ph[i].p_type, ph[i].p_flags);
240 if (ph[i].p_type != PT_LOAD)
242 "converted", i, ph[i].p_type);
255 "nbss =%ld\n", i, ph[i].p_type,
268 i, ph[i].p_type, ph[i].p_flags, ntxt.len);
400 if (ph[i].p_type
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-dw2-fde-glibc.c250 if (phdr->p_type == PT_LOAD)
261 else if (phdr->p_type == PT_GNU_EH_FRAME)
263 else if (phdr->p_type == PT_DYNAMIC)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dunwind-dw2-fde-glibc.c238 if (phdr->p_type == PT_LOAD)
249 else if (phdr->p_type == PT_GNU_EH_FRAME)
251 else if (phdr->p_type == PT_DYNAMIC)
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h150 be_uint32_t p_type; /* type of segment */ member in struct:elf_m68k_phdr

Completed in 173 milliseconds

12345