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

1234

/freebsd-9.3-release/contrib/binutils/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
266 || segment->p_type == PT_TLS) ? sec_hdr->sh_size : 0)
273 && (segment->p_type == PT_TLS \
274 || segment->p_type == PT_LOAD)) \
276 && segment->p_type != PT_TLS)) \
H A Dexternal.h77 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon633
88 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon634
/freebsd-9.3-release/sbin/fsck/
H A Dpreen.c62 char *p_type; /* file system type */ member in struct:partentry
182 p->p_type, p->p_devname, p->p_mntpt,
188 p->p_type, p->p_devname, p->p_mntpt,
199 free(p->p_type);
235 "%s: %s (%s)%s", p->p_type, p->p_devname,
312 p->p_type = estrdup(type);
325 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/lib/libelf/
H A Dgelf_phdr.c77 d->p_type = ep32->p_type;
168 ph32->p_type = s->p_type;
H A Delf_types.m4158 ``p_type, WORD',
169 ``p_type, WORD',
/freebsd-9.3-release/usr.bin/indent/
H A Dargs.c87 int p_type; /* type (int, bool, special) */ member in struct:pro
253 if (p->p_type != PRO_SPECIAL && p->p_type != PRO_FONT)
268 switch (p->p_type) {
325 errx(1, "set_option: internal error: p_type %d", p->p_type);
/freebsd-9.3-release/lib/libipsec/
H A Dpolicy_parse.y75 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
118 p_type = $2;
127 p_type = 0; /* ignored it by kernel */
266 if (p_type == IPSEC_POLICY_IPSEC) {
310 p->sadb_x_policy_type = p_type;
401 p_type = IPSEC_POLICY_DISCARD;
/freebsd-9.3-release/lib/libc/include/
H A Dnscache.h163 #define NS_APPLY_OFFSET(cp, cb, ib, p_type) \
165 (cp) = (p_type)((char *)(cb) + (size_t)(cp) - (size_t)(ib))
/freebsd-9.3-release/lib/libc/gen/
H A Delf_utils.c44 if (ph->p_type != PT_LOAD || (ph->p_flags & PF_X) == 0)
H A Ddlfcn.c177 if (phdr_info.dlpi_phdr[i].p_type == PT_TLS) {
/freebsd-9.3-release/contrib/gdb/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);
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp30 switch (pi->p_type) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf.c934 if (phdr->p_type == PT_LOAD
1130 get_segment_type (unsigned int p_type)
1133 switch (p_type)
1170 const char *pt = get_segment_type (p->p_type);
1175 sprintf (buf, "0x%lx", p->p_type);
2634 if (hdr->p_type == PT_LOAD)
2664 if (hdr->p_type == PT_LOAD)
2682 switch (hdr->p_type)
3754 m->p_type = PT_LOAD;
3781 m->p_type
1128 get_segment_type(unsigned int p_type) argument
[all...]
/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dunwind.c86 switch (phdr->p_type) {
/freebsd-9.3-release/sys/ia64/ia64/
H A Delf_machdep.c296 if (ph->p_type == PT_LOAD && reloc == ~0ULL)
299 if (ph->p_type == PT_IA_64_UNWIND) {
/freebsd-9.3-release/usr.bin/ldd/
H A Dldd.c327 if (phdr.p_type == PT_DYNAMIC) {
369 if (phdr.p_type == PT_DYNAMIC) {
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.h140 Elf32_Word p_type; member in struct:__anon34
151 Elf64_Word p_type; member in struct:__anon35
161 #define PT_NULL 0 /* p_type */
/freebsd-9.3-release/sys/mips/mips/
H A Delf_trampoline.c155 if (phdr[i].p_type != PT_LOAD)
/freebsd-9.3-release/sys/sys/
H A Delf32.h95 Elf32_Word p_type; /* Entry type. */ member in struct:__anon10414
H A Delf64.h104 Elf64_Word p_type; /* Entry type. */ member in struct:__anon10430
/freebsd-9.3-release/usr.bin/elf2aout/
H A Delf2aout.c132 type = xe32toh(p[i].p_type);
/freebsd-9.3-release/include/
H A Dresolv.h353 #define p_type __p_type macro
431 const char * p_type(int);
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h360 Elf32_Word p_type; /* segment type */ member in struct:__anon10578
371 Elf64_Half p_type; /* entry type */ member in struct:__anon10579
381 /* Segment types - p_type */

Completed in 279 milliseconds

1234