Lines Matching refs:LDFileFormat
224 case LDFileFormat::Relocation:
226 case LDFileFormat::EhFrame:
1309 if (LDFileFormat::Null == pSectHdr.kind())
1323 case LDFileFormat::TEXT:
1324 case LDFileFormat::DATA:
1359 case LDFileFormat::BSS:
1364 case LDFileFormat::NamePool: {
1369 case LDFileFormat::Relocation:
1376 case LDFileFormat::Target:
1380 case LDFileFormat::Note:
1388 case LDFileFormat::EhFrame:
1392 case LDFileFormat::EhFrameHdr:
1393 case LDFileFormat::GCCExceptTable:
1396 case LDFileFormat::MetaData:
1397 case LDFileFormat::Debug:
1398 case LDFileFormat::DebugString:
1763 LDFileFormat::Null != sect->kind())
1768 (*out)->getSection()->kind() != LDFileFormat::Null)
1773 if (LDFileFormat::Null == sect->kind()) {
1780 } else if (sect->kind() == LDFileFormat::BSS && load_seg->isDataSegment() &&
1791 } else if (LDFileFormat::Null == (*prev)->getSection()->kind() &&
1902 (*seg)->front()->kind() == LDFileFormat::Null && (*seg)->size() == 1)
1907 (*seg)->front()->kind() == LDFileFormat::Null) {
1918 if ((*sect)->kind() != LDFileFormat::BSS)
1954 if ((*sect)->kind() == LDFileFormat::BSS) {
2084 if (cur->kind() == LDFileFormat::Null) {
2090 case LDFileFormat::Null:
2093 case LDFileFormat::BSS:
2121 if (cur->kind() == LDFileFormat::Null) {
2159 if (prev->kind() == LDFileFormat::Null) {
2167 if ((prev->kind() == LDFileFormat::BSS))
2221 case LDFileFormat::Null:
2224 case LDFileFormat::BSS:
2305 case LDFileFormat::Null:
2306 case LDFileFormat::StackNote:
2310 case LDFileFormat::EhFrame:
2316 case LDFileFormat::Relocation:
2322 case LDFileFormat::TEXT:
2323 case LDFileFormat::DATA:
2324 case LDFileFormat::Target:
2325 case LDFileFormat::MetaData:
2326 case LDFileFormat::BSS:
2327 case LDFileFormat::Debug:
2328 case LDFileFormat::DebugString:
2329 case LDFileFormat::GCCExceptTable:
2330 case LDFileFormat::Note:
2331 case LDFileFormat::NamePool:
2332 case LDFileFormat::EhFrameHdr:
2338 case LDFileFormat::Group:
2343 case LDFileFormat::Version:
2400 (*out)->getSection()->kind() == LDFileFormat::Null ||
2401 (*out)->getSection()->kind() == LDFileFormat::StackNote) {
2420 if ((*it)->kind() == LDFileFormat::Null)
2455 (*out)->getSection()->kind() == LDFileFormat::Null ||
2456 (*out)->getSection()->kind() == LDFileFormat::StackNote ||
2870 assert(pSection.kind() == LDFileFormat::Relocation);