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

1234

/freebsd-10-stable/contrib/apr/include/
H A Dapr_general.h74 * @param p_type pointer type name
81 #define APR_OFFSET(p_type,field) _Offsetof(p_type,field)
84 #define APR_OFFSET(p_type,field) \
85 (sizeof(int)*((unsigned int)&(((p_type)NULL)->field)))
89 #define APR_OFFSET(p_type,field) ((unsigned int)&(((p_type)NULL)->field))
95 #define APR_OFFSET(p_type,field) \
96 ((long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
/freebsd-10-stable/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:__anon511
88 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon512
/freebsd-10-stable/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-10-stable/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-10-stable/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c75 if (hdr->p_type == PT_ARM_EXIDX) {
/freebsd-10-stable/lib/libelf/
H A Dgelf_phdr.c77 d->p_type = ep32->p_type;
168 ph32->p_type = s->p_type;
/freebsd-10-stable/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-10-stable/lib/libipsec/
H A Dpolicy_parse.y75 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
117 p_type = $2;
126 p_type = 0; /* ignored it by kernel */
265 if (p_type == IPSEC_POLICY_IPSEC) {
309 p->sadb_x_policy_type = p_type;
400 p_type = IPSEC_POLICY_DISCARD;
/freebsd-10-stable/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-10-stable/lib/libc/gen/
H A Delf_utils.c45 if (ph->p_type != PT_LOAD || (ph->p_flags & PF_X) == 0)
H A Ddlfcn.c172 if (phdr_info.dlpi_phdr[i].p_type == PT_TLS) {
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp30 switch (pi->p_type) {
/freebsd-10-stable/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-10-stable/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-10-stable/lib/libc/ia64/gen/
H A Dunwind.c86 switch (phdr->p_type) {
/freebsd-10-stable/sys/ia64/ia64/
H A Delf_machdep.c301 if (ph->p_type == PT_LOAD && reloc == ~0ULL)
304 if (ph->p_type == PT_IA_64_UNWIND) {
/freebsd-10-stable/usr.bin/ldd/
H A Dldd.c327 if (phdr.p_type == PT_DYNAMIC) {
369 if (phdr.p_type == PT_DYNAMIC) {
/freebsd-10-stable/contrib/file/src/
H A Dreadelf.h176 Elf32_Word p_type; member in struct:__anon138
187 Elf64_Word p_type; member in struct:__anon139
197 #define PT_NULL 0 /* p_type */
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp192 if (header->p_type == llvm::ELF::PT_NOTE)
196 if (header->p_type == llvm::ELF::PT_LOAD)
432 assert(segment_header && segment_header->p_type == llvm::ELF::PT_NOTE);
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf-check.cpp73 status_check(const status_check_t& p_type, const bool p_negated, argument
75 type(p_type),
96 output_check(const output_check_t& p_type, const bool p_negated, argument
98 type(p_type),
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h192 elf_word p_type; ///< Type of program segment. member in struct:elf::ELFProgramHeader
/freebsd-10-stable/sys/mips/mips/
H A Delf_trampoline.c156 if (phdr[i].p_type != PT_LOAD)
/freebsd-10-stable/usr.bin/elf2aout/
H A Delf2aout.c132 type = xe32toh(p[i].p_type);

Completed in 154 milliseconds

1234