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