Lines Matching refs:SectionIndex
120 uint32_t SectionIndex; member
563 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex, in writeSymbol()
653 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
656 MSD.SectionIndex = Symbol.getIndex(); in computeSymbolTable()
659 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
663 MSD.SectionIndex = RevGroupMap.lookup(&Symbol); in computeSymbolTable()
664 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()
667 MSD.SectionIndex = ELF::SHN_UNDEF; in computeSymbolTable()
688 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
689 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable()
690 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()