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

  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 239 } SYMR, *pSYMR;
241 #define cbSYMR sizeof(SYMR)
255 * Same as the SYMR except it contains file context to determine where
264 SYMR asym; /* symbol for the external */
ecoff.h 387 void (*swap_sym_in) (bfd *, void *, SYMR *);
398 void (*swap_sym_out) (bfd *, const SYMR *, void *);
  /toolchain/binutils/binutils-2.25/bfd/
ecoffswap.h 85 static void ecoff_swap_sym_in (bfd *, void *, SYMR *);
86 static void ecoff_swap_sym_out (bfd *, const SYMR *, void *);
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern)
495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr)
498 SYMR intern[1];
ecofflink.c 561 void (* const swap_sym_in) (bfd *, void *, SYMR *)
565 void (* const swap_sym_out) (bfd *, const SYMR *, void *)
792 SYMR internal_sym;
    [all...]
ecoff.c 663 SYMR *ecoff_sym,
860 void (* const swap_sym_in) (bfd *, void *, SYMR *)
929 SYMR internal_sym;
1021 SYMR sym;
    [all...]
elfxx-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c     [all...]

Completed in 1291 milliseconds