Lines Matching refs:LDFileFormat

224       case LDFileFormat::Relocation:  in initStandardSymbols()
226 case LDFileFormat::EhFrame: in initStandardSymbols()
1309 if (LDFileFormat::Null == pSectHdr.kind()) in getSectionOrder()
1323 case LDFileFormat::TEXT: in getSectionOrder()
1324 case LDFileFormat::DATA: in getSectionOrder()
1359 case LDFileFormat::BSS: in getSectionOrder()
1364 case LDFileFormat::NamePool: { in getSectionOrder()
1369 case LDFileFormat::Relocation: in getSectionOrder()
1376 case LDFileFormat::Target: in getSectionOrder()
1380 case LDFileFormat::Note: in getSectionOrder()
1388 case LDFileFormat::EhFrame: in getSectionOrder()
1392 case LDFileFormat::EhFrameHdr: in getSectionOrder()
1393 case LDFileFormat::GCCExceptTable: in getSectionOrder()
1396 case LDFileFormat::MetaData: in getSectionOrder()
1397 case LDFileFormat::Debug: in getSectionOrder()
1398 case LDFileFormat::DebugString: 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()
2090 case LDFileFormat::Null: in setOutputSectionOffset()
2093 case LDFileFormat::BSS: 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()
2221 case LDFileFormat::Null: in setOutputSectionAddress()
2224 case LDFileFormat::BSS: in setOutputSectionAddress()
2305 case LDFileFormat::Null: in placeOutputSections()
2306 case LDFileFormat::StackNote: in placeOutputSections()
2310 case LDFileFormat::EhFrame: in placeOutputSections()
2316 case LDFileFormat::Relocation: in placeOutputSections()
2322 case LDFileFormat::TEXT: in placeOutputSections()
2323 case LDFileFormat::DATA: in placeOutputSections()
2324 case LDFileFormat::Target: in placeOutputSections()
2325 case LDFileFormat::MetaData: in placeOutputSections()
2326 case LDFileFormat::BSS: in placeOutputSections()
2327 case LDFileFormat::Debug: in placeOutputSections()
2328 case LDFileFormat::DebugString: in placeOutputSections()
2329 case LDFileFormat::GCCExceptTable: in placeOutputSections()
2330 case LDFileFormat::Note: in placeOutputSections()
2331 case LDFileFormat::NamePool: in placeOutputSections()
2332 case LDFileFormat::EhFrameHdr: in placeOutputSections()
2338 case LDFileFormat::Group: in placeOutputSections()
2343 case LDFileFormat::Version: 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()
2870 assert(pSection.kind() == LDFileFormat::Relocation); in sortRelocation()