/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | pic-and-nonpic-1.ld | 5 .pdr : { *(.pdr) }
|
D | export-class-call16.ld | 11 .pdr : { *(.pdr) }
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecofflink.c | 361 struct shuffle *pdr; member 480 ainfo->pdr = NULL; in bfd_ecoff_debug_init() 930 if (!add_file_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end, in bfd_ecoff_debug_accumulate() 967 if (!add_memory_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end, out, in bfd_ecoff_debug_accumulate() 972 PDR pdr; in bfd_ecoff_debug_accumulate() local 974 (*input_swap->swap_pdr_in) (input_bfd, in, &pdr); in bfd_ecoff_debug_accumulate() 975 (*output_swap->swap_pdr_out) (output_bfd, &pdr, out); in bfd_ecoff_debug_accumulate() 1593 || ! ecoff_write_shuffle (abfd, swap, ainfo->pdr, space) in bfd_ecoff_write_accumulated_debug() 1985 PDR pdr; in lookup_line() local 2072 (*debug_swap->swap_pdr_in) (abfd, pdr_ptr, &pdr); in lookup_line() [all …]
|
D | elfxx-mips.c | 1455 PDR pdr; in mips_elf_create_procedure_table() local 1509 (*swap->swap_pdr_in) (abfd, epdr + i, &pdr); in mips_elf_create_procedure_table() 1510 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym); in mips_elf_create_procedure_table() 1512 rp->regmask = pdr.regmask; in mips_elf_create_procedure_table() 1513 rp->regoffset = pdr.regoffset; in mips_elf_create_procedure_table() 1514 rp->fregmask = pdr.fregmask; in mips_elf_create_procedure_table() 1515 rp->fregoffset = pdr.fregoffset; in mips_elf_create_procedure_table() 1516 rp->frameoffset = pdr.frameoffset; in mips_elf_create_procedure_table() 1517 rp->framereg = pdr.framereg; in mips_elf_create_procedure_table() 1518 rp->pcreg = pdr.pcreg; in mips_elf_create_procedure_table()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | mips16-f.d | 16 0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr)
|
D | mipsel16-f.d | 17 0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr)
|
D | tmips16-f.d | 18 0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr)
|
D | tmipsel16-f.d | 18 0+0000000 l d \.(mdebug|pdr) 0+0000000 (\.mdebug|\.pdr)
|
D | mips16-e.d | 16 0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr)
|
D | tmips16-e.d | 19 0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr)
|
D | tmipsel16-e.d | 19 0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr)
|
D | mipsel16-e.d | 17 0+0000000 l d \.(mdebug|pdr) 0+0000000 (|\.mdebug|\.pdr)
|
D | call-nonpic-1.d | 2 #objdump: -pdr
|
D | mips16-hilo-match.d | 36 RELOCATION RECORDS FOR \[\.pdr\]:
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ecoff.c | 860 PDR pdr; /* ECOFF debugging info */ member 2141 new_proc_ptr->pdr.isym = -1; in add_procedure() 2142 new_proc_ptr->pdr.iline = -1; in add_procedure() 2143 new_proc_ptr->pdr.lnLow = -1; in add_procedure() 2144 new_proc_ptr->pdr.lnHigh = -1; in add_procedure() 3160 cur_proc_ptr->pdr.fregmask = val; in ecoff_directive_fmask() 3161 cur_proc_ptr->pdr.fregoffset = get_absolute_expression (); in ecoff_directive_fmask() 3180 cur_proc_ptr->pdr.framereg = tc_get_register (1); in ecoff_directive_frame() 3192 cur_proc_ptr->pdr.frameoffset = val; in ecoff_directive_frame() 3194 cur_proc_ptr->pdr.pcreg = tc_get_register (0); in ecoff_directive_frame() [all …]
|
D | ChangeLog-0203 | 1198 (md_begin) [OBJ_ELF]: Use it to control .pdr creation. 1202 (md_show_usage) [OBJ_ELF]: Document -mpdr, -mno-pdr. 1204 * doc/c-mips.texi (MIPS Opts): Document -mpdr, -mno-pdr. 5329 (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF. 5332 (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | strip-3.d | 3 …-R .bss -R .ARM.attributes -R .reginfo -R .gnu.attributes -R .MIPS.abiflags -R .pdr -R .xtensa.info
|
D | readelf.ss-mips | 10 +6: 00000000 +0 +SECTION +LOCAL +DEFAULT +. (|\.pdr)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | section2.e-mips | 11 +7: 0+0 +0 +SECTION +LOCAL +DEFAULT +6 (|\.pdr)
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | sym.h | 156 typedef struct pdr { struct
|
D | ChangeLog-9103 | 712 * sym.h (struct pdr): field "prof" added.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-mips.texi | 495 @itemx -mno-pdr 496 Control generation of @code{.pdr} sections. Off by default on IRIX, on
|
D | as.texinfo | 429 [@b{-mpdr}] [@b{-mno-pdr}] 1320 @itemx -mno-pdr 1321 Control generation of @code{.pdr} sections.
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/ |
D | ChangeLog-0411 | 668 * binutils-all/strip-3.d: Strip .pdr section.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2008 | 422 which was only referenced by the .pdr section, and was not
|