Home
last modified time | relevance | path

Searched refs:a_bss (Results 1 – 16 of 16) sorted by relevance

/NextBSD/usr.bin/elf2aout/
HDelf2aout.c52 u_int32_t a_bss; member
142 a.a_bss = htoxe32(memsz - filesz); in main()
/NextBSD/contrib/binutils/gas/config/
HDaout_gnu.h80 unsigned char a_bss[4]; member
97 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ member
/NextBSD/sys/sys/
HDimgact_aout.h116 uint32_t a_bss; /* uninitialized data size */ member
/NextBSD/sys/i386/linux/
HDimgact_linux.c89 bss_size = round_page(a_out->a_bss); in exec_linux_imgact()
/NextBSD/sys/compat/svr4/
HDimgact_svr4.c91 bss_size = round_page(a_out->a_bss);
/NextBSD/sys/kern/
HDimgact_aout.c214 bss_size = roundup(a_out->a_bss, PAGE_SIZE); in exec_aout_imgact()
HDimgact_gzip.c192 gz->bss_size = roundup(gz->a_out.a_bss, PAGE_SIZE); in do_aout_hdr()
/NextBSD/usr.sbin/kgzip/
HDkgzcmp.c234 kh->isize = kh->dsize + le32toh(a->a_bss); in ld_aout()
/NextBSD/contrib/binutils/bfd/
HDbout.c87 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in bout_swap_exec_header_in()
112 PUT_WORD (abfd, execp->a_bss , bytes->e_bss); in bout_swap_exec_header_out()
406 exec_hdr (abfd)->a_bss = obj_bsssec (abfd)->size; in b_out_write_object_contents()
HDlibaout.h225 bfd_vma a_bss; /* Length of uninitialized data area in mem. */ member
HDaoutx.h386 execp->a_bss = GET_WORD (abfd, bytes->e_bss); in NAME()
418 PUT_WORD (abfd, execp->a_bss , bytes->e_bss); in NAME()
542 obj_bsssec (abfd)->size = execp->a_bss; in NAME()
941 execp->a_bss = obj_bsssec (abfd)->size; in adjust_o_magic()
1056 execp->a_bss = (data_pad > obj_bsssec (abfd)->size in adjust_z_magic()
1059 execp->a_bss = obj_bsssec (abfd)->size; in adjust_z_magic()
1099 execp->a_bss = obj_bsssec (abfd)->size; in adjust_n_magic()
/NextBSD/sys/boot/i386/gptboot/
HDgptboot.c282 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE); in load()
/NextBSD/usr.bin/ldd/
HDsods.c226 printf(" a_bss = 0x%lx\n", (long)ex->a_bss); in dump_file()
/NextBSD/usr.sbin/btxld/
HDbtxld.c359 hdr->bss = le32toh(ex->a_bss); in gethdr()
/NextBSD/sys/boot/i386/zfsboot/
HDzfsboot.c642 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE); in load()
/NextBSD/sys/compat/linux/
HDlinux_misc.c365 bss_size = round_page(a_out->a_bss); in linux_uselib()