Home | History | Annotate | Download | only in X86

Lines Matching defs:X86PLT

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 {
114 PLTEntryBase* X86PLT::create() {
121 PLTEntryBase* X86PLT::getPLT0() const {
138 : X86PLT(pSection, pConfig, 32), m_GOTPLT(pGOTPLT) {
167 X86PLT::iterator it = m_pSectionData->begin();
168 X86PLT::iterator ie = m_pSectionData->end();
221 : X86PLT(pSection, pConfig, 64), m_GOTPLT(pGOTPLT) {
250 X86PLT::iterator it = m_pSectionData->begin();
251 X86PLT::iterator ie = m_pSectionData->end();