Home
last modified time | relevance | path

Searched refs:relocPCREL (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h45 DECL_HEXAGON_APPLY_RELOC_FUNC(relocPCREL) \
55 { &relocPCREL, 1, "R_HEX_B22_PCREL" }, \
56 { &relocPCREL, 2, "R_HEX_B15_PCREL" }, \
57 { &relocPCREL, 3, "R_HEX_B7_PCREL" }, \
68 { &relocPCREL, 14, "R_HEX_B13_PCREL" }, \
69 { &relocPCREL, 15, "R_HEX_B9_PCREL" }, \
70 { &relocPCREL, 16, "R_HEX_B32_PCREL_X" }, \
72 { &relocPCREL, 18, "R_HEX_B22_PCREL_X" }, \
73 { &relocPCREL, 19, "R_HEX_B15_PCREL_X" }, \
74 { &relocPCREL, 20, "R_HEX_B13_PCREL_X" }, \
[all …]
DHexagonRelocator.cpp735 Relocator::Result relocPCREL(Relocation& pReloc, HexagonRelocator& pParent) { in relocPCREL() function