Home
last modified time | relevance | path

Searched refs:HexagonRelocator (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp31 HexagonRelocator& pParent) { in helper_DynRel_init()
47 const HexagonRelocator& pFactory) { in helper_use_relative_reloc()
57 HexagonRelocator& pParent) { in helper_GOT_init()
68 got_entry->setValue(HexagonRelocator::SymVal); in helper_GOT_init()
74 got_entry->setValue(HexagonRelocator::SymVal); in helper_GOT_init()
85 HexagonRelocator& pParent) { in helper_get_GOT_address()
92 HexagonRelocator& pParent) { in helper_PLT_init()
115 HexagonRelocator& pParent) { in helper_get_PLT_address()
128 HexagonRelocator& pParent);
168 HexagonRelocator::HexagonRelocator(HexagonLDBackend& pParent, in HexagonRelocator() function in mcld::HexagonRelocator
[all …]
DHexagonRelocator.h27 class HexagonRelocator : public Relocator {
67 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
68 ~HexagonRelocator();
DHexagonRelocationFunctions.h40 static HexagonRelocator::Result Name(Relocation& pEntry, \
41 HexagonRelocator& pParent);
DHexagonLDBackend.cpp69 m_pRelocator = new HexagonRelocator(*this, config()); in initRelocator()