Lines Matching defs:SectionIndex
135 uint32_t SectionIndex;
624 MSD.SectionIndex, IsReserved);
1034 MSD.SectionIndex = ELF::SHN_ABS;
1037 MSD.SectionIndex = ELF::SHN_COMMON;
1040 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
1042 MSD.SectionIndex = ELF::SHN_UNDEF;
1048 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
1049 assert(MSD.SectionIndex && "Invalid section index!");
1059 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1;
1065 if (MSD.SectionIndex == ELF::SHN_UNDEF)