Searched refs:OriginSection (Results 1 – 3 of 3) sorted by relevance
220 BinarySection *OriginSection = nullptr; variable682 : OriginSection(&Section), Address(Address), Size(Size), BC(BC), in BinaryFunction()1039 BinarySection *getOriginSection() const { return OriginSection; } in getOriginSection()1041 void setOriginSection(BinarySection *Section) { OriginSection = Section; } in setOriginSection()1307 if (!OriginSection) in getOriginSectionName()1309 return OriginSection->getName(); in getOriginSectionName()
4734 BinarySection *OriginSection = Function->getOriginSection(); in updateELFSymbolTable() local4736 OriginSection in updateELFSymbolTable()4737 ? getNewSectionIndex(OriginSection->getSectionRef().getIndex()) in updateELFSymbolTable()
407 OriginSection ? OriginSection->getName() : "<no origin section>"; in print()