HomeSort by relevance Sort by last modified time
    Searched refs:OPTR (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 373 } OPTR, *pOPTR;
375 #define cbOPTR sizeof(OPTR)
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/
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)
702 ecoff_swap_opt_out (bfd *abfd, const OPTR *intern_copy, void * ext_ptr)
705 OPTR intern[1];
ecofflink.c 998 OPTR opt;
    [all...]

Completed in 1051 milliseconds