Searched defs:getGOTPLT (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp124 LDSection& gotplt = file_format->getGOTPLT();
574 else if (&pSection == &(FileFormat->getGOTPLT())) {
615 X86GOTPLT& X86GNULDBackend::getGOTPLT() function in class:X86GNULDBackend
621 const X86GOTPLT& X86GNULDBackend::getGOTPLT() const function in class:X86GNULDBackend
676 if (&pSectHdr == &file_format->getGOTPLT()) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h551 LDSection& getGOTPLT() { function in class:mcld::ELFFileFormat
556 const LDSection& getGOTPLT() const { function in class:mcld::ELFFileFormat

Completed in 52 milliseconds