Searched refs:OPTR (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/usr.bin/vgrind/ |
| D | regexp.c | 139 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ macro 407 cs = OPTR(cs); in expmatch() 435 cs = OPTR(cs); in expmatch()
|
| /netbsd/src/external/gpl3/binutils/dist/include/coff/ |
| D | sym.h | 373 } OPTR, *pOPTR; typedef 375 #define cbOPTR sizeof(OPTR)
|
| D | ecoff.h | 393 void (*swap_opt_in) (bfd *, void *, OPTR *); 404 void (*swap_opt_out) (bfd *, const OPTR *, void *);
|
| /netbsd/src/external/gpl3/gdb/dist/include/coff/ |
| D | sym.h | 373 } OPTR, *pOPTR; typedef 375 #define cbOPTR sizeof(OPTR)
|
| D | ecoff.h | 393 void (*swap_opt_in) (bfd *, void *, OPTR *); 404 void (*swap_opt_out) (bfd *, const OPTR *, void *);
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ecoffswap.h | 91 static void ecoff_swap_opt_in (bfd *, void *, OPTR *); 92 static void ecoff_swap_opt_out (bfd *, const OPTR *, void *); 664 ecoff_swap_opt_in (bfd *abfd, void * ext_copy, OPTR * intern) in ecoff_swap_opt_in() 702 ecoff_swap_opt_out (bfd *abfd, const OPTR *intern_copy, void * ext_ptr) in ecoff_swap_opt_out() 705 OPTR intern[1]; in ecoff_swap_opt_out()
|
| D | ecofflink.c | 997 OPTR opt; in bfd_ecoff_debug_accumulate()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ecoffswap.h | 91 static void ecoff_swap_opt_in (bfd *, void *, OPTR *); 92 static void ecoff_swap_opt_out (bfd *, const OPTR *, void *); 664 ecoff_swap_opt_in (bfd *abfd, void * ext_copy, OPTR * intern) in ecoff_swap_opt_in() 702 ecoff_swap_opt_out (bfd *abfd, const OPTR *intern_copy, void * ext_ptr) in ecoff_swap_opt_out() 705 OPTR intern[1]; in ecoff_swap_opt_out()
|
| D | ecofflink.c | 997 OPTR opt; in bfd_ecoff_debug_accumulate()
|