Home
last modified time | relevance | path

Searched refs:hasTBSS (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h135 bool hasTBSS() const { return (f_pTBSS != NULL) && (f_pTBSS->size() != 0); } in hasTBSS() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1848 if (file_format->hasTData() || file_format->hasTBSS()) { in createProgramHdrs()
1852 if (file_format->hasTBSS()) in createProgramHdrs()