HomeSort by relevance Sort by last modified time
    Searched refs:RelocType (Results 1 - 25 of 59) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
reloctype_string.go 1 // Code generated by "stringer -type=RelocType"; DO NOT EDIT.
11 func (i RelocType) String() string {
13 if i < 0 || i >= RelocType(len(_RelocType_index)-1) {
14 return fmt.Sprintf("RelocType(%d)", i+1)
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
reloctype_string.go 1 // Code generated by "stringer -type=RelocType"; DO NOT EDIT.
11 func (i RelocType) String() string {
13 if i < 0 || i >= RelocType(len(_RelocType_index)-1) {
14 return fmt.Sprintf("RelocType(%d)", i+1)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 51 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
53 return visitELF(RelocType, R, Value);
55 return visitCOFF(RelocType, R, Value);
57 return visitMachO(RelocType, R, Value);
69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) {
73 switch (RelocType) {
90 switch (RelocType) {
101 switch (RelocType) {
112 switch (RelocType) {
123 switch (RelocType) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 51 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
53 return visitELF(RelocType, R, Value);
55 return visitCOFF(RelocType, R, Value);
57 return visitMachO(RelocType, R, Value);
69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) {
73 switch (RelocType) {
90 switch (RelocType) {
101 switch (RelocType) {
112 switch (RelocType) {
123 switch (RelocType) {
    [all...]
  /external/llvm/include/llvm/Object/
RelocVisitor.h 51 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
53 return visitELF(RelocType, R, Value);
55 return visitCOFF(RelocType, R, Value);
57 return visitMachO(RelocType, R, Value);
69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) {
73 switch (RelocType) {
89 switch (RelocType) {
100 switch (RelocType) {
111 switch (RelocType) {
121 switch (RelocType) {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 47 const MCFragment &Fragment, unsigned RelocType,
61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
63 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
97 RelocType = unsigned(MachO::ARM_RELOC_BR24);
105 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
119 RelocType = unsigned(MachO::ARM_RELOC_HALF);
123 RelocType = unsigned(MachO::ARM_RELOC_HALF);
128 RelocType = unsigned(MachO::ARM_RELOC_HALF);
132 RelocType = unsigned(MachO::ARM_RELOC_HALF);
313 unsigned RelocType,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 55 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
57 RelocType = unsigned(macho::RIT_Vanilla);
83 RelocType = unsigned(macho::RIT_ARM_Branch24Bit);
90 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
97 RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
105 RelocType = unsigned(macho::RIT_ARM_HalfDifference);
114 RelocType = unsigned(macho::RIT_ARM_Half);
289 unsigned RelocType = macho::RIT_Vanilla;
290 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size)) {
299 if (RelocType == macho::RIT_ARM_Half |
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 28 bool getAArch64FixupKindMachOInfo(const MCFixup &Fixup, unsigned &RelocType,
44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym,
46 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED);
62 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
67 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
80 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12);
83 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12);
86 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12);
99 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
102 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGE21)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/s390x/
asm.go 116 case 256 + objabi.RelocType(elf.R_390_12),
117 256 + objabi.RelocType(elf.R_390_GOT12):
121 case 256 + objabi.RelocType(elf.R_390_8),
122 256 + objabi.RelocType(elf.R_390_16),
123 256 + objabi.RelocType(elf.R_390_32),
124 256 + objabi.RelocType(elf.R_390_64):
131 case 256 + objabi.RelocType(elf.R_390_PC16),
132 256 + objabi.RelocType(elf.R_390_PC32),
133 256 + objabi.RelocType(elf.R_390_PC64):
146 case 256 + objabi.RelocType(elf.R_390_GOT16)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/s390x/
asm.go 116 case 256 + objabi.RelocType(elf.R_390_12),
117 256 + objabi.RelocType(elf.R_390_GOT12):
121 case 256 + objabi.RelocType(elf.R_390_8),
122 256 + objabi.RelocType(elf.R_390_16),
123 256 + objabi.RelocType(elf.R_390_32),
124 256 + objabi.RelocType(elf.R_390_64):
131 case 256 + objabi.RelocType(elf.R_390_PC16),
132 256 + objabi.RelocType(elf.R_390_PC32),
133 256 + objabi.RelocType(elf.R_390_PC64):
146 case 256 + objabi.RelocType(elf.R_390_GOT16)
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
315 RelocType != MachO::PPC_RELOC_BR24 &&
316 RelocType != MachO::PPC_RELOC_BR14) {
331 unsigned Type = RelocType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
88 RelocType Type;
332 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
333 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
89 RelocType Type;
348 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
349 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
89 RelocType Type;
348 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
349 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
88 RelocType Type;
332 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
333 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
89 RelocType Type;
348 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
349 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 31 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
89 RelocType Type;
348 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
349 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 36 LLVM_YAML_STRONG_TYPEDEF(uint32_t, RelocType)
94 RelocType Type;
405 template <> struct ScalarEnumerationTraits<WasmYAML::RelocType> {
406 static void enumeration(IO &IO, WasmYAML::RelocType &Kind);

Completed in 5652 milliseconds

1 2 3