Searched refs:unsupport (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h35 DECL_MIPS_APPLY_RELOC_FUNC(unsupport)
39 { &unsupport, 1, "R_MIPS_16", 16}, \
41 { &unsupport, 3, "R_MIPS_REL32", 32}, \
46 { &unsupport, 8, "R_MIPS_LITERAL", 16}, \
48 { &unsupport, 10, "R_MIPS_PC16", 16}, \
54 { &unsupport, 16, "R_MIPS_SHIFT5", 32}, \
55 { &unsupport, 17, "R_MIPS_SHIFT6", 32}, \
63 { &unsupport, 25, "R_MIPS_INSERT_A", 0}, \
64 { &unsupport, 26, "R_MIPS_INSERT_B", 0}, \
65 { &unsupport, 2
[all...]
H A DMipsRelocator.cpp1102 MipsRelocator::Result unsupport(MipsRelocationInfo& pReloc, MipsRelocator& pParent) function
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h38 DECL_ARM_APPLY_RELOC_FUNC(unsupport)
46 { &unsupport, 4, "R_ARM_LDR_PC_G0" }, \
47 { &unsupport, 5, "R_ARM_ABS16" }, \
48 { &unsupport, 6, "R_ARM_ABS12" }, \
49 { &unsupport, 7, "R_ARM_THM_ABS5" }, \
50 { &unsupport, 8, "R_ARM_ABS8" }, \
51 { &unsupport, 9, "R_ARM_SBREL32" }, \
53 { &unsupport, 11, "R_ARM_THM_PC8" }, \
54 { &unsupport, 12, "R_ARM_BREL_ADJ" }, \
55 { &unsupport, 1
[all...]
H A DARMRelocator.cpp1439 ARMRelocator::Result unsupport(Relocation& pReloc, ARMRelocator& pParent) function
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h27 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, 2
[all...]
H A DX86Relocator.cpp1135 Relocator::Result unsupport(Relocation& pReloc, X86_32Relocator& pParent) function
1743 Relocator::Result unsupport(Relocation& pReloc, X86_64Relocator& pParent) function
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h48 DECL_HEXAGON_APPLY_RELOC_FUNC(unsupport)
64 { &unsupport, 13, "R_HEX_HL16" }, \
95 { &unsupport, 44, "R_HEX_DTPMOD_32" }, \
96 { &unsupport, 45, "R_HEX_DTPREL_LO16" }, \
97 { &unsupport, 46, "R_HEX_DTPREL_HI16" }, \
98 { &unsupport, 47, "R_HEX_DTPREL_32" }, \
99 { &unsupport, 48, "R_HEX_DTPREL_16" }, \
100 { &unsupport, 49, "R_HEX_GD_PLT_B22_PCREL" }, \
101 { &unsupport, 50, "R_HEX_GD_GOT_LO16" }, \
102 { &unsupport, 5
[all...]
H A DHexagonRelocator.cpp950 Relocator::Result unsupport(Relocation &pReloc, HexagonRelocator &pParent) { function
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationFunctions.h24 DECL_AARCH64_APPLY_RELOC_FUNC(unsupport)
35 ValueType(0x107, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G0")), \
36 ValueType(0x108, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G0_NC")), \
37 ValueType(0x109, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G1")), \
38 ValueType(0x10a, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G1_NC")), \
39 ValueType(0x10b, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G2")), \
40 ValueType(0x10c, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G2_NC")), \
41 ValueType(0x10d, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G3")), \
42 ValueType(0x10e, MappedType(&unsupport, "R_AARCH64_MOVW_SABS_G0")), \
43 ValueType(0x10f, MappedType(&unsupport, "R_AARCH64_MOVW_SABS_G
[all...]
H A DAArch64Relocator.cpp418 Relocator::Result unsupport(Relocation& pReloc, AArch64Relocator& pParent) function

Completed in 113 milliseconds