Searched refs:relocation_iterator (Results 1 – 17 of 17) sorted by relevance
| /trueos/contrib/llvm/lib/Object/ |
| HD | Object.cpp | 50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() 51 return reinterpret_cast<relocation_iterator*>(SI); in unwrap() 55 wrap(const relocation_iterator *SI) { in wrap() 57 (const_cast<relocation_iterator*>(SI)); in wrap() 156 relocation_iterator SI = (*unwrap(Section))->begin_relocations(); in LLVMGetRelocations() 157 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations()
|
| HD | COFFObjectFile.cpp | 340 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() 348 return relocation_iterator(RelocationRef(ret, this)); in section_rel_begin() 351 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() 362 return relocation_iterator(RelocationRef(ret, this)); in section_rel_end() 801 relocation_iterator &It) const { in getCOFFRelocation()
|
| HD | MachOObjectFile.cpp | 800 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() 812 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin() 815 relocation_iterator 834 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end() 1308 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin() 1314 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()
|
| /trueos/contrib/llvm/tools/llvm-readobj/ |
| HD | MachODumper.cpp | 44 void printRelocation(section_iterator SecI, relocation_iterator RelI); 47 section_iterator SecI, relocation_iterator RelI); 265 for (relocation_iterator RelI = SecI->begin_relocations(), in printSections() 312 for (relocation_iterator RelI = SecI->begin_relocations(), in printRelocations() 334 relocation_iterator RelI) { in printRelocation() 340 relocation_iterator RelI) { in printRelocation()
|
| HD | COFFDumper.cpp | 61 void printRelocation(section_iterator SecI, relocation_iterator RelI); 550 for (relocation_iterator RelI = SecI->begin_relocations(), in cacheRelocations() 686 for (relocation_iterator RelI = SecI->begin_relocations(), in printSections() 736 for (relocation_iterator RelI = SecI->begin_relocations(), in printRelocations() 758 relocation_iterator RelI) { in printRelocation()
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 129 typedef content_iterator<RelocationRef> relocation_iterator; typedef 169 relocation_iterator begin_relocations() const; 170 relocation_iterator end_relocations() const; 320 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0; 321 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0; 521 inline relocation_iterator SectionRef::begin_relocations() const { in begin_relocations() 525 inline relocation_iterator SectionRef::end_relocations() const { in end_relocations()
|
| HD | MachO.h | 91 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const; 92 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const; 131 relocation_iterator section_rel_begin(unsigned Index) const; 132 relocation_iterator section_rel_end(unsigned Index) const;
|
| HD | COFF.h | 273 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const; 274 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const; 308 const coff_relocation *getCOFFRelocation(relocation_iterator &It) const;
|
| HD | ELFObjectFile.h | 90 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const; 91 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const; 541 relocation_iterator 547 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin() 551 relocation_iterator 562 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()
|
| /trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyld.cpp | 172 for (relocation_iterator i = si->begin_relocations(), in loadObject() 255 for (relocation_iterator I = SI->begin_relocations(), in emitSection()
|
| HD | RuntimeDyldELF.cpp | 599 for (relocation_iterator i = si->begin_relocations(), in findOPDEntrySection()
|
| /trueos/contrib/llvm/tools/llvm-objdump/ |
| HD | COFFDump.cpp | 297 for (relocation_iterator RI = SI->begin_relocations(), in printCOFFUnwindInfo()
|
| HD | llvm-objdump.cpp | 421 for (relocation_iterator ri = i->begin_relocations(), in DisassembleObject() 546 for (relocation_iterator ri = si->begin_relocations(), in PrintRelocations()
|
| HD | MachODump.cpp | 333 for (relocation_iterator RI = Sections[SectIdx].begin_relocations(), in DisassembleInputMachO2()
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCObjectSymbolizer.cpp | 280 for (relocation_iterator RI = SI->begin_relocations(), in buildRelocationByAddrMap()
|
| /trueos/contrib/llvm/tools/macho-dump/ |
| HD | macho-dump.cpp | 100 for (relocation_iterator I = Obj.section_rel_begin(Index), in DumpSectionData()
|
| /trueos/contrib/llvm/lib/DebugInfo/ |
| HD | DWARFContext.cpp | 666 for (object::relocation_iterator reloc_i = i->begin_relocations(), in DWARFContextInMemory()
|