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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 108 LDSection& gotplt = file_format->getGOTPLT();
299 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
319 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
379 AArch64GOT& AArch64GNULDBackend::getGOTPLT()
385 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 206 (&pSection == &(FileFormat->getGOTPLT()))) {
264 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
383 LDSection& gotplt = file_format->getGOTPLT();
415 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
421 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const
585 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT()
591 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const
674 LDSection& gotplt = file_format->getGOTPLT();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 182 (&pSection == &(FileFormat->getGOTPLT()))) {
287 HexagonGOTPLT& HexagonLDBackend::getGOTPLT()
293 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const
412 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
443 LDSection& gotplt = file_format->getGOTPLT();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 277 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
447 MipsGOTPLT& MipsGNULDBackend::getGOTPLT()
453 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const
491 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
927 LDSection& gotplt = fileFormat->getGOTPLT();
976 LDSection& gotplt = fileFormat->getGOTPLT();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 557 LDSection& getGOTPLT() {
562 const LDSection& getGOTPLT() const {

Completed in 332 milliseconds