Searched refs:offsetof (Results 101 - 125 of 680) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_x86_64.cpp75 (LLVM_EXTENSION offsetof(UserArea, dbg) + \
76 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
162 (LLVM_EXTENSION offsetof(GPR, orig_rax)),
H A DRegisterContextFreeBSD_i386.cpp54 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))
H A DRegisterContextOpenBSD_i386.cpp51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))
H A DRegisterContextOpenBSD_x86_64.cpp59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c623 (void *)offsetof(ipf_nat_softc_t, ipf_nat_defage), 0, "");
625 (void *)offsetof(ipf_state_softc_t, ipf_state_size), 0, "");
627 (void *)offsetof(ipf_state_softc_t, ipf_state_max), 0, "");
629 (void *)offsetof(ipf_nat_softc_t, ipf_nat_table_max), 0, "");
631 (void *)offsetof(ipf_nat_softc_t, ipf_nat_table_sz), 0, "");
633 (void *)offsetof(ipf_nat_softc_t, ipf_nat_maprules_sz), 0, "");
635 (void *)offsetof(ipf_nat_softc_t, ipf_nat_rdrrules_sz), 0, "");
637 (void *)offsetof(ipf_nat_softc_t, ipf_nat_hostmap_sz), 0, "");
639 (void *)offsetof(ipf_auth_softc_t, ipf_auth_size), 0, "");
641 (void *)offsetof(ipf_auth_softc_
[all...]
H A Dip_frag.h94 #define IPFR_CMPSZ (offsetof(ipfr_t, ipfr_pass) - \
95 offsetof(ipfr_t, ipfr_ifp))
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dparsewhoisline.c67 addrp->adf_len = offsetof(addrfamily_t, adf_addr) +
114 addrp->adf_len = offsetof(addrfamily_t, adf_addr) +
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c358 offsetof(dtrace_status_t, dtst_dyndrops),
362 offsetof(dtrace_status_t, dtst_dyndrops_rinsing),
366 offsetof(dtrace_status_t, dtst_dyndrops_dirty),
370 offsetof(dtrace_status_t, dtst_specdrops),
374 offsetof(dtrace_status_t, dtst_specdrops_busy),
378 offsetof(dtrace_status_t, dtst_specdrops_unavail),
382 offsetof(dtrace_status_t, dtst_stkstroverflows),
386 offsetof(dtrace_status_t, dtst_dblerrors),
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h32 #ifndef offsetof
33 #define offsetof(t,m) (int)(intptr_t)((&((t *)0L)->m)) macro
H A Dmylist.h33 (ty *)((char *)((pL)->next) - offsetof(ty, member))
/freebsd-11-stable/sys/kern/
H A Dkern_thread.c79 _Static_assert(offsetof(struct thread, td_flags) == 0xe4,
81 _Static_assert(offsetof(struct thread, td_pflags) == 0xec,
83 _Static_assert(offsetof(struct thread, td_frame) == 0x418,
85 _Static_assert(offsetof(struct thread, td_emuldata) == 0x4c0,
87 _Static_assert(offsetof(struct proc, p_flag) == 0xb0,
89 _Static_assert(offsetof(struct proc, p_pid) == 0xbc,
91 _Static_assert(offsetof(struct proc, p_filemon) == 0x3c0,
93 _Static_assert(offsetof(struct proc, p_comm) == 0x3d0,
95 _Static_assert(offsetof(struct proc, p_emuldata) == 0x4a0,
99 _Static_assert(offsetof(struc
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386bsd-nat.c66 #define REG_OFFSET(reg) offsetof (gregset_t, reg)
424 offset = offsetof (struct sigcontext, sc_pc);
429 offsetof (struct sigcontext, sc_pc) yields %d instead of %d.\n\
437 offset = offsetof (struct sigcontext, sc_sp);
442 offsetof (struct sigcontext, sc_sp) yields %d instead of %d.\n\
450 offset = offsetof (struct sigcontext, sc_fp);
455 offsetof (struct sigcontext, sc_fp) yields %d instead of %d.\n\
H A Dsolib-sunos.c90 #ifndef offsetof
91 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
100 int lm_addr_offset = offsetof (struct link_map, lm_addr);
110 int lm_next_offset = offsetof (struct link_map, lm_next);
121 int lm_name_offset = offsetof (struct link_map, lm_name);
H A Dlynx-nat.c37 #define X(ENTRY)(offsetof(struct econtext, ENTRY))
84 offsetof (st_t, usp) - offsetof (st_t, ec), /* sp */
108 #define FX(ENTRY)(offsetof(struct fcontext, ENTRY))
268 int ecpoff = offsetof (st_t, ecp);
596 supply_register (regno, core_reg_sect + offsetof (st_t, ec)
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile40 offsetof \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbplist.c35 offsetof(bplist_entry_t, bpe_node));
H A Dzfs_debug.c37 offsetof(zfs_dbgmsg_t, zdm_node));
H A Drefcount.c67 offsetof(reference_t, ref_link));
69 offsetof(reference_t, ref_link));
217 offsetof(reference_t, ref_link));
219 offsetof(reference_t, ref_link));
/freebsd-11-stable/lib/libc/locale/
H A Dlmessages.c42 (offsetof(struct lc_messages_T, yesstr) / sizeof(char *))
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm_softc.h69 CTASSERT((offsetof(struct svm_softc, nptp) & PAGE_MASK) == 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstddef.h104 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h366 COMPILER_CHECK(offsetof(__sanitizer_##CLASS, MEMBER) == \
367 offsetof(CLASS, MEMBER))
374 COMPILER_CHECK(offsetof(struct __sanitizer_##CLASS, MEMBER) == \
375 offsetof(struct CLASS, MEMBER))
H A Dsanitizer_platform_limits_solaris.h481 COMPILER_CHECK(offsetof(__sanitizer_##CLASS, MEMBER) == \
482 offsetof(CLASS, MEMBER))
489 COMPILER_CHECK(offsetof(struct __sanitizer_##CLASS, MEMBER) == \
490 offsetof(struct CLASS, MEMBER))
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutf1.h391 intcore->c_regs_pos = offsetof (struct external_sun3_core, c_regs);
405 intcore->fp_stuff_pos = offsetof (struct external_sun3_core, fp_stuff);
408 offsetof (struct external_sun3_core, fp_stuff);
426 intcore->c_regs_pos = offsetof (struct external_sparc_core, c_regs);
440 intcore->fp_stuff_pos = offsetof (struct external_sparc_core, fp_stuff);
443 offsetof (struct external_sparc_core, fp_stuff);
484 intcore->c_regs_pos = offsetof (struct external_solaris_bcp_core, c_regs);
505 offsetof (struct external_solaris_bcp_core, fp_stuff);
508 offsetof (struct external_solaris_bcp_core, fp_stuff);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp76 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, KernelTime) == 0);
78 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 28);
79 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, State) == 52);
81 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 32);
82 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, State) == 68);
104 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, NextEntryOffset) == 0);
105 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, CreateTime) == 32);
106 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, ImageName) == 56);
108 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, ProcessId) == 68);
109 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATIO
[all...]

Completed in 194 milliseconds

1234567891011>>