Home
last modified time | relevance | path

Searched refs:a_out (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/i386/linux/
H A Dimgact_linux.c89 (u_long)a_out->a_text, (u_long)a_out->a_data, bss_size); in exec_linux_imgact()
96 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_linux_imgact()
97 a_out->a_text & PAGE_MASK || a_out->a_data & PAGE_MASK) in exec_linux_imgact()
101 if (a_out->a_data + a_out->a_text > imgp->attr->va_size) in exec_linux_imgact()
107 if (a_out->a_text > maxtsiz || in exec_linux_imgact()
139 a_out->a_text + a_out->a_data + bss_size, 0, VMFS_NO_SPACE, in exec_linux_imgact()
145 a_out->a_text + a_out->a_data, UIO_USERSPACE, 0, in exec_linux_imgact()
171 a_out->a_text + a_out->a_data, in exec_linux_imgact()
180 (u_long)a_out->a_text + (u_long)a_out->a_data); in exec_linux_imgact()
186 vmaddr + a_out->a_text + a_out->a_data, VM_PROT_ALL, 0, in exec_linux_imgact()
[all …]
H A Dlinux_machdep.c624 struct exec *a_out; in linux_uselib() local
635 a_out = NULL; in linux_uselib()
727 if (a_out->a_text & PAGE_MASK || a_out->a_data & PAGE_MASK) { in linux_uselib()
733 if (a_out->a_data + a_out->a_text > attr.va_size) { in linux_uselib()
744 if (a_out->a_text > maxtsiz || in linux_uselib()
781 &vmaddr, a_out->a_text + a_out->a_data, 0, VMFS_NO_SPACE, in linux_uselib()
787 a_out->a_text + a_out->a_data, UIO_USERSPACE, 0, in linux_uselib()
808 a_out->a_text + a_out->a_data, VM_PROT_ALL, VM_PROT_ALL, in linux_uselib()
825 vmaddr = trunc_page(a_out->a_entry) + a_out->a_text + in linux_uselib()
826 a_out->a_data; in linux_uselib()
[all …]
/freebsd/sys/kern/
H A Dimgact_aout.c176 const struct exec *a_out; in exec_aout_imgact() local
207 if (a_out->a_text) { in exec_aout_imgact()
218 if (N_GETMID(*a_out) == MID_ZERO) in exec_aout_imgact()
241 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_aout_imgact()
244 a_out->a_text & PAGE_MASK || a_out->a_data & PAGE_MASK in exec_aout_imgact()
249 virtual_offset + a_out->a_text + a_out->a_data + bss_size > UINT_MAX in exec_aout_imgact()
255 if (a_out->a_data + a_out->a_text > imgp->attr->va_size) in exec_aout_imgact()
263 a_out->a_text > maxtsiz || in exec_aout_imgact()
315 if (a_out->a_data) { in exec_aout_imgact()
318 file_offset + a_out->a_text, in exec_aout_imgact()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1440 memset(a_out, 0, sizeof(a_out)); in test_getaddrinfo_async()
1707 tt_assert(a_out[0].ai); in test_getaddrinfo_async()
1721 tt_assert(a_out[1].ai); in test_getaddrinfo_async()
1729 tt_assert(a_out[2].ai); in test_getaddrinfo_async()
1735 tt_assert(a_out[3].ai); in test_getaddrinfo_async()
1741 tt_assert(a_out[4].ai); in test_getaddrinfo_async()
1747 tt_assert(! a_out[5].ai); in test_getaddrinfo_async()
1755 tt_assert(a_out[7].ai); in test_getaddrinfo_async()
1765 tt_assert(a_out[9].ai); in test_getaddrinfo_async()
1779 tt_assert(a_out[10].ai); in test_getaddrinfo_async()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress_dns.c1440 memset(a_out, 0, sizeof(a_out)); in test_getaddrinfo_async()
1707 tt_assert(a_out[0].ai); in test_getaddrinfo_async()
1721 tt_assert(a_out[1].ai); in test_getaddrinfo_async()
1729 tt_assert(a_out[2].ai); in test_getaddrinfo_async()
1735 tt_assert(a_out[3].ai); in test_getaddrinfo_async()
1741 tt_assert(a_out[4].ai); in test_getaddrinfo_async()
1747 tt_assert(! a_out[5].ai); in test_getaddrinfo_async()
1755 tt_assert(a_out[7].ai); in test_getaddrinfo_async()
1765 tt_assert(a_out[9].ai); in test_getaddrinfo_async()
1779 tt_assert(a_out[10].ai); in test_getaddrinfo_async()
[all …]
/freebsd/contrib/unbound/services/
H A Drpz.c1691 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out) in rpz_resolve_client_action_and_zone() argument
1744 *a_out = a; in rpz_resolve_client_action_and_zone()
2599 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out, in rpz_apply_maybe_clientip_trigger() argument
2605 az, qinfo, repinfo, taglist, taglen, stats, z_out, a_out, r_out); in rpz_apply_maybe_clientip_trigger()
2636 edns, repinfo, buf, temp, *a_out); in rpz_apply_maybe_clientip_trigger()
/freebsd/crypto/openssl/test/
H A Dectest.c2399 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; in do_test_custom_explicit_fromdata() local
2495 &a_out)) in do_test_custom_explicit_fromdata()
2496 || !TEST_BN_eq(a_out, a) in do_test_custom_explicit_fromdata()
2598 BN_free(a_out); in do_test_custom_explicit_fromdata()