Searched refs:OPTR (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/usr.bin/vgrind/ |
| D | regexp.c | 127 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ macro 397 cs = OPTR(cs); in expmatch() 425 cs = OPTR(cs); in expmatch()
|
| /freebsd-10-stable/contrib/binutils/include/coff/ |
| D | sym.h | 373 } OPTR, *pOPTR; typedef 375 #define cbOPTR sizeof(OPTR)
|
| D | ecoff.h | 387 void (*swap_opt_in) (bfd *, void *, OPTR *); 398 void (*swap_opt_out) (bfd *, const OPTR *, void *);
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | ecoffswap.h | 90 static void ecoff_swap_opt_in (bfd *, void *, OPTR *); 91 static void ecoff_swap_opt_out (bfd *, const OPTR *, void *); 663 ecoff_swap_opt_in (bfd *abfd, void * ext_copy, OPTR * intern) in ecoff_swap_opt_in() 701 ecoff_swap_opt_out (bfd *abfd, const OPTR *intern_copy, void * ext_ptr) in ecoff_swap_opt_out() 704 OPTR intern[1]; in ecoff_swap_opt_out()
|
| D | ecofflink.c | 1030 OPTR opt;
|
| /freebsd-10-stable/contrib/gcc/ |
| D | mips-tdump.c | 229 OPTR *opt_symbols; /* optimization symbols */ 826 (long) (sym_ptr->ioptMax * sizeof (OPTR))); in print_sym_hdr() 1153 (ulong) (fdp->copt * sizeof (OPTR)), in print_file_desc() 1154 (ulong) (fdp->ioptBase * sizeof (OPTR) + sym_hdr.cbOptOffset)); in print_file_desc() 1361 opt_symbols = read_seek (NULL, sym_hdr.ioptMax * sizeof (OPTR), in read_tfile()
|
| D | mips-tfile.c | 1463 static OPTR *orig_opt_syms; /* optimization symbols */ 3891 file_offset += i * sizeof (OPTR); in update_headers() 4076 long num_write = symbolic_header.ioptMax * sizeof (OPTR); in write_object() 4429 orig_opt_syms = (OPTR *) read_seek (orig_sym_hdr.ioptMax * sizeof (OPTR), in copy_object()
|