Home
last modified time | relevance | path

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

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