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