Home
last modified time | relevance | path

Searched refs:PDR (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/gcc/
HDmips-tfile.c1031 PDR *proc_ptr; /* procedure descriptor pointer */
1087 PDR proc [ PAGE_SIZE / sizeof (PDR) ];
1461 static PDR *orig_procs; /* procedures */
1491 static PDR *cur_proc_ptr = (PDR *) 0; /* current procedure header */
1494 static PDR *cur_oproc_ptr = (PDR *) 0; /* current original procedure*/
2293 PDR *new_proc_ptr; in add_procedure()
2315 cur_oproc_ptr = (PDR *) 0; in add_procedure()
2318 PDR *old_proc_ptr = shash_ptr->proc_ptr; in add_procedure()
2321 if (old_proc_ptr != (PDR *) 0 in add_procedure()
2335 if (cur_oproc_ptr == (PDR *) 0) in add_procedure()
[all …]
HDmips-tdump.c234 PDR *proc_desc; /* procedure tables */
816 (long) (sym_ptr->ipdMax * sizeof (PDR))); in print_sym_hdr()
1160 (ulong) (fdp->cpd * sizeof (PDR)), in print_file_desc()
1161 (ulong) (fdp->ipdFirst * sizeof (PDR) + sym_hdr.cbPdOffset)); in print_file_desc()
1242 PDR *proc_ptr = &proc_desc[pdi]; in print_file_desc()
1355 proc_desc = read_seek (NULL, sym_hdr.ipdMax * sizeof (PDR), in read_tfile()
/NextBSD/contrib/binutils/include/coff/
HDsym.h178 } PDR, *pPDR; typedef
179 #define cbPDR sizeof(PDR)
HDecoff.h385 void (*swap_pdr_in) (bfd *, void *, PDR *);
396 void (*swap_pdr_out) (bfd *, const PDR *, void *);
/NextBSD/contrib/gdb/gdb/config/alpha/
HDtm-alpha.h49 PDR pdr; /* Procedure descriptor record */
/NextBSD/contrib/gdb/gdb/config/mips/
HDtm-mips.h82 PDR pdr; /* Procedure descriptor record */
/NextBSD/contrib/binutils/bfd/
HDecoffswap.h82 static void ecoff_swap_pdr_in (bfd *, void *, PDR *);
83 static void ecoff_swap_pdr_out (bfd *, const PDR *, void *);
318 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern) in ecoff_swap_pdr_in()
380 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out()
383 PDR intern[1]; in ecoff_swap_pdr_out()
HDecofflink.c1006 PDR pdr;
2044 PDR pdr;
HDChangeLog-91933434 * coff-mips.c (ecoff_get_debug): Get the offset from the first PDR
3435 for the FDR, not from the first PDR in the file.
4016 * coff-mips.c (ecoff_find_nearest_line): Address of first PDR is
HDelfxx-mips.c988 PDR pdr; in mips_elf_create_procedure_table()
HDChangeLog-94957467 PDR addresses as required.
/NextBSD/contrib/gdb/gdb/
HDmdebugread.c71 PDR pdr;
1867 static void parse_procedure (PDR *, struct symtab *, struct partial_symtab *);
1870 parse_procedure (PDR *pr, struct symtab *search_symtab, in parse_procedure()
2135 static void parse_lines (FDR *, PDR *, struct linetable *, int,
2139 parse_lines (FDR *fh, PDR *pr, struct linetable *lt, int maxlines, in parse_lines()
3801 void (*swap_pdr_in) (bfd *, void *, PDR *); in psymtab_to_symtab_1()
4001 PDR *pr_block; in psymtab_to_symtab_1()
4005 PDR *pdr_in; in psymtab_to_symtab_1()
4006 PDR *pdr_in_end; in psymtab_to_symtab_1()
4008 pr_block = (PDR *) xmalloc (fh->cpd * sizeof (PDR)); in psymtab_to_symtab_1()
[all …]
/NextBSD/contrib/binutils/gas/
HDecoff.c863 PDR pdr; /* ECOFF debugging info */
4258 void (* const swap_pdr_out) (bfd *, const PDR *, PTR) in ecoff_build_procs()