OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86PLT
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
1
//===-
X86PLT
.cpp ---------------------------------------------------------===//
10
#include "
X86PLT
.h"
49
//
X86PLT
51
X86PLT
::
X86PLT
(LDSection& pSection, const LinkerConfig& pConfig, int got_size)
84
X86PLT
::~
X86PLT
() {
87
void
X86PLT
::finalizeSectionSize() {
93
X86PLT
::iterator it = begin();
110
bool
X86PLT
::hasPLT1() const
[
all
...]
X86PLT.h
1
//===-
X86PLT
.h -----------------------------------------------------------===//
93
//
X86PLT
95
/** \class
X86PLT
98
class
X86PLT
: public PLT {
100
X86PLT
(LDSection& pSection, const LinkerConfig& pConfig, int got_size);
101
~
X86PLT
();
136
class X86_32PLT : public
X86PLT
{
156
class X86_64PLT : public
X86PLT
{
Completed in 119 milliseconds