Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1346 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 …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp493 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()
DARMLDBackend.h110 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp249 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()
DX86LDBackend.h95 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h101 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DMipsLDBackend.cpp246 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder()
250 if (&pSectHdr == &file_format->getGOT()) in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp393 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()
DHexagonLDBackend.h123 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h161 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;
169 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() argument
DTargetLDBackend.h93 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;