Home
last modified time | relevance | path

Searched refs:getSectionOrder (Results 1 – 3 of 3) sorted by relevance

/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;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1365 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const in getSectionOrder() function in GNULDBackend
1922 unsigned int order = getSectionOrder(**sect); in createProgramHdrs()
2307 if ((getSectionOrder(got) == SHO_RELRO_LAST) && in setOutputSectionAddress()
2481 (*out)->setOrder(getSectionOrder(**it)); in placeOutputSections()
2510 size_t order = getSectionOrder(**it); in placeOutputSections()