Home
last modified time | relevance | path

Searched refs:getTargetSectionOrder (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h105 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DAArch64LDBackend.cpp292 unsigned int AArch64GNULDBackend::getTargetSectionOrder( in getTargetSectionOrder() function in mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h113 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DARMLDBackend.cpp687 unsigned int ARMGNULDBackend::getTargetSectionOrder( in getTargetSectionOrder() function in mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h122 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DHexagonLDBackend.cpp373 unsigned int HexagonLDBackend::getTargetSectionOrder( in getTargetSectionOrder() function in mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h96 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DX86LDBackend.cpp232 unsigned int X86GNULDBackend::getTargetSectionOrder( in getTargetSectionOrder() function in mcld::X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h119 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DMipsLDBackend.cpp548 unsigned int MipsGNULDBackend::getTargetSectionOrder( in getTargetSectionOrder() function in mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h168 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const { in getTargetSectionOrder() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1377 return getTargetSectionOrder(pSectHdr); in getSectionOrder()