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

  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 1592 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1678 edt.ot_addr = bfd_get_32 (abfd, data + 36);
1736 bfd_fprintf_vma (abfd, file, edt.ot_addr);
1811 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1812 || data + edt.ot_addr - adj < data)
1815 (long) edt.ot_addr,
1822 ord = bfd_get_16 (abfd, data + edt.ot_addr + (i * 2) - adj);
1591 bfd_vma ot_addr; \/* RVA to the Ordinal Table. *\/ member in struct:EDT_type
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 1580 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1666 edt.ot_addr = bfd_get_32 (abfd, data + 36);
1724 bfd_fprintf_vma (abfd, file, edt.ot_addr);
1799 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1800 || data + edt.ot_addr - adj < data)
1803 (long) edt.ot_addr,
1810 ord = bfd_get_16 (abfd, data + edt.ot_addr + (i * 2) - adj);
1579 bfd_vma ot_addr; \/* RVA to the Ordinal Table. *\/ member in struct:EDT_type
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 1575 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1661 edt.ot_addr = bfd_get_32 (abfd, data + 36);
1719 bfd_fprintf_vma (abfd, file, edt.ot_addr);
1794 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1795 || data + edt.ot_addr - adj < data)
1798 (long) edt.ot_addr,
1805 ord = bfd_get_16 (abfd, data + edt.ot_addr + (i * 2) - adj);
1574 bfd_vma ot_addr; \/* RVA to the Ordinal Table. *\/ member in struct:EDT_type
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 1574 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1660 edt.ot_addr = bfd_get_32 (abfd, data + 36);
1718 bfd_fprintf_vma (abfd, file, edt.ot_addr);
1793 else if (edt.ot_addr + (edt.num_names * 2) - adj >= datasize
1794 || data + edt.ot_addr - adj < data)
1797 (long) edt.ot_addr,
1804 ord = bfd_get_16 (abfd, data + edt.ot_addr + (i * 2) - adj);
1573 bfd_vma ot_addr; \/* RVA to the Ordinal Table. *\/ member in struct:EDT_type

Completed in 40 milliseconds