Home
last modified time | relevance | path

Searched refs:bss_start (Results 1 – 12 of 12) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Di386os9k.c120 unsigned long bss_start; local
141 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */
142 obj_bsssec (abfd)->vma = align_power (bss_start, execp->a_balign);
Dcoffswap.h657 aouthdr_int->bss_start = H_GET_32 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in()
667 aouthdr_int->bss_start = H_GET_64 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in()
726 H_PUT_32 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out()
739 H_PUT_64 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out()
Dbout.c132 unsigned long bss_start; in b_out_callback() local
159 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */ in b_out_callback()
160 obj_bsssec (abfd)->vma = align_power (bss_start, execp->a_balign); in b_out_callback()
Decoff.c2570 internal_a.bss_start = internal_a.data_start + internal_a.dsize; in _bfd_ecoff_write_object_contents()
/mirbsd/src/sys/kern/
Dexec_ecoff.c122 ECOFF_SEGMENT_ALIGN(execp, eap->bss_start), NULLVP, 0,
159 ECOFF_SEGMENT_ALIGN(execp, eap->bss_start), NULLVP, 0,
215 ECOFF_SEGMENT_ALIGN(execp, eap->bss_start), NULLVP, 0,
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib-som.c67 CORE_ADDR bss_start; member
518 char bss_start[4]; member
637 lmi->bss_start = EXTRACT (bss_start); in som_current_sos()
660 paddr_nz (new->lm_info->bss_start)); in som_current_sos()
/mirbsd/src/sys/lib/libsa/
Dloadfile.c249 BZERO(coff->a.bss_start, coff->a.bsize); in coff_exec()
252 pos = coff->a.bss_start; in coff_exec()
/mirbsd/src/sys/sys/
Dexec_ecoff.h59 u_long bss_start; member
/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dmips.h46 unsigned char bss_start[4]; /* base of bss used for this file */ member
Dalpha.h60 unsigned char bss_start[8]; /* base of bss used for this file */ member
Dinternal.h192 bfd_vma bss_start; /* Base of bss section. */ member
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dpe-dll.c2440 unsigned long bss_start = 1; in pe_implied_import_dll() local
2529 bss_start = vaddr; in pe_implied_import_dll()
2585 || (func_rva >= bss_start && func_rva < bss_end); in pe_implied_import_dll()