Home
last modified time | relevance | path

Searched refs:OPTR (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/usr.bin/vgrind/
Dregexp.c127 #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/
Dsym.h373 } OPTR, *pOPTR; typedef
375 #define cbOPTR sizeof(OPTR)
Decoff.h387 void (*swap_opt_in) (bfd *, void *, OPTR *);
398 void (*swap_opt_out) (bfd *, const OPTR *, void *);
/freebsd-10-stable/contrib/binutils/bfd/
Decoffswap.h90 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()
Decofflink.c1030 OPTR opt;
/freebsd-10-stable/contrib/gcc/
Dmips-tdump.c229 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()
Dmips-tfile.c1463 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()