Home
last modified time | relevance | path

Searched refs:pSectHdr (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp309 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()
DAArch64LDBackend.h103 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1365 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 …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp585 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()
DARMLDBackend.h113 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp254 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()
DX86LDBackend.h96 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp401 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()
DHexagonLDBackend.h124 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h93 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;
DGNULDBackend.h162 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;
170 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() argument
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp484 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()
DMipsLDBackend.h118 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;