Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp31 X86_32Relocator& pParent);
176 X86_32Relocator::X86_32Relocator(X86_32GNULDBackend& pParent, in X86_32Relocator() function in X86_32Relocator
182 X86_32Relocator::applyRelocation(Relocation& pRelocation) in applyRelocation()
194 const char* X86_32Relocator::getName(Relocation::Type pType) const in getName()
199 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const in getSize()
204 void X86_32Relocator::scanLocalReloc(Relocation& pReloc, in scanLocalReloc()
361 void X86_32Relocator::scanGlobalReloc(Relocation& pReloc, in scanGlobalReloc()
579 X86_32GOTEntry& X86_32Relocator::getTLSModuleID() in getTLSModuleID()
600 void X86_32Relocator::convertTLSIEtoLE(Relocation& pReloc, in convertTLSIEtoLE()
615 Relocation* reloc = Relocation::Create(X86_32Relocator::R_386_TLS_OPT, in convertTLSIEtoLE()
[all …]
DX86Relocator.h131 class X86_32Relocator : public X86Relocator
142 X86_32Relocator(X86_32GNULDBackend& pParent, const LinkerConfig& pConfig);
DX86RelocationFunctions.h11 static X86Relocator::Result Name(Relocation& pEntry, X86_32Relocator& pParent);
DX86LDBackend.cpp318 m_pRelocator = new X86_32Relocator(*this, config()); in initRelocator()