Lines Matching refs:SectionIndex
81 uint32_t SectionIndex; member
93 return SectionIndex < RHS.SectionIndex; in operator <()
488 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex, in writeSymbol()
807 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
810 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
813 MSD.SectionIndex = RevGroupMap.lookup(&Symbol); in computeSymbolTable()
814 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()
817 MSD.SectionIndex = ELF::SHN_UNDEF; in computeSymbolTable()
822 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
823 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable()
824 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()
861 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1; in computeSymbolTable()