Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h97 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;
DGNULDBackend.h160 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1305 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const { in getSectionOrder() function in mcld::GNULDBackend
1832 unsigned int order = getSectionOrder(**sect); in createProgramHdrs()
2209 if ((getSectionOrder(got) == SHO_RELRO_LAST) && in setOutputSectionAddress()
2384 (*out)->setOrder(getSectionOrder(**it)); in placeOutputSections()
2415 size_t order = getSectionOrder(**it); in placeOutputSections()