HomeSort by: relevance | last modified time | path
    Searched refs:SYMENT (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
collect2-aix.h 249 which is associated with the API-defined SYMENT type. */
262 typedef struct internal_syment SYMENT;
300 extern char *ldgetname (LDFILE *, SYMENT *);
301 extern int ldtbread (LDFILE *, long, SYMENT *);
collect2-aix.cc 275 ldtbread (LDFILE *ldfile, long index, SYMENT *internal)
329 ldgetname (LDFILE *ldfile, SYMENT *symbol)
  /src/external/gpl3/gcc/dist/gcc/
collect2-aix.h 249 which is associated with the API-defined SYMENT type. */
262 typedef struct internal_syment SYMENT;
300 extern char *ldgetname (LDFILE *, SYMENT *);
301 extern int ldtbread (LDFILE *, long, SYMENT *);
collect2-aix.cc 275 ldtbread (LDFILE *ldfile, long index, SYMENT *internal)
329 ldgetname (LDFILE *ldfile, SYMENT *symbol)
  /src/external/cddl/osnet/dist/head/
syms.h 45 struct syment struct
213 #define SYMENT struct syment
214 #define SYMESZ 18 /* sizeof(SYMENT) */
  /src/external/gpl3/binutils/dist/include/coff/
external.h 161 SYMENT;
rs6k64.h 202 #define SYMENT struct external_syment
ti.h 468 #define SYMENT struct external_syment
511 SYMENT *dst = (SYMENT *)(EXT); \
rs6000.h 208 #define SYMENT struct external_syment
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 170 #define SYMENT struct external_syment
rs6k64.h 202 #define SYMENT struct external_syment
ti.h 468 #define SYMENT struct external_syment
511 SYMENT *dst = (SYMENT *)(EXT); \
rs6000.h 208 #define SYMENT struct external_syment
  /src/external/gpl3/gdb/dist/include/coff/
external.h 170 #define SYMENT struct external_syment
rs6k64.h 202 #define SYMENT struct external_syment
ti.h 468 #define SYMENT struct external_syment
511 SYMENT *dst = (SYMENT *)(EXT); \
rs6000.h 208 #define SYMENT struct external_syment
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 170 #define SYMENT struct external_syment
rs6k64.h 202 #define SYMENT struct external_syment
ti.h 468 #define SYMENT struct external_syment
511 SYMENT *dst = (SYMENT *)(EXT); \
rs6000.h 208 #define SYMENT struct external_syment
  /src/external/gpl3/binutils.old/dist/bfd/
coffswap.h 328 SYMENT *ext = (SYMENT *) ext1;
362 SYMENT *ext =(SYMENT *) extp;
  /src/external/gpl3/gdb/dist/bfd/
coffswap.h 328 SYMENT *ext = (SYMENT *) ext1;
362 SYMENT *ext =(SYMENT *) extp;
  /src/external/gpl3/gdb.old/dist/bfd/
coffswap.h 328 SYMENT *ext = (SYMENT *) ext1;
362 SYMENT *ext =(SYMENT *) extp;
  /src/external/gpl3/binutils/dist/bfd/
peicode.h 122 SYMENT * esym_table;
123 SYMENT * esym_ptr;
549 SYMENT *esym;
591 ent->u.syment.n_sclass = sclass;
592 ent->u.syment.n_scnum = section->target_index;
593 ent->u.syment._n._n_n._n_offset = (uintptr_t) sym;
898 vars.esym_table = (SYMENT *) ptr;
899 vars.esym_ptr = (SYMENT *) ptr;

Completed in 57 milliseconds

1 2