Searched refs:a_out (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/sys/compat/svr4/
H A Dimgact_svr4.c65 const struct exec *a_out = (const struct exec *) imgp->image_header; local
73 if (((a_out->a_magic >> 16) & 0xff) != 0x64)
79 switch ((int)(a_out->a_magic & 0xffff)) {
91 bss_size = round_page(a_out->a_bss);
93 printf("imgact: text: %08lx, data: %08lx, bss: %08lx\n", (u_long)a_out->a_text, (u_long)a_out->a_data, bss_size);
99 if (a_out->a_entry < virtual_offset ||
100 a_out->a_entry >= virtual_offset + a_out->a_text ||
101 a_out
[all...]
/freebsd-11-stable/sys/i386/linux/
H A Dimgact_linux.c63 const struct exec *a_out = (const struct exec *) imgp->image_header; local
71 if (((a_out->a_magic >> 16) & 0xff) != 0x64)
77 switch ((int)(a_out->a_magic & 0xffff)) {
89 bss_size = round_page(a_out->a_bss);
92 (u_long)a_out->a_text, (u_long)a_out->a_data, bss_size);
98 if (a_out->a_entry < virtual_offset ||
99 a_out->a_entry >= virtual_offset + a_out->a_text ||
100 a_out
[all...]
/freebsd-11-stable/sys/kern/
H A Dimgact_aout.c158 const struct exec *a_out = (const struct exec *) imgp->image_header; local
174 if (((a_out->a_midmag >> 16) & 0xff) != 0x86 &&
175 ((a_out->a_midmag >> 16) & 0xff) != 0 &&
176 ((((int)ntohl(a_out->a_midmag)) >> 16) & 0xff) != 0x86)
184 switch ((int)(a_out->a_midmag & 0xffff)) {
187 if (a_out->a_text) {
198 if (N_GETMID(*a_out) == MID_ZERO)
203 switch ((int)(ntohl(a_out->a_midmag) & 0xffff)) {
214 bss_size = roundup(a_out->a_bss, PAGE_SIZE);
220 a_out
[all...]
H A Dimgact_gzip.c52 struct exec a_out; member in struct:imgact_gzip
164 switch ((int) (gz->a_out.a_midmag & 0xffff)) {
167 if (gz->a_out.a_text) {
180 switch ((int) (ntohl(gz->a_out.a_midmag) & 0xffff)) {
192 gz->bss_size = roundup(gz->a_out.a_bss, PAGE_SIZE);
198 gz->a_out.a_entry < gz->virtual_offset ||
199 gz->a_out.a_entry >= gz->virtual_offset + gz->a_out.a_text ||
202 gz->a_out.a_text & PAGE_MASK || gz->a_out
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1316 struct gai_outcome a_out[12]; local
1325 memset(&a_out, 0, sizeof(a_out));
1497 &hints, gai_cb, &a_out[0]);
1502 &hints, gai_cb, &a_out[1]);
1508 &hints, gai_cb, &a_out[2]);
1515 &hints, gai_cb, &a_out[3]);
1522 &hints, gai_cb, &a_out[4]);
1528 &hints, gai_cb, &a_out[5]);
1535 &hints, gai_cb, &a_out[
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c262 struct exec *a_out; local
278 a_out = NULL;
346 error = vm_mmap(exec_map, (vm_offset_t *)&a_out, PAGE_SIZE,
352 if (((a_out->a_magic >> 16) & 0xff) != 0x64) {
362 switch ((int)(a_out->a_magic & 0xffff)) {
374 bss_size = round_page(a_out->a_bss);
377 if (a_out->a_text & PAGE_MASK || a_out->a_data & PAGE_MASK) {
383 if (a_out->a_data + a_out
[all...]
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure1634 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure2364 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure1722 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure2324 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/binutils/
H A Dconfigure3134 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure1896 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dconfigure1922 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure2135 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure2159 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure1955 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure1956 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure2557 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/gcc/
H A Dconfigure2228 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure1953 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure1954 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure1963 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure2717 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
[all...]

Completed in 819 milliseconds