Home | History | Annotate | Download | only in Target

Lines Matching refs:BSS

1393     case LDFileFormat::BSS:
1567 // get corresponding BSS LDSection
1572 // get or create corresponding BSS SectionData
1585 // remember original BSS size
1710 else if ((*sect)->kind() == LDFileFormat::BSS &&
1712 addrEnd != pModule.getScript().addressMap().find(".bss")) {
1713 // 3. create bss segment if w/ -Tbss and there is a data segment
1722 // and bss
1859 if (LDFileFormat::BSS != last_sect->kind())
1980 case LDFileFormat::BSS:
2020 mapping = script.addressMap().find(".bss");
2114 case LDFileFormat::BSS: