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