Home | History | Annotate | Download | only in bfd

Lines Matching defs:xdata

288 /* Check wether section SEC_NAME contains the xdata at address ADDR.  */
308 /* Dump xdata at for function RF to FILE. The argument XDATA_SECTION
309 designate the bfd section containing the xdata, XDATA is its content,
314 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx,
332 pex64_get_unwind_info (abfd, &ui, &xdata[addr]);
343 fprintf (file, " %02x", xdata[addr]);
406 /* Now we need end of this xdata block. */
416 fprintf (file, " %02x", xdata[addr]);
425 /* Helper function to sort xdata. The entries of xdata are sorted to know
446 bfd_byte *xdata = NULL;
481 /* Table of xdata entries. */
541 /* Sort start RVAs of xdata. */
546 /* Find the section containing the unwind data (.xdata). */
553 xdata_section = pex64_get_section_by_rva (abfd, xdata_base, ".xdata");
559 || !bfd_malloc_and_get_section (abfd, xdata_section, &xdata))
562 /* Do dump of pdata related xdata. */
576 fprintf (file, "\nDump of .xdata\n");
583 /* Do not dump again the xdata for the same entry. */
633 /* Advance to the next pointer into the xdata section. We may
634 have shared xdata entries, which will result in a string of
641 pex64_dump_xdata (file, abfd, xdata_section, xdata, p, &rf);
649 free (xdata);