Lines Matching refs:LDFileFormat
155 LDFileFormat::Target, in initTargetSections()
160 LDFileFormat::Target, in initTargetSections()
165 LDFileFormat::Target, in initTargetSections()
494 if ((pSection.getLink()->kind() == LDFileFormat::Ignore) || in mergeSection()
495 (pSection.getLink()->kind() == LDFileFormat::Folded)) { in mergeSection()
498 pSection.setKind(LDFileFormat::Ignore); in mergeSection()
572 if ((LDFileFormat::Ignore == reloc_sect->kind()) || in setUpReachedSectionsForGC()
596 if (target_sect->kind() != LDFileFormat::TEXT && in setUpReachedSectionsForGC()
597 target_sect->kind() != LDFileFormat::DATA && in setUpReachedSectionsForGC()
598 target_sect->kind() != LDFileFormat::BSS) in setUpReachedSectionsForGC()
828 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData()) in doRelax()