/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite.h | 181 #define PDR_ID(PDR) (PDR->id) argument 182 #define PDR_NB_REFS(PDR) (PDR->nb_refs) argument 183 #define PDR_PBB(PDR) (PDR->pbb) argument 184 #define PDR_TYPE(PDR) (PDR->type) argument 185 #define PDR_ACCESSES(PDR) (NULL) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphite.h | 197 #define PDR_ID(PDR) (PDR->id) argument 198 #define PDR_NB_REFS(PDR) (PDR->nb_refs) argument 199 #define PDR_PBB(PDR) (PDR->pbb) argument 200 #define PDR_TYPE(PDR) (PDR->type) argument 201 #define PDR_ACCESSES(PDR) (NULL) argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 138 auto &PDR = getPerDylibResources(R->getTargetJITDylib()); in emit() local 158 if (auto Err = PDR.getImplDylib().define( in emit() 168 R->replace(reexports(PDR.getImplDylib(), std::move(NonCallables), in emit() 176 lazyReexports(LCTMgr, PDR.getISManager(), PDR.getImplDylib(), in emit() 206 PerDylibResources PDR(ImplD, BuildIndirectStubsManager()); in getPerDylibResources() local 207 I = DylibResources.insert(std::make_pair(&TargetD, std::move(PDR))).first; in getPerDylibResources()
|
/netbsd-src/external/gpl3/gdb/dist/include/coff/ |
H A D | sym.h | 178 } PDR, *pPDR; typedef 179 #define cbPDR sizeof(PDR)
|
H A D | ChangeLog-9103 | 937 * sym.h (PDR): Give correct names to new fields. 953 * sym.h (HDRR, FDR, PDR, EXTR): Likewise. 954 (PDR): Added new fields found on Alpha.
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | sym.h | 178 } PDR, *pPDR; typedef 179 #define cbPDR sizeof(PDR)
|
H A D | ecoff.h | 391 void (*swap_pdr_in) (bfd *, void *, PDR *); 402 void (*swap_pdr_out) (bfd *, const PDR *, void *);
|
H A D | ChangeLog-9103 | 937 * sym.h (PDR): Give correct names to new fields. 953 * sym.h (HDRR, FDR, PDR, EXTR): Likewise. 954 (PDR): Added new fields found on Alpha.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | sym.h | 178 } PDR, *pPDR; typedef 179 #define cbPDR sizeof(PDR)
|
H A D | ecoff.h | 388 void (*swap_pdr_in) (bfd *, void *, PDR *); 399 void (*swap_pdr_out) (bfd *, const PDR *, void *);
|
H A D | ChangeLog-9103 | 937 * sym.h (PDR): Give correct names to new fields. 953 * sym.h (HDRR, FDR, PDR, EXTR): Likewise. 954 (PDR): Added new fields found on Alpha.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | 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) in ecoff_swap_pdr_in() 381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out() 384 PDR intern[1]; in ecoff_swap_pdr_out()
|
H A D | ecofflink.c | 973 PDR pdr; in bfd_ecoff_debug_accumulate() 2044 PDR pdr; in lookup_line()
|
H A D | ChangeLog-9193 | 3434 * 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
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | 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) in ecoff_swap_pdr_in() 381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out() 384 PDR intern[1]; in ecoff_swap_pdr_out()
|
H A D | ecofflink.c | 973 PDR pdr; in bfd_ecoff_debug_accumulate() 1984 PDR pdr; in lookup_line()
|
H A D | ChangeLog-9193 | 3434 * 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
|
/netbsd-src/external/gpl3/gdb.old/dist/include/coff/ |
H A D | ChangeLog-9103 | 937 * sym.h (PDR): Give correct names to new fields. 953 * sym.h (HDRR, FDR, PDR, EXTR): Likewise. 954 (PDR): Added new fields found on Alpha.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ecoff.c | 860 PDR pdr; /* ECOFF debugging info */ 4234 void (* const swap_pdr_out) (bfd *, const PDR *, void *) in ecoff_build_procs()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ecoff.c | 860 PDR pdr; /* ECOFF debugging info */ 4236 void (* const swap_pdr_out) (bfd *, const PDR *, void *) in ecoff_build_procs()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1995 | 3459 the PDR to fill it in might be missing. 3688 use the PDR, just examine prologues instead. 3729 we know whether the PDR ever got set. 3731 use the PDR, just examine prologues instead.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1995 | 3459 the PDR to fill it in might be missing. 3688 use the PDR, just examine prologues instead. 3729 we know whether the PDR ever got set. 3731 use the PDR, just examine prologues instead.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-9193 | 3434 * 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
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-9193 | 3434 * 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
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | msdos | 520 # PDR: Port driver
|