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