Lines Matching refs:SectionIndex
118 uint32_t SectionIndex; member
572 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex, in writeSymbol()
662 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
665 MSD.SectionIndex = Symbol.getIndex(); in computeSymbolTable()
668 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
672 MSD.SectionIndex = RevGroupMap.lookup(&Symbol); in computeSymbolTable()
673 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()
676 MSD.SectionIndex = ELF::SHN_UNDEF; in computeSymbolTable()
697 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
698 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable()
699 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()