Lines Matching defs:listSec
873 ConcatInputSection *listSec = make<ConcatInputSection>(
876 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection;
877 listSec->live = true;
879 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection;
886 listSec, /*value=*/0, bodyData.size(), /*isWeakDef=*/false,
893 addInputSection(listSec);
933 ConcatInputSection *listSec = make<ConcatInputSection>(
936 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection;
937 listSec->live = true;
939 listSec->parent = infoCategoryWriter.catPtrListInfo.outputSection;
946 listSec, /*value=*/0, bodyData.size(), /*isWeakDef=*/false,
953 addInputSection(listSec);
1249 ConcatInputSection *listSec = make<ConcatInputSection>(
1252 listSec->parent = infoCategoryWriter.catListInfo.outputSection;
1253 listSec->live = true;
1260 newStringData(slotSymName.c_str()), /*file=*/objFile, listSec,
1268 addInputSection(listSec);