Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionIndex

80     uint32_t SectionIndex;
92 return SectionIndex < RHS.SectionIndex;
498 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex,
813 MSD.SectionIndex = ELF::SHN_ABS;
816 MSD.SectionIndex = ELF::SHN_COMMON;
819 MSD.SectionIndex = RevGroupMap.lookup(&Symbol);
820 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
823 MSD.SectionIndex = ELF::SHN_UNDEF;
828 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
829 assert(MSD.SectionIndex && "Invalid section index!");
830 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
867 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1;