Home
last modified time | relevance | path

Searched refs:BSS (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h30 BSS, enumerator
/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp69 if ((*it)->kind() != LDFileFormat::BSS) in isBssSegment()
DELFFileFormat.cpp85 LDFileFormat::BSS, in initStdSections()
166 LDFileFormat::BSS, in initStdSections()
DGarbageCollection.cpp69 pSection.kind() == LDFileFormat::BSS || in mayProcessGC()
DELFObjectReader.cpp255 case LDFileFormat::BSS: { in readSections()
DELFObjectWriter.cpp79 case LDFileFormat::BSS: in writeSection()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1413 case LDFileFormat::BSS: in getSectionOrder()
1869 else if (sect->kind() == LDFileFormat::BSS && in createProgramHdrs()
2011 if ((*sect)->kind() != LDFileFormat::BSS) in setupProgramHdrs()
2050 if ((*sect)->kind() == LDFileFormat::BSS) { in setupProgramHdrs()
2197 case LDFileFormat::BSS: in setOutputSectionOffset()
2270 if ((prev->kind() == LDFileFormat::BSS)) in setOutputSectionAddress()
2322 case LDFileFormat::BSS: in setOutputSectionAddress()
2424 case LDFileFormat::BSS: in placeOutputSections()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp82 return LDFileFormat::BSS; in GetELFSectionKind()
326 assert((pSection.kind() == LDFileFormat::BSS) && "pSection is not a BSS section."); in CreateBSS()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp483 target_sect->kind() != LDFileFormat::BSS) in setUpReachedSectionsForGC()