HomeSort by: relevance | last modified time | path
    Searched refs:C_BSTAT (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
XCOFFYAML.cpp 74 ECase(C_BSTAT);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp 253 ECase(C_FUN), ECase(C_BSTAT), ECase(C_ESTAT), ECase(C_GTLS),
274 case XCOFF::C_BSTAT:
  /src/external/gpl3/binutils/dist/include/coff/
internal.h 364 #define C_BSTAT (0x8f)
  /src/external/gpl3/binutils.old/dist/include/coff/
internal.h 374 #define C_BSTAT (0x8f)
  /src/external/gpl3/gdb/dist/include/coff/
internal.h 374 #define C_BSTAT (0x8f)
  /src/external/gpl3/gdb.old/dist/include/coff/
internal.h 374 #define C_BSTAT (0x8f)
  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 1336 case C_BSTAT:
2376 case C_BSTAT:
2936 (in C_BSTAT and line number processing). */
  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 1336 case C_BSTAT:
2376 case C_BSTAT:
2936 (in C_BSTAT and line number processing). */
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 5448 /* The .bs pseudo-op. This generates a C_BSTAT symbol named ".bs".
5471 S_SET_STORAGE_CLASS (sym, C_BSTAT);
6147 && S_GET_STORAGE_CLASS (sym) != C_BSTAT
6302 else if (S_GET_STORAGE_CLASS (sym) == C_BSTAT)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 5490 /* The .bs pseudo-op. This generates a C_BSTAT symbol named ".bs".
5513 S_SET_STORAGE_CLASS (sym, C_BSTAT);
6189 && S_GET_STORAGE_CLASS (sym) != C_BSTAT
6344 else if (S_GET_STORAGE_CLASS (sym) == C_BSTAT)
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
4964 case C_BSTAT:
xcofflink.c 5514 /* The value of a C_BSTAT symbol is the symbol table
5516 else if (isym.n_sclass == C_BSTAT)
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
4957 case C_BSTAT:
xcofflink.c 5514 /* The value of a C_BSTAT symbol is the symbol table
5516 else if (isym.n_sclass == C_BSTAT)
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
4966 case C_BSTAT:
xcofflink.c 5467 /* The value of a C_BSTAT symbol is the symbol table
5469 else if (isym.n_sclass == C_BSTAT)
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 315 . value will be the offset field. Used for XCOFF C_BSTAT symbols. *}
4966 case C_BSTAT:
xcofflink.c 5475 /* The value of a C_BSTAT symbol is the symbol table
5477 else if (isym.n_sclass == C_BSTAT)

Completed in 91 milliseconds