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

  /src/external/gpl3/binutils/dist/bfd/
pei-x86_64.c 382 /* Dump xdata at for function RF to FILE. The argument XDATA_SECTION
388 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx,
394 bfd_size_type sec_size = xdata_section->rawsize > 0 ? xdata_section->rawsize : xdata_section->size;
397 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
476 if (ui.CountOfCodes * 2 + ui.rawUnwindCodes > xdata + xdata_section->size)
538 asection *xdata_section = NULL; local
680 xdata_section = pex64_get_section_by_rva (abfd, xdata_base,
685 if (!xdata_section)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pei-x86_64.c 384 /* Dump xdata at for function RF to FILE. The argument XDATA_SECTION
390 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx,
396 bfd_size_type sec_size = xdata_section->rawsize > 0 ? xdata_section->rawsize : xdata_section->size;
399 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
478 if (ui.CountOfCodes * 2 + ui.rawUnwindCodes > xdata + xdata_section->size)
540 asection *xdata_section = NULL; local
682 xdata_section = pex64_get_section_by_rva (abfd, xdata_base,
687 if (!xdata_section)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pei-x86_64.c 382 /* Dump xdata at for function RF to FILE. The argument XDATA_SECTION
388 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx,
394 bfd_size_type sec_size = xdata_section->rawsize > 0 ? xdata_section->rawsize : xdata_section->size;
397 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
476 if (ui.CountOfCodes * 2 + ui.rawUnwindCodes > xdata + xdata_section->size)
538 asection *xdata_section = NULL; local
680 xdata_section = pex64_get_section_by_rva (abfd, xdata_base,
685 if (!xdata_section)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pei-x86_64.c 382 /* Dump xdata at for function RF to FILE. The argument XDATA_SECTION
388 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx,
394 bfd_size_type sec_size = xdata_section->rawsize > 0 ? xdata_section->rawsize : xdata_section->size;
397 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
476 if (ui.CountOfCodes * 2 + ui.rawUnwindCodes > xdata + xdata_section->size)
538 asection *xdata_section = NULL; local
680 xdata_section = pex64_get_section_by_rva (abfd, xdata_base,
685 if (!xdata_section)
    [all...]

Completed in 44 milliseconds