Searched refs:pSectHdr (Results 1 – 11 of 11) sorted by relevance
1346 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const in getSectionOrder()1351 if (LDFileFormat::Null == pSectHdr.kind()) in getSectionOrder()1354 if (&pSectHdr == &file_format->getStrTab()) in getSectionOrder()1358 if (0 == (pSectHdr.flag() & llvm::ELF::SHF_ALLOC)) in getSectionOrder()1361 bool is_write = (pSectHdr.flag() & llvm::ELF::SHF_WRITE) != 0; in getSectionOrder()1362 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; in getSectionOrder()1364 switch (pSectHdr.kind()) { in getSectionOrder()1367 if (&pSectHdr == &file_format->getInit()) in getSectionOrder()1369 if (&pSectHdr == &file_format->getFini()) in getSectionOrder()1376 if (&pSectHdr == &file_format->getPreInitArray() || in getSectionOrder()[all …]
493 ARMGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()497 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()503 if (&pSectHdr == &file_format->getPLT()) in getTargetSectionOrder()506 if (&pSectHdr == m_pEXIDX || &pSectHdr == m_pEXTAB) { in getTargetSectionOrder()
110 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
249 X86GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()253 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()259 if (&pSectHdr == &file_format->getGOTPLT()) { in getTargetSectionOrder()265 if (&pSectHdr == &file_format->getPLT()) in getTargetSectionOrder()
95 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
101 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
246 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()250 if (&pSectHdr == &file_format->getGOT()) in getTargetSectionOrder()
393 HexagonLDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()398 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()404 if (&pSectHdr == &file_format->getGOTPLT()) { in getTargetSectionOrder()410 if (&pSectHdr == &file_format->getPLT()) in getTargetSectionOrder()414 if (&pSectHdr == m_pstart) in getTargetSectionOrder()417 if (&pSectHdr == m_psdata) in getTargetSectionOrder()
123 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
161 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;169 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() argument
93 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;