Searched refs:OPTR (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | sym.h | 373 } OPTR, *pOPTR; typedef 375 #define cbOPTR sizeof(OPTR)
|
D | ecoff.h | 388 void (*swap_opt_in) (bfd *, void *, OPTR *); 399 void (*swap_opt_out) (bfd *, const OPTR *, void *);
|
/toolchain/binutils/binutils-2.25/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 | 996 OPTR opt; in bfd_ecoff_debug_accumulate()
|