Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp62 bool ELFSegment::isBssSegment() const { in isBssSegment() function in mcld::ELFSegment
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegment.h73 bool isBssSegment() const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2136 if ((*seg)->isBssSegment()) in setOutputSectionAddress()