Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp58 bool ELFSegment::isDataSegment() const { in isDataSegment() function in mcld::ELFSegment
63 if (!isDataSegment()) in isBssSegment()
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegment.h72 bool isDataSegment() const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1780 } else if (sect->kind() == LDFileFormat::BSS && load_seg->isDataSegment() && in createProgramHdrs()
2138 else if ((*seg)->isDataSegment()) in setOutputSectionAddress()