Home | History | Annotate | Download | only in Object

Lines Matching refs:LDFileFormat

345         case LDFileFormat::Folded:
346 case LDFileFormat::Ignore:
347 case LDFileFormat::Null:
348 case LDFileFormat::NamePool:
349 case LDFileFormat::Group:
350 case LDFileFormat::StackNote:
353 case LDFileFormat::Relocation:
357 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore ||
358 (*sect)->getLink()->kind() == LDFileFormat::Folded)
359 (*sect)->setKind(LDFileFormat::Ignore);
361 case LDFileFormat::Target:
368 case LDFileFormat::EhFrame: {
382 case LDFileFormat::DebugString: {
385 (*sect)->setKind(LDFileFormat::Debug);
457 (LDFileFormat::Ignore ==
464 LDFileFormat::DebugString ==
593 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
797 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
815 .kind() == LDFileFormat::DebugString) {
881 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
933 if (LDFileFormat::Relocation != (*sectIter)->kind())