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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCXCOFFObjectWriter.cpp 67 return {XCOFF::RelocationType::R_TOC, SignAndSizeForHalf16};
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
XCOFF.cpp 58 RELOC_CASE(R_TOC)
  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 119 #define R_TOC (0x03)
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 119 #define R_TOC (0x03)
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 119 #define R_TOC (0x03)
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 119 #define R_TOC (0x03)
  /src/external/apache2/llvm/dist/llvm/lib/MC/
XCOFFObjectWriter.cpp 461 else if (Type == XCOFF::RelocationType::R_TOC ||
468 if (Type == XCOFF::RelocationType::R_TOC && !isInt<16>(TOCEntryOffset))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp 116 ECase(R_REL), ECase(R_TOC), ECase(R_TRL), ECase(R_TRLA),
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 2826 case R_TOC:
3008 /* Allocate room for a static and dynamic R_TOC
4699 R_TOC relocation. */
5045 a R_TOC relocation. */
5049 irel->r_type = R_TOC;
5966 && (irel->r_type == R_TOC
coff64-rs6000.c 186 xcoff_reloc_type_toc, /* R_TOC (0x03) */
953 HOWTO (R_TOC, /* type */
961 "R_TOC", /* name */
967 /* 0x04: Same as R_TOC. */
1099 /* 0x13: Same as R_TOC */
coff-rs6000.c 164 xcoff_reloc_type_toc, /* R_TOC (0x03) */
698 HOWTO (R_TOC, /* type */
706 "R_TOC", /* name */
712 /* 0x04: Same as R_TOC */
844 /* 0x13: Same as R_TOC. */
3627 R_TOC:
3644 TOC relative relocation. Same as R_TOC, except that
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 2826 case R_TOC:
3008 /* Allocate room for a static and dynamic R_TOC
4699 R_TOC relocation. */
5045 a R_TOC relocation. */
5049 irel->r_type = R_TOC;
5966 && (irel->r_type == R_TOC
coff64-rs6000.c 186 xcoff_reloc_type_toc, /* R_TOC (0x03) */
953 HOWTO (R_TOC, /* type */
961 "R_TOC", /* name */
967 /* 0x04: Same as R_TOC. */
1099 /* 0x13: Same as R_TOC */
coff-rs6000.c 164 xcoff_reloc_type_toc, /* R_TOC (0x03) */
698 HOWTO (R_TOC, /* type */
706 "R_TOC", /* name */
712 /* 0x04: Same as R_TOC */
844 /* 0x13: Same as R_TOC. */
3627 R_TOC:
3644 TOC relative relocation. Same as R_TOC, except that
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 2783 case R_TOC:
2965 /* Allocate room for a static and dynamic R_TOC
4652 R_TOC relocation. */
4998 a R_TOC relocation. */
5002 irel->r_type = R_TOC;
5919 && (irel->r_type == R_TOC
coff64-rs6000.c 186 xcoff_reloc_type_toc, /* R_TOC (0x03) */
953 HOWTO (R_TOC, /* type */
961 "R_TOC", /* name */
967 /* 0x04: Same as R_TOC. */
1099 /* 0x13: Same as R_TOC */
coff-rs6000.c 164 xcoff_reloc_type_toc, /* R_TOC (0x03) */
698 HOWTO (R_TOC, /* type */
706 "R_TOC", /* name */
712 /* 0x04: Same as R_TOC */
844 /* 0x13: Same as R_TOC. */
3627 R_TOC:
3644 TOC relative relocation. Same as R_TOC, except that
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 2791 case R_TOC:
2973 /* Allocate room for a static and dynamic R_TOC
4660 R_TOC relocation. */
5006 a R_TOC relocation. */
5010 irel->r_type = R_TOC;
5927 && (irel->r_type == R_TOC
coff64-rs6000.c 186 xcoff_reloc_type_toc, /* R_TOC (0x03) */
953 HOWTO (R_TOC, /* type */
961 "R_TOC", /* name */
967 /* 0x04: Same as R_TOC. */
1099 /* 0x13: Same as R_TOC */
coff-rs6000.c 164 xcoff_reloc_type_toc, /* R_TOC (0x03) */
698 HOWTO (R_TOC, /* type */
706 "R_TOC", /* name */
712 /* 0x04: Same as R_TOC */
844 /* 0x13: Same as R_TOC. */
3640 R_TOC:
3657 TOC relative relocation. Same as R_TOC, except that

Completed in 97 milliseconds