Searched refs:a_bss (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/usr.bin/elf2aout/ |
| HD | elf2aout.c | 52 u_int32_t a_bss; member 142 a.a_bss = htoxe32(memsz - filesz); in main()
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | aout_gnu.h | 80 unsigned char a_bss[4]; member 97 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ member
|
| /NextBSD/sys/sys/ |
| HD | imgact_aout.h | 116 uint32_t a_bss; /* uninitialized data size */ member
|
| /NextBSD/sys/i386/linux/ |
| HD | imgact_linux.c | 89 bss_size = round_page(a_out->a_bss); in exec_linux_imgact()
|
| /NextBSD/sys/compat/svr4/ |
| HD | imgact_svr4.c | 91 bss_size = round_page(a_out->a_bss);
|
| /NextBSD/sys/kern/ |
| HD | imgact_aout.c | 214 bss_size = roundup(a_out->a_bss, PAGE_SIZE); in exec_aout_imgact()
|
| HD | imgact_gzip.c | 192 gz->bss_size = roundup(gz->a_out.a_bss, PAGE_SIZE); in do_aout_hdr()
|
| /NextBSD/usr.sbin/kgzip/ |
| HD | kgzcmp.c | 234 kh->isize = kh->dsize + le32toh(a->a_bss); in ld_aout()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | bout.c | 87 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()
|
| HD | libaout.h | 225 bfd_vma a_bss; /* Length of uninitialized data area in mem. */ member
|
| HD | aoutx.h | 386 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/ |
| HD | gptboot.c | 282 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE); in load()
|
| /NextBSD/usr.bin/ldd/ |
| HD | sods.c | 226 printf(" a_bss = 0x%lx\n", (long)ex->a_bss); in dump_file()
|
| /NextBSD/usr.sbin/btxld/ |
| HD | btxld.c | 359 hdr->bss = le32toh(ex->a_bss); in gethdr()
|
| /NextBSD/sys/boot/i386/zfsboot/ |
| HD | zfsboot.c | 642 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE); in load()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_misc.c | 365 bss_size = round_page(a_out->a_bss); in linux_uselib()
|