Searched refs:bss_start (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | i386os9k.c | 120 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);
|
| D | coffswap.h | 657 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()
|
| D | bout.c | 132 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()
|
| D | ecoff.c | 2570 internal_a.bss_start = internal_a.data_start + internal_a.dsize; in _bfd_ecoff_write_object_contents()
|
| /mirbsd/src/sys/kern/ |
| D | exec_ecoff.c | 122 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/ |
| D | solib-som.c | 67 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/ |
| D | loadfile.c | 249 BZERO(coff->a.bss_start, coff->a.bsize); in coff_exec() 252 pos = coff->a.bss_start; in coff_exec()
|
| /mirbsd/src/sys/sys/ |
| D | exec_ecoff.h | 59 u_long bss_start; member
|
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | mips.h | 46 unsigned char bss_start[4]; /* base of bss used for this file */ member
|
| D | alpha.h | 60 unsigned char bss_start[8]; /* base of bss used for this file */ member
|
| D | internal.h | 192 bfd_vma bss_start; /* Base of bss section. */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | pe-dll.c | 2440 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()
|