HomeSort by: relevance | last modified time | path
    Searched defs:section_adjust (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 589 bfd_vma section_adjust[scMax];
606 /* Use section_adjust to hold the value to add to a symbol in a
608 memset (section_adjust, 0, sizeof section_adjust);
613 section_adjust[indx] = (sec->output_section->vma \
783 fdr.adr += section_adjust[scText];
822 internal_sym.value += section_adjust[internal_sym.sc];
588 bfd_vma section_adjust[scMax]; local
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 589 bfd_vma section_adjust[scMax];
606 /* Use section_adjust to hold the value to add to a symbol in a
608 memset (section_adjust, 0, sizeof section_adjust);
613 section_adjust[indx] = (sec->output_section->vma \
783 fdr.adr += section_adjust[scText];
822 internal_sym.value += section_adjust[internal_sym.sc];
588 bfd_vma section_adjust[scMax]; local
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 579 bfd_vma section_adjust[scMax];
596 /* Use section_adjust to hold the value to add to a symbol in a
598 memset (section_adjust, 0, sizeof section_adjust);
603 section_adjust[indx] = (sec->output_section->vma \
773 fdr.adr += section_adjust[scText];
812 internal_sym.value += section_adjust[internal_sym.sc];
577 bfd_vma section_adjust[scMax]; local
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 589 bfd_vma section_adjust[scMax];
606 /* Use section_adjust to hold the value to add to a symbol in a
608 memset (section_adjust, 0, sizeof section_adjust);
613 section_adjust[indx] = (sec->output_section->vma \
783 fdr.adr += section_adjust[scText];
822 internal_sym.value += section_adjust[internal_sym.sc];
588 bfd_vma section_adjust[scMax]; local

Completed in 20 milliseconds