Searched refs:TargetSectionId (Results 1 – 4 of 4) sorted by relevance
126 AssociatedSections.insert(Sym.TargetSectionId); in removeSections()127 return RemovedSections.count(Sym.TargetSectionId) == 1; in removeSections()
128 Sym.TargetSectionId = SymRef.getSectionNumber(); in readSymbols()131 Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId; in readSymbols()
42 if (Sym.TargetSectionId <= 0) { in finalizeSymbolContents()45 Sym.Sym.SectionNumber = static_cast<uint32_t>(Sym.TargetSectionId); in finalizeSymbolContents()47 const Section *Sec = Obj.findSection(Sym.TargetSectionId); in finalizeSymbolContents()
87 ssize_t TargetSectionId; member