Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite.h181 #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 Dgraphite.h197 #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 DCompileOnDemandLayer.cpp138 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 Dsym.h178 } PDR, *pPDR; typedef
179 #define cbPDR sizeof(PDR)
H A DChangeLog-9103937 * 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 Dsym.h178 } PDR, *pPDR; typedef
179 #define cbPDR sizeof(PDR)
H A Decoff.h391 void (*swap_pdr_in) (bfd *, void *, PDR *);
402 void (*swap_pdr_out) (bfd *, const PDR *, void *);
H A DChangeLog-9103937 * 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 Dsym.h178 } PDR, *pPDR; typedef
179 #define cbPDR sizeof(PDR)
H A Decoff.h388 void (*swap_pdr_in) (bfd *, void *, PDR *);
399 void (*swap_pdr_out) (bfd *, const PDR *, void *);
H A DChangeLog-9103937 * 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 Decoffswap.h83 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 Decofflink.c973 PDR pdr; in bfd_ecoff_debug_accumulate()
2044 PDR pdr; in lookup_line()
H A DChangeLog-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
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decoffswap.h83 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 Decofflink.c973 PDR pdr; in bfd_ecoff_debug_accumulate()
1984 PDR pdr; in lookup_line()
H A DChangeLog-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
/netbsd-src/external/gpl3/gdb.old/dist/include/coff/
H A DChangeLog-9103937 * 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 Decoff.c860 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 Decoff.c860 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 DChangeLog-19953459 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 DChangeLog-19953459 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 DChangeLog-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
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-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
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmsdos520 # PDR: Port driver

12