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

  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 768 combined_entry_type *s = coff_symbol_ptr->native;
814 combined_entry_type *s = coff_symbol_ptr->native;
821 (bfd_hostptr_t) ((combined_entry_type *)
839 combined_entry_type *a = s + i + 1;
868 combined_entry_type *native,
989 combined_entry_type *native,
1078 combined_entry_type *native;
1079 combined_entry_type dummy[2];
    [all...]
libcoff.h 666 } combined_entry_type; typedef in typeref:struct:coff_ptr_struct
677 combined_entry_type *native;
786 (bfd *, combined_entry_type *, combined_entry_type *,
787 unsigned int, combined_entry_type *);
790 (bfd *, FILE *, combined_entry_type *, combined_entry_type *,
791 combined_entry_type *, unsigned int);
    [all...]
peicode.h 105 combined_entry_type * native_syms;
106 combined_entry_type * native_ptr;
527 combined_entry_type * ent;
815 vars.native_syms = (combined_entry_type *) ptr;
816 vars.native_ptr = (combined_entry_type *) ptr;
    [all...]
coffcode.h 303 <<combined_entry_type>>:
343 .} combined_entry_type;
354 . combined_entry_type *native;
    [all...]
coff-i960.c 115 || (cs->native == (combined_entry_type *)NULL))
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 267 combined_entry_type *entry, *p;
278 combined_entry_type *entry, *p;
388 long sz = (OBJ_COFF_MAX_AUXENTRIES + 1) * sizeof (combined_entry_type);
392 coffsymbol (symbol_get_bfdsym (symbolP))->native = (combined_entry_type *) s;
409 long sz = (OBJ_COFF_MAX_AUXENTRIES + 1) * sizeof (combined_entry_type);
410 combined_entry_type * s = xmalloc (sz);
    [all...]
tc-ppc.c     [all...]

Completed in 74 milliseconds