/netbsd-src/sys/kern/ |
H A D | exec_ecoff.c | 171 ECOFF_SEGMENT_ALIGN(execp, eap->bss_start), NULLVP, 0, in exec_ecoff_prep_omagic() 206 ECOFF_SEGMENT_ALIGN(execp, eap->bss_start), NULLVP, 0, in exec_ecoff_prep_nmagic() 251 ECOFF_SEGMENT_ALIGN(execp, eap->bss_start), NULLVP, 0, in exec_ecoff_prep_zmagic()
|
/netbsd-src/sys/arch/i386/stand/mbr/ |
H A D | mbr.S | 137 movw $(bss_start - mbr), %cx 140 mov $(bss_end - bss_start + 511)/512, %ch 659 bss_start = . define 660 #define BSS(name, size) name = bss_start + bss_off; bss_off = bss_off + size
|
/netbsd-src/sys/lib/libsa/ |
H A D | loadfile_ecoff.c | 126 BZERO(coff->a.bss_start, coff->a.bsize); in loadfile_coff() 129 pos = coff->a.bss_start; in loadfile_coff()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coffswap.h | 661 aouthdr_int->bss_start = H_GET_32 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in() 671 aouthdr_int->bss_start = H_GET_64 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in() 733 H_PUT_32 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out() 746 H_PUT_64 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out()
|
H A D | ecoff.c | 2656 internal_a.bss_start = internal_a.data_start + internal_a.dsize; in _bfd_ecoff_write_object_contents()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coffswap.h | 668 aouthdr_int->bss_start = H_GET_32 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in() 678 aouthdr_int->bss_start = H_GET_64 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in() 740 H_PUT_32 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out() 753 H_PUT_64 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out()
|
H A D | ecoff.c | 2576 internal_a.bss_start = internal_a.data_start + internal_a.dsize; in _bfd_ecoff_write_object_contents()
|
/netbsd-src/sys/sys/ |
H A D | exec_ecoff.h | 71 ecoff32_ulong bss_start; member 128 u_long bss_start; member
|
/netbsd-src/usr.bin/elf2ecoff/ |
H A D | elf2ecoff.c | 302 ep.a.bss_start = bss.vaddr; in main() 343 ep.a.bss_start = bswap32(ep.a.bss_start); in main() 549 esecs[2].s_paddr = esecs[2].s_vaddr = ep->a.bss_start; in make_ecoff_section_hdrs()
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | mips.h | 47 unsigned char bss_start[4]; /* base of bss used for this file */ member
|
H A D | alpha.h | 64 unsigned char bss_start[8]; /* base of bss used for this file */ member
|
H A D | internal.h | 275 bfd_vma bss_start; /* Base of bss section. */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | mips.h | 47 unsigned char bss_start[4]; /* base of bss used for this file */ member
|
H A D | alpha.h | 64 unsigned char bss_start[8]; /* base of bss used for this file */ member
|
H A D | internal.h | 275 bfd_vma bss_start; /* Base of bss section. */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | pe-dll.c | 3381 bfd_vma bss_start = 1; in pe_implied_import_dll() local 3490 bss_start = vaddr; in pe_implied_import_dll() 3544 || (func_rva >= bss_start && func_rva < bss_end); in pe_implied_import_dll() 3580 || (func_rva >= bss_start && func_rva < bss_end); in pe_implied_import_dll()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pe-dll.c | 3466 bfd_vma bss_start = 1; in pe_implied_import_dll() local 3590 bss_start = vaddr; in pe_implied_import_dll() 3645 || (func_rva >= bss_start && func_rva < bss_end); in pe_implied_import_dll() 3681 || (func_rva >= bss_start && func_rva < bss_end); in pe_implied_import_dll()
|