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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Decofflink.c614 bfd_vma section_adjust[scMax];
631 /* Use section_adjust to hold the value to add to a symbol in a
633 memset ((PTR) section_adjust, 0, sizeof section_adjust);
638 section_adjust[indx] = (sec->output_section->vma \
809 fdr.adr += section_adjust[scText];
848 internal_sym.value += section_adjust[internal_sym.sc];
611 bfd_vma section_adjust[scMax]; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Decofflink.c614 bfd_vma section_adjust[scMax];
631 /* Use section_adjust to hold the value to add to a symbol in a
633 memset ((PTR) section_adjust, 0, sizeof section_adjust);
638 section_adjust[indx] = (sec->output_section->vma \
809 fdr.adr += section_adjust[scText];
848 internal_sym.value += section_adjust[internal_sym.sc];
611 bfd_vma section_adjust[scMax]; local

Completed in 147 milliseconds