OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_32GOTEntry
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h
22
/** \class
X86_32GOTEntry
25
class
X86_32GOTEntry
: public GOT::Entry<4>
28
X86_32GOTEntry
(uint64_t pContent, SectionData* pParent)
46
X86_32GOTEntry
* consume();
49
X86_32GOTEntry
* m_pLast; ///< the last consumed entry
X86GOT.cpp
33
new
X86_32GOTEntry
(0, m_SectionData);
37
X86_32GOTEntry
* X86_32GOT::consume()
41
m_pLast = llvm::cast<
X86_32GOTEntry
>(&m_SectionData->front());
45
m_pLast = llvm::cast<
X86_32GOTEntry
>(m_pLast->getNextNode());
X86GOTPLT.cpp
46
llvm::cast<
X86_32GOTEntry
>
59
llvm::cast<
X86_32GOTEntry
>(*it).setValue(plt_addr + 6);
X86Relocator.h
134
typedef SymbolEntryMap<
X86_32GOTEntry
> SymGOTMap;
135
typedef SymbolEntryMap<
X86_32GOTEntry
> SymGOTPLTMap;
162
X86_32GOTEntry
& getTLSModuleID();
X86LDBackend.cpp
413
X86_32GOTEntry
* got = 0;
414
unsigned int EntrySize =
X86_32GOTEntry
::EntrySize;
419
got = &(llvm::cast<
X86_32GOTEntry
>((*it)));
436
X86_32GOTEntry
* got = 0;
437
unsigned int EntrySize =
X86_32GOTEntry
::EntrySize;
442
got = &(llvm::cast<
X86_32GOTEntry
>((*it)));
X86Relocator.cpp
579
X86_32GOTEntry
& X86_32Relocator::getTLSModuleID()
581
static
X86_32GOTEntry
* got_entry = NULL;
691
X86_32GOTEntry
& helper_get_GOT_and_init(Relocation& pReloc,
698
X86_32GOTEntry
* got_entry = pParent.getSymGOTMap().lookUp(*rsym);
739
X86_32GOTEntry
& got_entry = helper_get_GOT_and_init(pReloc, pParent);
762
X86_32GOTEntry
* gotplt_entry = pParent.getSymGOTPLTMap().lookUp(*rsym);
[
all
...]
X86PLT.cpp
210
uint64_t GOTEntrySize =
X86_32GOTEntry
::EntrySize;
Completed in 1132 milliseconds