OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_64Relocator
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h
90
/** \class
X86_64Relocator
91
* \brief
X86_64Relocator
creates and destroys the X86-64 relocations.
94
class
X86_64Relocator
: public X86Relocator
101
X86_64Relocator
(X86_64GNULDBackend& pParent);
X86Relocator.cpp
595
X86_64Relocator
& pParent);
612
//
X86_64Relocator
614
X86_64Relocator
::
X86_64Relocator
(X86_64GNULDBackend& pParent)
619
X86_64Relocator
::applyRelocation(Relocation& pRelocation)
631
const char*
X86_64Relocator
::getName(Relocation::Type pType) const
636
Relocator::Size
X86_64Relocator
::getSize(Relocation::Type pType) const
647
X86_64Relocator
& pParent)
666
const
X86_64Relocator
& pFactory)
679
X86_64Relocator
& pParent
[
all
...]
X86RelocationFunctions.h
78
static X86Relocator::Result Name(Relocation& pEntry,
X86_64Relocator
& pParent);
X86LDBackend.cpp
998
m_pRelocator = new
X86_64Relocator
(*this);
[
all
...]
Completed in 45 milliseconds