Home
last modified time | relevance | path

Searched refs:SecI (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h123 section_iterator SecI = *SectionOrError; in processRelocationRef() local
125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
171 bool IsCode = SecI->isText(); in processRelocationRef()
174 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp549 section_iterator SecI = Obj->getRelocationSection(DR); in printRelocation() local
550 if (SecI != Obj->section_end()) { in printRelocation()
551 error(SecI->getName(TargetName)); in printRelocation()
621 section_iterator SecI = *SecIOrErr; in printSymbol() local
622 if (SecI != Obj->section_end()) in printSymbol()
623 error(SecI->getName(SectionName)); in printSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp142 section_iterator SecI = O.getRelocationRelocatedSection(RI); in makeValueAddendPCRel() local
143 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp753 elf_section_iterator SecI = *SecIOrErr; in getSymbolNMTypeChar() local
754 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() local
817 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp191 object::section_iterator SecI = *SecIOrErr; in dumpCXXData() local
193 if (SecI == Obj->section_end()) in dumpCXXData()
195 const SectionRef &Sec = *SecI; in dumpCXXData()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1017 section_iterator SecI = *SectionOrErr; in DisassembleObject() local
1018 if (SecI == Obj->section_end()) in DisassembleObject()
1021 AllSymbols[*SecI].emplace_back(Address, *Name); in DisassembleObject()