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

  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 1720 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1757 got_section_offset = plt_index + bed->got_header_size / 4;
1758 got_dp_offset = got_section_offset + htab->params.dsbt_size;
1761 got_section_offset *= 4;
1787 gotplt->contents + got_section_offset);
1792 + got_section_offset);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 1723 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1760 got_section_offset = plt_index + bed->got_header_size / 4;
1761 got_dp_offset = got_section_offset + htab->params.dsbt_size;
1764 got_section_offset *= 4;
1790 gotplt->contents + got_section_offset);
1795 + got_section_offset);
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 1723 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1760 got_section_offset = plt_index + bed->got_header_size / 4;
1761 got_dp_offset = got_section_offset + htab->params.dsbt_size;
1764 got_section_offset *= 4;
1790 gotplt->contents + got_section_offset);
1795 + got_section_offset);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 1725 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1762 got_section_offset = plt_index + bed->got_header_size / 4;
1763 got_dp_offset = got_section_offset + htab->params.dsbt_size;
1766 got_section_offset *= 4;
1792 gotplt->contents + got_section_offset);
1797 + got_section_offset);

Completed in 34 milliseconds