Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDcoffswap.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()
HDbout.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()
HDecoff.c2570 internal_a.bss_start = internal_a.data_start + internal_a.dsize; in _bfd_ecoff_write_object_contents()
/NextBSD/contrib/gdb/gdb/
HDremote-vx.c635 CORE_ADDR bss_start; member
657 args->bss_start = bfd_get_section_vma (abfd, sect); in find_sect()
686 ss.bss_start = 0; in vx_add_symbols()
692 offs->offsets[SECT_OFF_BSS (objfile)] = bss_addr - ss.bss_start; in vx_add_symbols()
HDsomsolib.c103 CORE_ADDR bss_start; member
710 new_so->som_solib.bss_start = extract_unsigned_integer (buf, 4); in som_solib_add()
757 printf (" 'bss_start' is 0x%x\n", new_so->som_solib.bss_start); in som_solib_add()
/NextBSD/contrib/binutils/include/coff/
HDmips.h46 unsigned char bss_start[4]; /* base of bss used for this file */ member
HDalpha.h63 unsigned char bss_start[8]; /* base of bss used for this file */ member
HDinternal.h241 bfd_vma bss_start; /* Base of bss section. */ member
/NextBSD/contrib/binutils/ld/
HDpe-dll.c2606 unsigned long bss_start = 1; in pe_implied_import_dll() local
2705 bss_start = vaddr; in pe_implied_import_dll()
2761 || (func_rva >= bss_start && func_rva < bss_end); in pe_implied_import_dll()