HomeSort by: relevance | last modified time | path
    Searched refs:pdr (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/share/examples/pud/intro/
intro.c 46 struct pud_req *pdr = malloc(DEFALLOC); local
82 n = read(fd, pdr, DEFALLOC);
85 switch (pdr->pdr_reqtype) {
88 printf("got openclose %d\n", pdr->pdr_reqtype);
89 pdr->pdr_rv = 0;
98 pc_read = (void *)pdr;
105 if (pdr->pdr_reqclass == PUD_REQ_BDEV) {
111 pdr->pdr_pth.pth_framelen =
121 pc_write = (void *)pdr;
128 pdr->pdr_pth.pth_framelen
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.h 32 PDR pdr; /* Procedure descriptor record. */ member in struct:mdebug_extra_func_info
alpha-mdebug-tdep.c 36 pdr members: | 7th ... nth arg, |
64 | | | pdr.pcreg |
76 #define PROC_LOW_ADDR(proc) ((proc)->pdr.adr)
77 #define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset)
78 #define PROC_FRAME_REG(proc) ((proc)->pdr.framereg)
79 #define PROC_REG_MASK(proc) ((proc)->pdr.regmask)
80 #define PROC_FREG_MASK(proc) ((proc)->pdr.fregmask)
81 #define PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset)
82 #define PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset)
83 #define PROC_PC_REG(proc) ((proc)->pdr.pcreg
    [all...]
  /src/share/examples/rump/ttyserv/
ttyserv.c 90 struct pud_req *pdr = arg; local
94 minordev = minor(pdr->pdr_dev);
101 switch (pdr->pdr_reqtype) {
103 pr_open = (void *)pdr;
110 pr_close = (void *)pdr;
117 pr_ioctl = (void *)pdr;
123 pr_rw = (void *)pdr;
131 pdr->pdr_pth.pth_framelen -= reslen;
136 pr_rw = (void *)pdr;
144 pdr->pdr_pth.pth_framelen=sizeof(struct pud_creq_write)
165 struct pud_req *pdr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-poly.cc 95 poly_dr_p pdr = XNEW (struct poly_dr); local
97 pdr->stmt = stmt;
98 PDR_ID (pdr) = id++;
99 PDR_NB_REFS (pdr) = 1;
100 PDR_PBB (pdr) = pbb;
101 pdr->accesses = acc;
102 pdr->subscript_sizes = subscript_sizes;
103 PDR_TYPE (pdr) = type;
104 PBB_DRS (pbb).safe_push (pdr);
109 print_pdr (dump_file, pdr);
    [all...]
graphite-dependences.cc 55 /* Constrain pdr->accesses with pdr->subscript_sizes and pbb->domain. */
58 add_pdr_constraints (poly_dr_p pdr, poly_bb_p pbb)
60 isl_map *x = isl_map_intersect_range (isl_map_copy (pdr->accesses),
61 isl_set_copy (pdr->subscript_sizes));
76 poly_dr_p pdr; local
80 FOR_EACH_VEC_ELT (PBB_DRS (pbb), j, pdr) {
81 if (pdr_read_p (pdr))
86 print_pdr (dump_file, pdr);
89 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb))
    [all...]
graphite.h 50 /* An identifier for this PDR. */
181 #define PDR_ID(PDR) (PDR->id)
182 #define PDR_NB_REFS(PDR) (PDR->nb_refs)
183 #define PDR_PBB(PDR) (PDR->pbb)
184 #define PDR_TYPE(PDR) (PDR->type)
185 #define PDR_ACCESSES(PDR) (NULL
    [all...]
  /src/share/examples/rump/umserv/
umserv.c 97 struct pud_req *pdr; local
111 pdr = malloc(PDRSIZE);
112 if (pdr == NULL)
160 n = read(fd, pdr, PDRSIZE);
164 minordev = minor(pdr->pdr_dev);
171 switch (pdr->pdr_reqtype) {
173 pr_open = (void *)pdr;
180 pr_close = (void *)pdr;
187 pr_ioctl = (void *)pdr;
193 pr_rw = (void *)pdr;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
graphite-poly.cc 95 poly_dr_p pdr = XNEW (struct poly_dr); local
97 pdr->stmt = stmt;
98 PDR_ID (pdr) = id++;
99 PDR_NB_REFS (pdr) = 1;
100 PDR_PBB (pdr) = pbb;
101 pdr->accesses = acc;
102 pdr->subscript_sizes = subscript_sizes;
103 PDR_TYPE (pdr) = type;
104 PBB_DRS (pbb).safe_push (pdr);
109 print_pdr (dump_file, pdr);
    [all...]
graphite-dependences.cc 55 /* Constrain pdr->accesses with pdr->subscript_sizes and pbb->domain. */
58 add_pdr_constraints (poly_dr_p pdr, poly_bb_p pbb)
60 isl_map *x = isl_map_intersect_range (isl_map_copy (pdr->accesses),
61 isl_set_copy (pdr->subscript_sizes));
76 poly_dr_p pdr; local
80 FOR_EACH_VEC_ELT (PBB_DRS (pbb), j, pdr) {
81 if (pdr_read_p (pdr))
86 print_pdr (dump_file, pdr);
89 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb))
    [all...]
graphite.h 50 /* An identifier for this PDR. */
181 #define PDR_ID(PDR) (PDR->id)
182 #define PDR_NB_REFS(PDR) (PDR->nb_refs)
183 #define PDR_PBB(PDR) (PDR->pbb)
184 #define PDR_TYPE(PDR) (PDR->type)
185 #define PDR_ACCESSES(PDR) (NULL
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.h 32 PDR pdr; /* Procedure descriptor record. */ member in struct:mdebug_extra_func_info
alpha-mdebug-tdep.c 36 pdr members: | 7th ... nth arg, |
64 | | | pdr.pcreg |
76 #define PROC_LOW_ADDR(proc) ((proc)->pdr.adr)
77 #define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset)
78 #define PROC_FRAME_REG(proc) ((proc)->pdr.framereg)
79 #define PROC_REG_MASK(proc) ((proc)->pdr.regmask)
80 #define PROC_FREG_MASK(proc) ((proc)->pdr.fregmask)
81 #define PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset)
82 #define PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset)
83 #define PROC_PC_REG(proc) ((proc)->pdr.pcreg
    [all...]
  /src/sys/dev/pud/
pud.c 144 pudop_dev(struct pud_dev *pd, struct pud_req *pdr)
146 struct putter_hdr *pth = (void *)pdr;
151 if (putp->pt_pdr->pdr_reqid == pdr->pdr_reqid)
207 pudop_conf(struct pud_dev *pd, struct pud_req *pdr)
211 switch (pdr->pdr_reqtype) {
213 rv = pudconf_reg(pd, (struct pud_conf_reg *)pdr);
231 struct pud_req *pdr = (void *)pth; local
234 if (pdr->pdr_pth.pth_framelen < sizeof(struct pud_req))
237 switch (pdr->pdr_reqclass) {
240 rv = pudop_dev(pd, pdr);
314 struct pud_req *pdr = data; local
    [all...]
  /src/distrib/ews4800mips/floppies/instkernel/
Makefile 11 MDSET_STRIPSECTIONS= -R .MIPS.abiflags -R .gnu.attributes -R .pdr -R .reginfo
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 374 struct shuffle *pdr;
493 ainfo->pdr = NULL;
935 to adjust the PDR addresses, so simply copying the
943 if (!add_file_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end,
980 if (!add_memory_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end, out,
985 PDR pdr;
987 (*input_swap->swap_pdr_in) (input_bfd, in, &pdr);
988 (*output_swap->swap_pdr_out) (output_bfd, &pdr, out);
1602 || ! ecoff_write_shuffle (abfd, swap, ainfo->pdr, space
373 struct shuffle *pdr; member in struct:accumulate
984 PDR pdr; local
2055 PDR pdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 374 struct shuffle *pdr;
493 ainfo->pdr = NULL;
935 to adjust the PDR addresses, so simply copying the
943 if (!add_file_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end,
980 if (!add_memory_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end, out,
985 PDR pdr;
987 (*input_swap->swap_pdr_in) (input_bfd, in, &pdr);
988 (*output_swap->swap_pdr_out) (output_bfd, &pdr, out);
1602 || ! ecoff_write_shuffle (abfd, swap, ainfo->pdr, space
373 struct shuffle *pdr; member in struct:accumulate
984 PDR pdr; local
2055 PDR pdr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 364 struct shuffle *pdr;
483 ainfo->pdr = NULL;
925 to adjust the PDR addresses, so simply copying the
933 if (!add_file_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end,
970 if (!add_memory_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end, out,
975 PDR pdr;
977 (*input_swap->swap_pdr_in) (input_bfd, in, &pdr);
978 (*output_swap->swap_pdr_out) (output_bfd, &pdr, out);
1592 || ! ecoff_write_shuffle (abfd, swap, ainfo->pdr, space
362 struct shuffle *pdr; member in struct:accumulate
973 PDR pdr; local
2044 PDR pdr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 374 struct shuffle *pdr;
493 ainfo->pdr = NULL;
935 to adjust the PDR addresses, so simply copying the
943 if (!add_file_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end,
980 if (!add_memory_shuffle (ainfo, &ainfo->pdr, &ainfo->pdr_end, out,
985 PDR pdr;
987 (*input_swap->swap_pdr_in) (input_bfd, in, &pdr);
988 (*output_swap->swap_pdr_out) (output_bfd, &pdr, out);
1602 || ! ecoff_write_shuffle (abfd, swap, ainfo->pdr, space
373 struct shuffle *pdr; member in struct:accumulate
984 PDR pdr; local
2055 PDR pdr; local
    [all...]
  /src/sys/arch/arc/stand/boot/
Makefile 65 -R .pdr -R .mdebug.abi32 -R .comment -R .ident --strip-debug \
  /src/external/gpl3/binutils/dist/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)
  /src/external/gpl3/binutils.old/dist/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)
  /src/external/gpl3/gdb/dist/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)
  /src/external/gpl3/gdb.old/dist/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)
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 859 /* For a procedure we store the gas symbol as well as the PDR
863 PDR pdr; /* ECOFF debugging info */
2142 new_proc_ptr->pdr.isym = -1;
2143 new_proc_ptr->pdr.iline = -1;
2144 new_proc_ptr->pdr.lnLow = -1;
2145 new_proc_ptr->pdr.lnHigh = -1;
3052 the information in the PDR. The Irix 4 assembler seems to ignore
3141 cur_proc_ptr->pdr.fregmask = val;
3142 cur_proc_ptr->pdr.fregoffset = get_absolute_expression ()
861 PDR pdr; \/* ECOFF debugging info *\/ member in struct:ecoff_proc
    [all...]

Completed in 42 milliseconds

1 2