Home | History | Annotate | Download | only in ARM

Lines Matching refs:LDFileFormat

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