Home | History | Annotate | Download | only in bfd

Lines Matching full:bss_start

131   unsigned long bss_start;
158 bss_start = execp->a_dload + execp->a_data; /* BSS = end of data section. */
159 obj_bsssec (abfd)->vma = align_power (bss_start, execp->a_balign);