Searched refs:SecI (Results 1 – 6 of 6) sorted by relevance
119 section_iterator SecI = *Symbol->getSection(); in processRelocationRef() local121 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()167 bool IsCode = SecI->isText(); in processRelocationRef()169 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID); in processRelocationRef()
548 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local549 if (SecI != Obj->section_end()) { in printRelocation()550 error(SecI->getName(TargetName)); in printRelocation()616 section_iterator SecI = *SecIOrErr; in printSymbol() local617 if (SecI != Obj->section_end()) in printSymbol()618 error(SecI->getName(SectionName)); in printSymbol()
670 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local671 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()672 switch (SecI->getType()) { in getSymbolNMTypeChar()675 switch (SecI->getFlags()) { in getSymbolNMTypeChar()727 section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local728 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
131 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local132 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
183 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local185 if (SecI == Obj->section_end()) in dumpCXXData()187 const SectionRef &Sec = *SecI; in dumpCXXData()
882 section_iterator SecI = *SectionOrErr; in DisassembleObject() local883 if (SecI == Obj->section_end()) in DisassembleObject()886 AllSymbols[*SecI].emplace_back(Address, *Name); in DisassembleObject()