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

12345

/freebsd-11-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-11-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:__anon503
88 unsigned char p_type[4]; /* Identifies program segment type */ member in struct:__anon504
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.h34 p_type(type), p_flags(flags) {}
43 uint32_t p_type = 0; member in struct:lld::elf::PhdrEntry
/freebsd-11-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-11-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-11-stable/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c75 if (hdr->p_type == PT_ARM_EXIDX) {
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c78 d->p_type = ep32->p_type;
161 ph32->p_type = s->p_type;
/freebsd-11-stable/usr.bin/indent/
H A Dargs.c87 int p_type; /* type (int, bool, special) */ member in struct:pro
251 if (p->p_type != PRO_SPECIAL && p->p_type != PRO_FONT)
267 switch (p->p_type) {
324 errx(1, "set_option: internal error: p_type %d", p->p_type);
/freebsd-11-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-11-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-11-stable/sys/arm/arm/
H A Ddump_machdep.c91 phdr.p_type = PT_DUMP_DELTA;
/freebsd-11-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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h104 __uint32_t p_type; member in struct:__sanitizer::__anon1174
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
/freebsd-11-stable/lib/libc/gen/
H A Delf_utils.c50 if (ph->p_type != PT_LOAD || (ph->p_flags & PF_X) == 0)
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp74 if (phdr_entry.p_type == llvm::ELF::PT_PHDR) {
79 if (phdr_entry.p_type == llvm::ELF::PT_DYNAMIC) {
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp527 if (phdr->p_type == PT_PHDR) {
544 if (phdr->p_type == PT_LOAD) {
552 } else if (phdr->p_type == PT_GNU_EH_FRAME) {
574 if (phdr->p_type == PT_LOAD) {
579 } else if (phdr->p_type == PT_ARM_EXIDX) {
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_xport.c317 uint8_t p_type = 0; local
337 if (ocs_get_property("p_type", prop_buf, sizeof(prop_buf)) == 0) {
338 p_type = ocs_strtoul(prop_buf, 0, 0);
345 if (p_type == 0) {
346 p_type = 1;
351 if (p_type != 0) {
360 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_P_TYPE, p_type)) {
373 ocs_log_debug(ocs, "Auto xfer rdy is enabled, p_type=%d, blksize=%d\n",
374 p_type, ramdisc_blocksize);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp215 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) {
242 if (phdr->p_type == PT_LOAD) {
283 if (phdr->p_type == PT_LOAD) {
/freebsd-11-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-11-stable/sys/mips/mips/
H A Delf_trampoline.c156 if (phdr[i].p_type != PT_LOAD)
/freebsd-11-stable/sys/sys/
H A Delf64.h116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon8486

Completed in 211 milliseconds

12345