Searched refs:SecI (Results 1 – 7 of 7) sorted by relevance
210 object::section_iterator SecI = *SectionOrError; in processRelocationRef() local212 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()237 findOrEmitSection(Obj, *SecI, SecI->isText(), ObjSectionToID)) in processRelocationRef()
569 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local 570 if (SecI != Obj->section_end()) in printRelocation() 571 TargetName = unwrapOrError(Obj->getFileName(), SecI->getName()); in printRelocation() 683 section_iterator SecI = *SecIOrErr; in printSymbol() 684 if (SecI != Obj->section_end()) in printSymbol() 685 SectionName = unwrapOrError(Obj->getFileName(), SecI->getName()); in printSymbol() 681 section_iterator SecI = *SecIOrErr; printSymbol() local
143 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local144 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
200 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local202 if (SecI == Obj->section_end()) in dumpCXXData()204 const SectionRef &Sec = *SecI; in dumpCXXData()
328 auto SecI = IndexToSection.find(SecIndex); in addSectionStartSymAndBlock() local329 assert(SecI != IndexToSection.end() && "SecIndex invalid"); in addSectionStartSymAndBlock()330 auto &NSec = SecI->second; in addSectionStartSymAndBlock()
1236 section_iterator SecI = in addDynamicElfSymbols() local1238 if (SecI == Obj.section_end()) in addDynamicElfSymbols()1241 AllSymbols[*SecI].emplace_back(Address, Name, SymbolType); in addDynamicElfSymbols()1261 for (auto SecI : Obj.sections()) { in getWasmCodeSection() local1262 const WasmSection &Section = Obj.getWasmSection(SecI); in getWasmCodeSection()1264 return SecI; in getWasmCodeSection()1773 section_iterator SecI = unwrapOrError(Symbol.getSection(), FileName); in disassembleObject() local1774 if (SecI != Obj.section_end()) { in disassembleObject()1775 uint64_t SectionAddr = SecI->getAddress(); in disassembleObject()1780 AllMappingSymbols[*SecI].emplace_back(Address - SectionAddr, in disassembleObject()[all …]
888 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local889 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()890 uint32_t Type = SecI->getType(); in getSymbolNMTypeChar()891 uint64_t Flags = SecI->getFlags(); in getSymbolNMTypeChar()899 auto NameOrErr = SecI->getName(); in getSymbolNMTypeChar()939 section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local940 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()