Searched refs:section_adjust (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Decofflink.c613 bfd_vma section_adjust[scMax];
630 /* Use section_adjust to hold the value to add to a symbol in a
632 memset ((PTR) section_adjust, 0, sizeof section_adjust);
637 section_adjust[indx] = (sec->output_section->vma \
807 fdr.adr += section_adjust[scText];
846 internal_sym.value += section_adjust[internal_sym.sc];
610 bfd_vma section_adjust[scMax]; local

Completed in 87 milliseconds