OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_64GOT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp
32
//
X86_64GOT
34
X86_64GOT
::
X86_64GOT
(LDSection& pSection) : GOT(pSection) {
37
X86_64GOT
::~
X86_64GOT
() {
40
X86_64GOTEntry*
X86_64GOT
::create() {
X86GOT.h
50
/** \class
X86_64GOT
54
class
X86_64GOT
: public GOT {
56
explicit
X86_64GOT
(LDSection& pSection);
58
~
X86_64GOT
();
X86GOTPLT.h
43
class X86_64GOTPLT : public
X86_64GOT
{
X86LDBackend.h
208
X86_64GOT
& getGOT();
210
const
X86_64GOT
& getGOT() const;
234
X86_64GOT
* m_pGOT;
X86GOTPLT.cpp
57
X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) :
X86_64GOT
(pSection) {
X86LDBackend.cpp
530
X86_64GOT
& X86_64GNULDBackend::getGOT() {
535
const
X86_64GOT
& X86_64GNULDBackend::getGOT() const {
618
m_pGOT = new
X86_64GOT
(got);
662
for (
X86_64GOT
::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
Completed in 221 milliseconds