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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 768 } RPDR, *pRPDR;
769 #define cbRPDR sizeof (RPDR)
1499 /* Swap RPDR (runtime procedure table entry) for output. */
1502 ecoff_swap_rpdr_out (bfd *abfd, const RPDR *in, struct rpdr_ext *ex)
1526 RPDR *rpdr, *rp;
1542 rpdr = NULL;
1562 size = sizeof (RPDR);
1563 rp = rpdr = bfd_malloc (size * count);
1564 if (rpdr == NULL
1518 RPDR *rpdr, *rp; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 765 } RPDR, *pRPDR;
766 #define cbRPDR sizeof (RPDR)
1502 /* Swap RPDR (runtime procedure table entry) for output. */
1505 ecoff_swap_rpdr_out (bfd *abfd, const RPDR *in, struct rpdr_ext *ex)
1529 RPDR *rpdr, *rp;
1545 rpdr = NULL;
1565 size = sizeof (RPDR);
1566 rp = rpdr = bfd_malloc (size * count);
1567 if (rpdr == NULL
1521 RPDR *rpdr, *rp; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 765 } RPDR, *pRPDR;
766 #define cbRPDR sizeof (RPDR)
1502 /* Swap RPDR (runtime procedure table entry) for output. */
1505 ecoff_swap_rpdr_out (bfd *abfd, const RPDR *in, struct rpdr_ext *ex)
1529 RPDR *rpdr, *rp;
1545 rpdr = NULL;
1565 size = sizeof (RPDR);
1566 rp = rpdr = bfd_malloc (size * count);
1567 if (rpdr == NULL
1521 RPDR *rpdr, *rp; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 767 } RPDR, *pRPDR;
768 #define cbRPDR sizeof (RPDR)
1509 /* Swap RPDR (runtime procedure table entry) for output. */
1512 ecoff_swap_rpdr_out (bfd *abfd, const RPDR *in, struct rpdr_ext *ex)
1536 RPDR *rpdr, *rp;
1552 rpdr = NULL;
1572 size = sizeof (RPDR);
1573 rp = rpdr = bfd_malloc (size * count);
1574 if (rpdr == NULL
1528 RPDR *rpdr, *rp; local
    [all...]

Completed in 37 milliseconds