HomeSort by relevance Sort by last modified time
    Searched defs:X86_64GOTPLT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 40 /** \class X86_64GOTPLT
43 class X86_64GOTPLT : public X86_64GOT {
45 explicit X86_64GOTPLT(LDSection& pSection);
47 ~X86_64GOTPLT();
X86GOTPLT.cpp 55 // X86_64GOTPLT
57 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) : X86_64GOT(pSection) {
62 X86_64GOTPLT::~X86_64GOTPLT() {
65 bool X86_64GOTPLT::hasGOT1() const {
69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) {
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {

Completed in 92 milliseconds