Home | History | Annotate | Download | only in ARM

Lines Matching refs:kind

494       if ((pSection.getLink()->kind() == LDFileFormat::Ignore) ||
495 (pSection.getLink()->kind() == LDFileFormat::Folded)) {
566 // 1. its section kind is changed to Ignore. (The target section is a
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())