Lines Matching refs:SectionIndex
119 uint32_t SectionIndex; member
585 Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex, in writeSymbol()
692 MSD.SectionIndex = ELF::SHN_ABS; in computeSymbolTable()
695 MSD.SectionIndex = Symbol.getIndex(); in computeSymbolTable()
698 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
702 MSD.SectionIndex = RevGroupMap.lookup(&Symbol); in computeSymbolTable()
703 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()
706 MSD.SectionIndex = ELF::SHN_UNDEF; in computeSymbolTable()
727 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
728 assert(MSD.SectionIndex && "Invalid section index!"); in computeSymbolTable()
729 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()