Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h103 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DAArch64LDBackend.cpp309 AArch64GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() function in AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h113 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DARMLDBackend.cpp585 ARMGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() function in ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h124 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DHexagonLDBackend.cpp401 HexagonLDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() function in HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h96 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DX86LDBackend.cpp254 X86GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() function in X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h118 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
DMipsLDBackend.cpp484 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() function in MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h170 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const in getTargetSectionOrder() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1431 return getTargetSectionOrder(pSectHdr); in getSectionOrder()