Home | History | Annotate | Download | only in Object

Lines Matching refs:kind

343       switch ((*sect)->kind()) {
357 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore ||
358 (*sect)->getLink()->kind() == LDFileFormat::Folded)
463 .kind() ||
470 .kind()))
543 // ABS is also a kind of Binding in ResolveInfo.
589 // 1. its section kind is changed to Ignore. (The target section is a
593 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
793 // 1. its section kind is changed to Ignore. (The target section is a
797 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
815 .kind() == LDFileFormat::DebugString) {
877 // 1. its section kind is changed to Ignore. (The target section is a
881 if (LDFileFormat::Ignore == (*rs)->kind() || !(*rs)->hasRelocData())
933 if (LDFileFormat::Relocation != (*sectIter)->kind())