OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mips32Relocator
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
197
/** \class
Mips32Relocator
198
* \brief
Mips32Relocator
creates and destroys the Mips 32-bit relocations.
200
class
Mips32Relocator
: public MipsRelocator {
202
Mips32Relocator
(Mips32GNULDBackend& pParent, const LinkerConfig& pConfig);
MipsRelocator.cpp
756
//
Mips32Relocator
758
Mips32Relocator
::
Mips32Relocator
(Mips32GNULDBackend& pParent,
763
void
Mips32Relocator
::setupRel32DynEntry(FragmentRef& pFragRef,
768
void
Mips32Relocator
::setupTLSDynEntry(Fragment& pFrag, ResolveInfo* pSym,
787
Relocator::Size
Mips32Relocator
::getSize(Relocation::Type pType) const {
[
all
...]
Completed in 57 milliseconds