Searched refs:relocGPREL (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocationFunctions.h | 46 DECL_HEXAGON_APPLY_RELOC_FUNC(relocGPREL) \ 63 { &relocGPREL, 9, "R_HEX_GPREL16_0" }, \ 64 { &relocGPREL, 10, "R_HEX_GPREL16_1" }, \ 65 { &relocGPREL, 11, "R_HEX_GPREL16_2" }, \ 66 { &relocGPREL, 12, "R_HEX_GPREL16_3" }, \
|
D | HexagonRelocator.cpp | 767 Relocator::Result relocGPREL(Relocation& pReloc, HexagonRelocator& pParent) { in relocGPREL() function
|