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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocationFunctions.h 24 DECL_HEXAGON_APPLY_RELOC_FUNC(unsupport)
31 { &unsupport, 3, "R_HEX_B7_PCREL" }, \
37 { &unsupport, 9, "R_HEX_GPREL16_0" }, \
38 { &unsupport, 10, "R_HEX_GPREL16_1" }, \
39 { &unsupport, 11, "R_HEX_GPREL16_2" }, \
40 { &unsupport, 12, "R_HEX_GPREL16_3" }, \
41 { &unsupport, 13, "R_HEX_HL16" }, \
43 { &unsupport, 15, "R_HEX_B9_PCREL" }, \
44 { &unsupport, 16, "R_HEX_B32_PCREL_X" }, \
45 { &unsupport, 17, "R_HEX_32_6_X" },
    [all...]
HexagonRelocator.cpp 234 HexagonRelocator::Result unsupport(Relocation& pReloc, function
237 return HexagonRelocator::Unsupport;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFunctions.h 35 DECL_ARM_APPLY_RELOC_FUNC(unsupport)
40 { &unsupport, 1, "R_ARM_PC24" }, \
43 { &unsupport, 4, "R_ARM_LDR_PC_G0" }, \
44 { &unsupport, 5, "R_ARM_ABS16" }, \
45 { &unsupport, 6, "R_ARM_ABS12" }, \
46 { &unsupport, 7, "R_ARM_THM_ABS5" }, \
47 { &unsupport, 8, "R_ARM_ABS8" }, \
48 { &unsupport, 9, "R_ARM_SBREL32" }, \
50 { &unsupport, 11, "R_ARM_THM_PC8" }, \
51 { &unsupport, 12, "R_ARM_BREL_ADJ" },
    [all...]
ARMRelocator.cpp 878 return ARMRelocator::Unsupport;
881 ARMRelocator::Result unsupport(Relocation& pReloc, ARMRelocator& pParent) function
883 return ARMRelocator::Unsupport;
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFunctions.h 27 DECL_X86_32_APPLY_RELOC_FUNC(unsupport)
42 { &unsupport, 11, "R_386_32PLT", 0 }, \
43 { &unsupport, 12, "", 0 }, \
44 { &unsupport, 13, "", 0 }, \
45 { &unsupport, 14, "R_386_TLS_TPOFF", 0 }, \
55 { &unsupport, 24, "R_386_TLS_GD_32", 0 }, \
56 { &unsupport, 25, "R_386_TLS_GD_PUSH", 0 }, \
57 { &unsupport, 26, "R_386_TLS_GD_CALL", 0 }, \
58 { &unsupport, 27, "R_386_TLS_GD_POP", 0 }, \
59 { &unsupport, 28, "R_386_TLS_LDM_32", 0 },
    [all...]
X86Relocator.cpp 583 X86Relocator::Result unsupport(Relocation& pReloc, X86_32Relocator& pParent) function
585 return X86Relocator::Unsupport;
951 X86Relocator::Result unsupport(Relocation& pReloc, X86_64Relocator& pParent) function
953 return X86Relocator::Unsupport;

Completed in 109 milliseconds