Lines Matching refs:kind

223     switch (section->kind()) {  in initStandardSymbols()
1309 if (LDFileFormat::Null == pSectHdr.kind()) in getSectionOrder()
1322 switch (pSectHdr.kind()) { in getSectionOrder()
1763 LDFileFormat::Null != sect->kind()) in createProgramHdrs()
1768 (*out)->getSection()->kind() != LDFileFormat::Null) in createProgramHdrs()
1773 if (LDFileFormat::Null == sect->kind()) { in createProgramHdrs()
1780 } else if (sect->kind() == LDFileFormat::BSS && load_seg->isDataSegment() && in createProgramHdrs()
1791 } else if (LDFileFormat::Null == (*prev)->getSection()->kind() && in createProgramHdrs()
1902 (*seg)->front()->kind() == LDFileFormat::Null && (*seg)->size() == 1) in setupProgramHdrs()
1907 (*seg)->front()->kind() == LDFileFormat::Null) { in setupProgramHdrs()
1918 if ((*sect)->kind() != LDFileFormat::BSS) in setupProgramHdrs()
1954 if ((*sect)->kind() == LDFileFormat::BSS) { in setupProgramHdrs()
2084 if (cur->kind() == LDFileFormat::Null) { in setOutputSectionOffset()
2089 switch (prev->kind()) { in setOutputSectionOffset()
2121 if (cur->kind() == LDFileFormat::Null) { in setOutputSectionAddress()
2159 if (prev->kind() == LDFileFormat::Null) { in setOutputSectionAddress()
2167 if ((prev->kind() == LDFileFormat::BSS)) in setOutputSectionAddress()
2220 switch (prev->kind()) { in setOutputSectionAddress()
2303 switch ((*it)->kind()) { in placeOutputSections()
2352 << (*it)->kind(); in placeOutputSections()
2400 (*out)->getSection()->kind() == LDFileFormat::Null || in placeOutputSections()
2401 (*out)->getSection()->kind() == LDFileFormat::StackNote) { in placeOutputSections()
2420 if ((*it)->kind() == LDFileFormat::Null) in placeOutputSections()
2455 (*out)->getSection()->kind() == LDFileFormat::Null || in layout()
2456 (*out)->getSection()->kind() == LDFileFormat::StackNote || in layout()
2525 (*rs)->name(), (*rs)->kind(), (*rs)->type(), (*rs)->flag()); in preLayout()
2870 assert(pSection.kind() == LDFileFormat::Relocation); in sortRelocation()