Home
last modified time | relevance | path

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

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