Home
last modified time | relevance | path

Searched refs:offsetof (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dflybsd-src/sys/platform/pc64/x86_64/
H A Dgenassym.c73 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
74 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
75 ASSYM(PM_ACTIVE_LOCK, offsetof(struct pmap, pm_active_lock));
77 ASSYM(LWP_VMSPACE, offsetof(struct lwp, lwp_vmspace));
78 ASSYM(V_IPI, offsetof(struct vmmeter, v_ipi));
79 ASSYM(V_TIMER, offsetof(struct vmmeter, v_timer));
95 ASSYM(GD_CURTHREAD, offsetof(struct mdglobaldata, mi.gd_curthread));
96 ASSYM(GD_CNT, offsetof(struct mdglobaldata, mi.gd_cnt));
97 ASSYM(GD_CPUID, offsetof(struct mdglobaldata, mi.gd_cpuid));
98 ASSYM(GD_CPUMASK, offsetof(struct mdglobaldata, mi.gd_cpumask));
[all …]
/dflybsd-src/sys/platform/vkernel64/x86_64/
H A Dgenassym.c72 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
73 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
74 ASSYM(PM_ACTIVE_LOCK, offsetof(struct pmap, pm_active_lock));
76 ASSYM(LWP_VMSPACE, offsetof(struct lwp, lwp_vmspace));
77 ASSYM(GD_CURTHREAD, offsetof(struct mdglobaldata, mi.gd_curthread));
78 ASSYM(GD_CPUID, offsetof(struct mdglobaldata, mi.gd_cpuid));
79 ASSYM(GD_CPUMASK, offsetof(struct mdglobaldata, mi.gd_cpumask));
80 ASSYM(GD_OTHER_CPUS, offsetof(struct mdglobaldata, mi.gd_other_cpus));
87 ASSYM(PCB_R15, offsetof(struct pcb, pcb_r15));
88 ASSYM(PCB_R14, offsetof(struct pcb, pcb_r14));
[all …]
/dflybsd-src/lib/libc/x86_64/sys/
H A Dasmcontext.c11 ASSYM(UC_SIGMASK, offsetof(ucontext_t, uc_sigmask));
12 ASSYM(UC_LINK, offsetof(ucontext_t, uc_link));
13 ASSYM(UC_MCONTEXT, offsetof(ucontext_t, uc_mcontext));
18 ASSYM(MC_ONSTACK, offsetof(mcontext_t, mc_onstack));
19 ASSYM(MC_RDI, offsetof(mcontext_t, mc_rdi));
20 ASSYM(MC_RSI, offsetof(mcontext_t, mc_rsi));
21 ASSYM(MC_RDX, offsetof(mcontext_t, mc_rdx));
22 ASSYM(MC_RCX, offsetof(mcontext_t, mc_rcx));
23 ASSYM(MC_R8, offsetof(mcontext_t, mc_r8));
24 ASSYM(MC_R9, offsetof(mcontext_t, mc_r9));
[all …]
/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_asn1.c66 .offset = offsetof(CMS_IssuerAndSerialNumber, issuer),
73 .offset = offsetof(CMS_IssuerAndSerialNumber, serialNumber),
93 .offset = offsetof(CMS_OtherCertificateFormat, otherCertFormat),
100 .offset = offsetof(CMS_OtherCertificateFormat, otherCert),
120 .offset = offsetof(CMS_CertificateChoices, d.certificate),
127 .offset = offsetof(CMS_CertificateChoices, d.extendedCertificate),
134 .offset = offsetof(CMS_CertificateChoices, d.v1AttrCert),
141 .offset = offsetof(CMS_CertificateChoices, d.v2AttrCert),
148 .offset = offsetof(CMS_CertificateChoices, d.other),
156 .utype = offsetof(CMS_CertificateChoices, type),
[all …]
/dflybsd-src/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_x86_64.c74 addr = kt->kaddr + offsetof(struct thread, td_sp); in kgdb_trgt_fetch_registers()
132 offsetof(struct trapframe, tf_rax),
133 offsetof(struct trapframe, tf_rbx),
134 offsetof(struct trapframe, tf_rcx),
135 offsetof(struct trapframe, tf_rdx),
136 offsetof(struct trapframe, tf_rsi),
137 offsetof(struct trapframe, tf_rdi),
138 offsetof(struct trapframe, tf_rbp),
139 offsetof(struct trapframe, tf_rsp),
140 offsetof(struct trapframe, tf_r8),
[all …]
/dflybsd-src/crypto/libressl/crypto/pkcs7/
H A Dpk7_asn1.c72 .offset = offsetof(PKCS7, d.other),
83 .offset = offsetof(PKCS7, d.data),
94 .offset = offsetof(PKCS7, d.sign),
105 .offset = offsetof(PKCS7, d.enveloped),
116 .offset = offsetof(PKCS7, d.signed_and_enveloped),
127 .offset = offsetof(PKCS7, d.digest),
138 .offset = offsetof(PKCS7, d.encrypted),
148 .offset = offsetof(PKCS7, type),
194 .offset = offsetof(PKCS7, type),
259 .offset = offsetof(PKCS7_SIGNED, version),
[all …]
/dflybsd-src/crypto/libressl/crypto/ocsp/
H A Docsp_asn.c68 .offset = offsetof(OCSP_SIGNATURE, signatureAlgorithm),
75 .offset = offsetof(OCSP_SIGNATURE, signature),
82 .offset = offsetof(OCSP_SIGNATURE, certs),
128 .offset = offsetof(OCSP_CERTID, hashAlgorithm),
135 .offset = offsetof(OCSP_CERTID, issuerNameHash),
142 .offset = offsetof(OCSP_CERTID, issuerKeyHash),
149 .offset = offsetof(OCSP_CERTID, serialNumber),
195 .offset = offsetof(OCSP_ONEREQ, reqCert),
202 .offset = offsetof(OCSP_ONEREQ, singleRequestExtensions),
248 .offset = offsetof(OCSP_REQINFO, version),
[all …]
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_symbols.c44 int _thread_off_attr_flags = offsetof(struct __pthread_s, attr.flags);
45 int _thread_off_event_buf = offsetof(struct __pthread_s, event_buf);
46 int _thread_off_event_mask = offsetof(struct __pthread_s, event_mask);
47 int _thread_off_key_allocated = offsetof(struct pthread_key, allocated);
48 int _thread_off_key_destructor = offsetof(struct pthread_key, destructor);
49 int _thread_off_next = offsetof(struct __pthread_s, tle.tqe_next);
50 int _thread_off_report_events = offsetof(struct __pthread_s, report_events);
51 int _thread_off_state = offsetof(struct __pthread_s, state);
52 int _thread_off_tcb = offsetof(struct __pthread_s, tcb);
53 int _thread_off_tid = offsetof(struct __pthread_s, tid);
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dsimple-object-mach-o.c314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
328 + offsetof (struct mach_o_header_32, in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
336 + offsetof (struct mach_o_header_64, in simple_object_mach_o_match()
366 + offsetof (struct mach_o_section_32, offset)); in simple_object_mach_o_section_info()
368 + offsetof (struct mach_o_section_32, size)); in simple_object_mach_o_section_info()
373 + offsetof (struct mach_o_section_64, offset)); in simple_object_mach_o_section_info()
375 + offsetof (struct mach_o_section_64, size)); in simple_object_mach_o_section_info()
[all …]
H A Dsimple-object-xcoff.c332 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns)); in simple_object_xcoff_match()
336 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
338 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
341 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
348 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
350 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
353 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
444 scnname = scnhdr + offsetof (struct external_scnhdr, s_name); in simple_object_xcoff_find_sections()
484 scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
486 size = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
[all …]
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dsimple-object-mach-o.c314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
328 + offsetof (struct mach_o_header_32, in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
336 + offsetof (struct mach_o_header_64, in simple_object_mach_o_match()
366 + offsetof (struct mach_o_section_32, offset)); in simple_object_mach_o_section_info()
368 + offsetof (struct mach_o_section_32, size)); in simple_object_mach_o_section_info()
373 + offsetof (struct mach_o_section_64, offset)); in simple_object_mach_o_section_info()
375 + offsetof (struct mach_o_section_64, size)); in simple_object_mach_o_section_info()
[all …]
H A Dsimple-object-xcoff.c326 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns)); in simple_object_xcoff_match()
330 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
332 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
342 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
344 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
435 scnname = scnhdr + offsetof (struct external_scnhdr, s_name); in simple_object_xcoff_find_sections()
475 scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
477 size = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
[all …]
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dsimple-object-mach-o.c314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
328 + offsetof (struct mach_o_header_32, in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
336 + offsetof (struct mach_o_header_64, in simple_object_mach_o_match()
366 + offsetof (struct mach_o_section_32, offset)); in simple_object_mach_o_section_info()
368 + offsetof (struct mach_o_section_32, size)); in simple_object_mach_o_section_info()
373 + offsetof (struct mach_o_section_64, offset)); in simple_object_mach_o_section_info()
375 + offsetof (struct mach_o_section_64, size)); in simple_object_mach_o_section_info()
[all …]
H A Dsimple-object-xcoff.c332 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns)); in simple_object_xcoff_match()
336 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
338 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
341 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
348 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
350 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
353 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
444 scnname = scnhdr + offsetof (struct external_scnhdr, s_name); in simple_object_xcoff_find_sections()
484 scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
486 size = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
[all …]
/dflybsd-src/sys/dev/disk/sym/
H A Dsym_fw2.h288 SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select),
317 offsetof (struct sym_ccb, phys.head.savep),
322 offsetof (struct sym_ccb, phys.head.status),
335 offsetof(struct sym_dsb, select.sel_scntl3),
343 offsetof (struct sym_dsb, smsg),
368 offsetof (struct sym_dsb, cmd),
631 offsetof (struct sym_ccb, phys.head.lastp),
656 offsetof (struct sym_ccb, phys.head.status),
666 offsetof (struct sym_ccb, phys.head.status),
742 offsetof (struct sym_ccb, phys.head.savep),
[all …]
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dsimple-object-mach-o.c314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
328 + offsetof (struct mach_o_header_32, in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
336 + offsetof (struct mach_o_header_64, in simple_object_mach_o_match()
366 + offsetof (struct mach_o_section_32, offset)); in simple_object_mach_o_section_info()
368 + offsetof (struct mach_o_section_32, size)); in simple_object_mach_o_section_info()
373 + offsetof (struct mach_o_section_64, offset)); in simple_object_mach_o_section_info()
375 + offsetof (struct mach_o_section_64, size)); in simple_object_mach_o_section_info()
[all …]
H A Dsimple-object-xcoff.c326 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns)); in simple_object_xcoff_match()
330 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
332 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
335 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
342 + offsetof (struct external_filehdr, in simple_object_xcoff_match()
344 ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
347 + fetch_16 (hdrbuf + offsetof (struct external_filehdr, in simple_object_xcoff_match()
435 scnname = scnhdr + offsetof (struct external_scnhdr, s_name); in simple_object_xcoff_find_sections()
475 scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
477 size = fetch_64 (scnhdr + offsetof (struct external_scnhdr, in simple_object_xcoff_find_sections()
[all …]
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dsimple-object-mach-o.c314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype)); in simple_object_mach_o_match()
328 + offsetof (struct mach_o_header_32, in simple_object_mach_o_match()
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds)); in simple_object_mach_o_match()
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags)); in simple_object_mach_o_match()
336 + offsetof (struct mach_o_header_64, in simple_object_mach_o_match()
366 + offsetof (struct mach_o_section_32, offset)); in simple_object_mach_o_section_info()
368 + offsetof (struct mach_o_section_32, size)); in simple_object_mach_o_section_info()
373 + offsetof (struct mach_o_section_64, offset)); in simple_object_mach_o_section_info()
375 + offsetof (struct mach_o_section_64, size)); in simple_object_mach_o_section_info()
[all …]
/dflybsd-src/crypto/libressl/crypto/pkcs12/
H A Dp12_asn.c72 .offset = offsetof(PKCS12, version),
79 .offset = offsetof(PKCS12, authsafes),
86 .offset = offsetof(PKCS12, mac),
132 .offset = offsetof(PKCS12_MAC_DATA, dinfo),
139 .offset = offsetof(PKCS12_MAC_DATA, salt),
146 .offset = offsetof(PKCS12_MAC_DATA, iter),
191 .offset = offsetof(PKCS12_BAGS, value.other),
202 .offset = offsetof(PKCS12_BAGS, value.x509cert),
213 .offset = offsetof(PKCS12_BAGS, value.x509crl),
224 .offset = offsetof(PKCS12_BAGS, value.sdsicert),
[all …]
/dflybsd-src/crypto/libressl/crypto/ts/
H A Dts_asn1.c70 .offset = offsetof(TS_MSG_IMPRINT, hash_algo),
77 .offset = offsetof(TS_MSG_IMPRINT, hashed_msg),
155 .offset = offsetof(TS_REQ, version),
162 .offset = offsetof(TS_REQ, msg_imprint),
169 .offset = offsetof(TS_REQ, policy_id),
176 .offset = offsetof(TS_REQ, nonce),
183 .offset = offsetof(TS_REQ, cert_req),
190 .offset = offsetof(TS_REQ, extensions),
268 .offset = offsetof(TS_ACCURACY, seconds),
275 .offset = offsetof(TS_ACCURACY, millis),
[all …]
/dflybsd-src/crypto/libressl/crypto/rsa/
H A Drsa_asn1.c97 .offset = offsetof(RSA, version),
104 .offset = offsetof(RSA, n),
111 .offset = offsetof(RSA, e),
118 .offset = offsetof(RSA, d),
125 .offset = offsetof(RSA, p),
132 .offset = offsetof(RSA, q),
139 .offset = offsetof(RSA, dmp1),
146 .offset = offsetof(RSA, dmq1),
153 .offset = offsetof(RSA, iqmp),
182 .offset = offsetof(RSA, n),
[all …]
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dx_x509.c72 .enc_offset = offsetof(X509_CINF, enc),
77 .offset = offsetof(X509_CINF, version),
82 .offset = offsetof(X509_CINF, serialNumber),
87 .offset = offsetof(X509_CINF, signature),
92 .offset = offsetof(X509_CINF, issuer),
97 .offset = offsetof(X509_CINF, validity),
102 .offset = offsetof(X509_CINF, subject),
107 .offset = offsetof(X509_CINF, key),
114 .offset = offsetof(X509_CINF, issuerUID),
121 .offset = offsetof(X509_CINF, subjectUID),
[all …]
H A Dx_req.c100 .enc_offset = offsetof(X509_REQ_INFO, enc),
104 .offset = offsetof(X509_REQ_INFO, version),
109 .offset = offsetof(X509_REQ_INFO, subject),
114 .offset = offsetof(X509_REQ_INFO, pubkey),
123 .offset = offsetof(X509_REQ_INFO, attributes),
168 .ref_offset = offsetof(X509_REQ, references),
173 .offset = offsetof(X509_REQ, req_info),
178 .offset = offsetof(X509_REQ, sig_alg),
183 .offset = offsetof(X509_REQ, signature),
/dflybsd-src/crypto/libressl/crypto/dsa/
H A Ddsa_asn1.c98 .offset = offsetof(DSA_SIG, r),
105 .offset = offsetof(DSA_SIG, s),
187 .offset = offsetof(DSA, version),
194 .offset = offsetof(DSA, p),
201 .offset = offsetof(DSA, q),
208 .offset = offsetof(DSA, g),
215 .offset = offsetof(DSA, pub_key),
222 .offset = offsetof(DSA, priv_key),
264 .offset = offsetof(DSA, p),
271 .offset = offsetof(DSA, q),
[all …]
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dgost_asn1.c24 .offset = offsetof(GOST_KEY_TRANSPORT, key_info),
31 .offset = offsetof(GOST_KEY_TRANSPORT, key_agreement_info),
76 .offset = offsetof(GOST_KEY_INFO, encrypted_key),
83 .offset = offsetof(GOST_KEY_INFO, imit),
128 .offset = offsetof(GOST_KEY_AGREEMENT_INFO, cipher),
135 .offset = offsetof(GOST_KEY_AGREEMENT_INFO, ephem_key),
142 .offset = offsetof(GOST_KEY_AGREEMENT_INFO, eph_iv),
188 .offset = offsetof(GOST_KEY_PARAMS, key_params),
195 .offset = offsetof(GOST_KEY_PARAMS, hash_params),
202 .offset = offsetof(GOST_KEY_PARAMS, cipher_params),
[all …]

12345678910>>...17