Lines Matching defs:SectionIndex
72 uint32_t SectionIndex;
576 Size, Other, MSD.SectionIndex, IsReserved);
915 MSD.SectionIndex = ELF::SHN_COMMON;
917 MSD.SectionIndex = ELF::SHN_ABS;
920 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
922 MSD.SectionIndex = ELF::SHN_UNDEF;
926 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
927 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
929 assert(MSD.SectionIndex && "Invalid section index!");
940 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1;
952 if (MSD.SectionIndex == ELF::SHN_UNDEF)