HomeSort by relevance Sort by last modified time
    Searched refs:PDR (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 50 * "rgPd" array whose domain is "0..ipdMax-1" and RanGe is PDR.
97 * The FDR and PDR structures speed mapping of address <-> name.
156 typedef struct pdr { struct
178 } PDR, *pPDR;
179 #define cbPDR sizeof(PDR)
ecoff.h 386 void (*swap_pdr_in) (bfd *, void *, PDR *);
397 void (*swap_pdr_out) (bfd *, const PDR *, void *);
  /toolchain/binutils/binutils-2.25/bfd/
ecoffswap.h 83 static void ecoff_swap_pdr_in (bfd *, void *, PDR *);
84 static void ecoff_swap_pdr_out (bfd *, const PDR *, void *);
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern)
381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr)
384 PDR intern[1];
ecofflink.c 363 struct shuffle *pdr;
482 ainfo->pdr = NULL;
924 to adjust the PDR addresses, so simply copying the
932 if (!add_file_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end,
969 if (!add_memory_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end, out,
974 PDR pdr;
976 (*input_swap->swap_pdr_in) (input_bfd, in, &pdr);
977 (*output_swap->swap_pdr_out) (output_bfd, &pdr, out);
361 struct shuffle *pdr; member in struct:accumulate
972 PDR pdr; local
1985 PDR pdr; local
    [all...]
elfxx-mips.c 1455 PDR pdr; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 858 /* For a procedure we store the gas symbol as well as the PDR
862 PDR pdr; /* ECOFF debugging info */
860 PDR pdr; \/* ECOFF debugging info *\/ member in struct:ecoff_proc
    [all...]

Completed in 4131 milliseconds