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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 1 //===- AArch64Relocator.cpp ----------------------------------------------===//
17 #include "AArch64Relocator.h"
35 AArch64Relocator& pParent);
62 // AArch64Relocator
64 AArch64Relocator::AArch64Relocator(AArch64GNULDBackend& pParent,
69 AArch64Relocator::~AArch64Relocator() {
72 Relocator::Result AArch64Relocator::applyRelocation(Relocation& pRelocation) {
84 const char* AArch64Relocator::getName(Relocator::Type pType) const
    [all...]
AArch64RelocationHelpers.h 12 #include "AArch64Relocator.h"
86 AArch64Relocator& pParent) {
93 AArch64Relocator& pParent) {
121 AArch64Relocator& pParent) {
137 const AArch64Relocator& pParent) {
147 AArch64Relocator& pParent) {
153 static inline Relocator::Address helper_GOT_ORG(AArch64Relocator& pParent) {
159 AArch64Relocator& pParent) {
171 got_entry->setValue(AArch64Relocator::SymVal);
175 got_entry->setValue(AArch64Relocator::SymVal)
    [all...]
AArch64Relocator.h 1 //===- AArch64Relocator.h ------------------------------------------------===//
19 /** \class AArch64Relocator
20 * \brief AArch64Relocator creates and destroys the AArch64 relocations.
23 class AArch64Relocator : public Relocator {
67 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
68 ~AArch64Relocator();
Android.mk 15 AArch64Relocator.cpp
AArch64PLT.cpp 87 AArch64Relocator::DWord imm =
127 AArch64Relocator::DWord imm = helper_get_page_address(GOTEntryAddress) -
AArch64CA53ErratumStub.cpp 14 #include "AArch64Relocator.h"
44 addFixup(0x0, 0, AArch64Relocator::R_AARCH64_REWRITE_INSN);
AArch64RelocationFunctions.h 13 static AArch64Relocator::Result Name(Relocation& pEntry, \
14 AArch64Relocator& pParent);
AArch64LDBackend.cpp 18 #include "AArch64Relocator.h"
145 m_pRelocator = new AArch64Relocator(*this, config());
400 AArch64Relocator::ReservePLT) != 0x0) {

Completed in 143 milliseconds