Searched refs:getSegmentFlag (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h309 /// getSegmentFlag - give a section flag and return the corresponding segment
311 inline uint32_t getSegmentFlag(const uint32_t pSectionFlag) function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1687 uint32_t cur_flag, prev_flag = getSegmentFlag(0);
1697 cur_flag = getSegmentFlag((*sect)->flag());
1789 getSegmentFlag(file_format->getStackNote().flag()));
1794 prev_flag = getSegmentFlag(0);
1800 cur_flag = getSegmentFlag((*sect)->flag());

Completed in 63 milliseconds