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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp105 LDSection& gotplt = file_format->getGOTPLT();
284 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
302 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
550 AArch64GOT& AArch64GNULDBackend::getGOTPLT() { function in class:mcld::AArch64GNULDBackend
555 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const { function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp193 (&pSection == &(FileFormat->getGOTPLT()))) {
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
354 LDSection& gotplt = file_format->getGOTPLT();
383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() { function in class:mcld::X86_32GNULDBackend
388 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const { function in class:mcld::X86_32GNULDBackend
540 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() { function in class:mcld::X86_64GNULDBackend
545 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const { function in class:mcld::X86_64GNULDBackend
621 LDSection& gotplt = file_format->getGOTPLT();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h582 LDSection& getGOTPLT() { function in class:mcld::ELFFileFormat
587 const LDSection& getGOTPLT() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp173 (&pSection == &(FileFormat->getGOTPLT()))) {
269 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() { function in class:mcld::HexagonLDBackend
274 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const { function in class:mcld::HexagonLDBackend
384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
413 LDSection& gotplt = file_format->getGOTPLT();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp274 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
518 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() { function in class:mcld::MipsGNULDBackend
523 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const { function in class:mcld::MipsGNULDBackend
555 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
1273 LDSection& gotplt = fileFormat->getGOTPLT();
1318 LDSection& gotplt = fileFormat->getGOTPLT();

Completed in 1401 milliseconds