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

  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 700 Coff requires that each C_FILE symbol points to the next one in the
772 if (s->u.syment.n_sclass == C_FILE)
886 if (native->u.syment.n_sclass == C_FILE
1006 if (native->u.syment.n_sclass == C_FILE)
    [all...]
coffswap.h 397 case C_FILE:
503 case C_FILE:
cofflink.c 923 if (isym.n_sclass == C_FILE)
992 /* The value of the last C_FILE symbol is supposed to be the symbol
    [all...]
coffcode.h 226 (<<C_FILE>> symbols) are modified so that the internal
266 (@code{C_FILE}) to point to the next file place holder in the
    [all...]
coff64-rs6000.c 354 case C_FILE:
444 case C_FILE:
    [all...]
xcofflink.c 173 /* Symbol index of last C_FILE symbol (-1 if none). */
175 /* Contents of last C_FILE symbol. */
    [all...]
coff-rs6000.c 491 case C_FILE:
604 case C_FILE:
    [all...]
peXXigen.c 307 case C_FILE:
381 case C_FILE:
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 731 if (this_coff_symno == next_c_file && syment.n_sclass != C_FILE)
733 /* The last C_FILE symbol points to the first external
751 case C_FILE:
coffgrok.c 616 case C_FILE:
od-xcoff.c 879 case C_FILE:
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 259 #define C_FILE (103)
795 syms[0].sym.n_sclass[0] = C_FILE;
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 343 S_SET_STORAGE_CLASS (symbolP, C_FILE);
652 case C_FILE:
    [all...]
tc-ppc.c     [all...]
tc-tic54x.c     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 321 #define C_FILE 103 /* file name */

Completed in 331 milliseconds