Lines Matching refs:got
350 LDSection& got = file_format->getGOT(); in initTargetSections() local
351 m_pGOT = new X86_32GOT(got); in initTargetSections()
473 X86_32GOTEntry* got = 0; in emitGOTSectionData() local
479 got = &(llvm::cast<X86_32GOTEntry>((*it))); in emitGOTSectionData()
480 *buffer = static_cast<uint32_t>(got->getValue()); in emitGOTSectionData()
496 X86_32GOTEntry* got = 0; in emitGOTPLTSectionData() local
503 got = &(llvm::cast<X86_32GOTEntry>((*it))); in emitGOTPLTSectionData()
504 *buffer = static_cast<uint32_t>(got->getValue()); in emitGOTPLTSectionData()
617 LDSection& got = file_format->getGOT(); in initTargetSections() local
618 m_pGOT = new X86_64GOT(got); in initTargetSections()
658 X86_64GOTEntry* got = 0; in emitGOTSectionData() local
664 got = &(llvm::cast<X86_64GOTEntry>((*it))); in emitGOTSectionData()
665 *buffer = static_cast<uint64_t>(got->getValue()); in emitGOTSectionData()
681 X86_64GOTEntry* got = 0; in emitGOTPLTSectionData() local
688 got = &(llvm::cast<X86_64GOTEntry>((*it))); in emitGOTPLTSectionData()
689 *buffer = static_cast<uint64_t>(got->getValue()); in emitGOTPLTSectionData()