Searched refs:SecI (Results 1 – 6 of 6) sorted by relevance
123 section_iterator SecI = *SectionOrError; in processRelocationRef() local125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()171 bool IsCode = SecI->isText(); in processRelocationRef()174 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
549 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local550 if (SecI != Obj->section_end()) { in printRelocation()551 error(SecI->getName(TargetName)); in printRelocation()621 section_iterator SecI = *SecIOrErr; in printSymbol() local622 if (SecI != Obj->section_end()) in printSymbol()623 error(SecI->getName(SectionName)); in printSymbol()
142 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local143 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
753 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local754 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()755 switch (SecI->getType()) { in getSymbolNMTypeChar()758 switch (SecI->getFlags()) { in getSymbolNMTypeChar()816 section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local817 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
191 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local193 if (SecI == Obj->section_end()) in dumpCXXData()195 const SectionRef &Sec = *SecI; in dumpCXXData()
1017 section_iterator SecI = *SectionOrErr; in DisassembleObject() local1018 if (SecI == Obj->section_end()) in DisassembleObject()1021 AllSymbols[*SecI].emplace_back(Address, *Name); in DisassembleObject()