OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_64GOTEntry
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h
52
/** \class
X86_64GOTEntry
55
class
X86_64GOTEntry
: public GOT::Entry<8>
58
X86_64GOTEntry
(uint64_t pContent, SectionData* pParent)
76
X86_64GOTEntry
* consume();
79
X86_64GOTEntry
* m_pLast; ///< the last consumed entry
X86GOT.cpp
64
new
X86_64GOTEntry
(0, m_SectionData);
68
X86_64GOTEntry
* X86_64GOT::consume()
72
m_pLast = llvm::cast<
X86_64GOTEntry
>(&m_SectionData->front());
76
m_pLast = llvm::cast<
X86_64GOTEntry
>(m_pLast->getNextNode());
X86GOTPLT.cpp
90
llvm::cast<
X86_64GOTEntry
>
103
llvm::cast<
X86_64GOTEntry
>(*it).setValue(plt_addr + 6);
X86Relocator.h
192
typedef SymbolEntryMap<
X86_64GOTEntry
> SymGOTMap;
193
typedef SymbolEntryMap<
X86_64GOTEntry
> SymGOTPLTMap;
X86LDBackend.cpp
561
X86_64GOTEntry
* got = 0;
562
unsigned int EntrySize =
X86_64GOTEntry
::EntrySize;
567
got = &(llvm::cast<
X86_64GOTEntry
>((*it)));
584
X86_64GOTEntry
* got = 0;
585
unsigned int EntrySize =
X86_64GOTEntry
::EntrySize;
590
got = &(llvm::cast<
X86_64GOTEntry
>((*it)));
X86PLT.cpp
296
uint64_t GOTEntrySize =
X86_64GOTEntry
::EntrySize;
X86Relocator.cpp
[
all
...]
Completed in 673 milliseconds