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

  /toolchain/binutils/binutils-2.25/include/coff/
tic54x.h 52 #define NEEDS_PAGE(X) ((X)==C_EXT)
internal.h 299 #define C_EXT 2 /* external symbol */
387 #define C_THUMBEXT (128 + C_EXT) /* 130 */
395 ((CLASS) == C_EXT || (CLASS) == C_AIX_WEAKEXT || (CLASS) == C_HIDEXT)
xcoff.h 644 ((CLASS) == C_EXT || (CLASS) == C_AIX_WEAKEXT)
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 229 case C_EXT:
515 case C_EXT:
701 case C_EXT:
rdcoff.c 572 case C_EXT:
647 case C_EXT:
764 case C_EXT:
od-xcoff.c 835 case C_EXT:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 751 case C_EXT:
    [all...]
tc-tic4x.c 794 if (S_GET_STORAGE_CLASS (symbolP) != C_EXT)
815 S_SET_STORAGE_CLASS (symbolP, C_EXT);
    [all...]
tc-tic54x.c 528 if (S_GET_STORAGE_CLASS (symbolP) != C_EXT)
1093 global, def and ref all have symbol storage classes of C_EXT.
1117 S_SET_STORAGE_CLASS (symbolP, C_EXT);
    [all...]
tc-i960.c     [all...]
tc-ppc.c     [all...]
tc-score.c     [all...]
tc-score7.c     [all...]
tc-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff64-rs6000.c 368 case C_EXT:
459 case C_EXT:
    [all...]
coff-sh.c 847 if (sym.n_sclass != C_EXT)
913 if (sym.n_sclass != C_EXT)
    [all...]
cofflink.c 45 ((sym).n_sclass == C_EXT || IS_WEAK_EXTERNAL (abfd, sym))
    [all...]
coff-rs6000.c 514 case C_EXT:
618 case C_EXT:
    [all...]
xcofflink.c     [all...]
coffgen.c     [all...]
coff-arm.c     [all...]
peicode.h 534 sclass = C_EXT;
    [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c     [all...]

Completed in 531 milliseconds