Searched refs:pSectHdr (Results 1 – 13 of 13) sorted by relevance
309 AArch64GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()313 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()319 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()322 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
103 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
1365 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const in getSectionOrder()1370 if (LDFileFormat::Null == pSectHdr.kind()) in getSectionOrder()1373 if (&pSectHdr == &file_format->getStrTab()) in getSectionOrder()1377 if (0 == (pSectHdr.flag() & llvm::ELF::SHF_ALLOC)) in getSectionOrder()1380 bool is_write = (pSectHdr.flag() & llvm::ELF::SHF_WRITE) != 0; in getSectionOrder()1381 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; in getSectionOrder()1383 switch (pSectHdr.kind()) { in getSectionOrder()1387 if (&pSectHdr == &file_format->getInit()) in getSectionOrder()1389 if (&pSectHdr == &file_format->getFini()) in getSectionOrder()1396 if (&pSectHdr == &file_format->getPreInitArray() || in getSectionOrder()[all …]
585 ARMGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()589 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()595 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()598 if (&pSectHdr == m_pEXIDX || &pSectHdr == m_pEXTAB) { in getTargetSectionOrder()
113 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
254 X86GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()258 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()264 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()270 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
96 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
401 HexagonLDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()406 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()412 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()418 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()422 if (&pSectHdr == m_pstart) in getTargetSectionOrder()425 if (&pSectHdr == m_psdata) in getTargetSectionOrder()
124 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
93 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;
162 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;170 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() argument
484 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()488 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) in getTargetSectionOrder()491 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()494 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
118 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;