Searched refs:X86_32Relocator (Results 1 – 4 of 4) sorted by relevance
31 X86_32Relocator& pParent);176 X86_32Relocator::X86_32Relocator(X86_32GNULDBackend& pParent, in X86_32Relocator() function in X86_32Relocator182 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 …]
131 class X86_32Relocator : public X86Relocator142 X86_32Relocator(X86_32GNULDBackend& pParent, const LinkerConfig& pConfig);
11 static X86Relocator::Result Name(Relocation& pEntry, X86_32Relocator& pParent);
318 m_pRelocator = new X86_32Relocator(*this, config()); in initRelocator()