OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsGOTEntry
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h
32
/** \class
MipsGOTEntry
35
class
MipsGOTEntry
: public GOT::Entry<4>
38
MipsGOTEntry
(uint64_t pContent, SectionData* pParent);
65
MipsGOTEntry
* consumeLocal();
66
MipsGOTEntry
* consumeGlobal();
70
const
MipsGOTEntry
& pEntry) const;
72
void recordEntry(const ResolveInfo* pInfo,
MipsGOTEntry
* pEntry);
73
MipsGOTEntry
* lookupEntry(const ResolveInfo* pInfo);
118
MipsGOTEntry
* m_pLastLocal; ///< the last consumed local entry
119
MipsGOTEntry
* m_pLastGlobal; ///< the last consumed global entr
[
all
...]
MipsGOT.cpp
30
//
MipsGOTEntry
32
MipsGOTEntry
::
MipsGOTEntry
(uint64_t pContent, SectionData* pParent)
60
m_pLastLocal = llvm::cast<
MipsGOTEntry
>(m_pLastLocal->getNextNode());
68
m_pLastGlobal = llvm::cast<
MipsGOTEntry
>(m_pLastGlobal->getNextNode());
89
new
MipsGOTEntry
(0, m_SectionData);
108
it->m_pLastLocal = llvm::cast<
MipsGOTEntry
>(&m_SectionData->back());
110
it->m_pLastGlobal = llvm::cast<
MipsGOTEntry
>(&m_SectionData->back());
147
MipsGOTEntry
* got = &(llvm::cast<
MipsGOTEntry
>((*it)))
[
all
...]
MipsRelocator.cpp
356
void helper_SetupRelDynForGOTEntry(
MipsGOTEntry
& got_entry,
370
MipsGOTEntry
& helper_GetGOTEntry(Relocation& pReloc, MipsRelocator& pParent)
376
MipsGOTEntry
* got_entry;
419
MipsGOTEntry
& got_entry = helper_GetGOTEntry(pReloc, pParent);
586
MipsGOTEntry
& got_entry = helper_GetGOTEntry(pReloc, pParent);
Completed in 26 milliseconds