Searched refs:getSectionOrder (Results 1 – 3 of 3) sorted by relevance
97 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;
160 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;
1305 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const { in getSectionOrder() function in mcld::GNULDBackend1832 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()