Home
last modified time | relevance | path

Searched refs:relocation_iterator (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h67 const relocation_iterator &RI) const { in getRelocationEntry()
83 relocation_iterator processScatteredVANILLA(
84 unsigned SectionID, relocation_iterator RelI,
98 const relocation_iterator &RI,
104 const relocation_iterator &RI,
DRuntimeDyldMachO.cpp53 relocation_iterator RuntimeDyldMachO::processScatteredVANILLA( in processScatteredVANILLA()
54 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
90 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef()
128 const relocation_iterator &RI, in makeValueAddendPCRel()
DRuntimeDyldELF.h166 relocation_iterator
167 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
DRuntimeDyldImpl.h404 virtual relocation_iterator
405 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
DRuntimeDyld.cpp236 relocation_iterator I = SI->relocation_begin(); in loadObjectImpl()
237 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
DRuntimeDyldELF.cpp1166 relocation_iterator RuntimeDyldELF::processRelocationRef( in processRelocationRef()
1167 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
/external/llvm/lib/Object/
DObject.cpp51 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
52 return reinterpret_cast<relocation_iterator*>(SI); in unwrap()
56 wrap(const relocation_iterator *SI) { in wrap()
58 (const_cast<relocation_iterator*>(SI)); in wrap()
158 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations()
159 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations()
DMachOObjectFile.cpp579 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
583 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
586 relocation_iterator
600 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
938 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection()
1203 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
1209 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()
DCOFFObjectFile.cpp362 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
369 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
372 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
379 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
/external/llvm/include/llvm/Object/
DObjectFile.h65 typedef content_iterator<RelocationRef> relocation_iterator; typedef
100 relocation_iterator relocation_begin() const;
101 relocation_iterator relocation_end() const;
102 iterator_range<relocation_iterator> relocations() const { in relocations()
222 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
223 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
397 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin()
401 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
DELFObjectFile.h155 class elf_relocation_iterator : public relocation_iterator {
157 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator()
158 : relocation_iterator(RelocationRef( in elf_relocation_iterator()
163 relocation_iterator::operator->());
168 relocation_iterator::operator*());
225 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
226 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
603 relocation_iterator
612 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
625 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
[all …]
DMachO.h229 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
230 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
244 section_iterator getRelocationRelocatedSection(relocation_iterator Rel) const;
264 relocation_iterator section_rel_begin(unsigned Index) const;
265 relocation_iterator section_rel_end(unsigned Index) const;
DCOFF.h669 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
670 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h33 relocation_iterator
34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
146 relocation_iterator
147 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldMachOI386.h33 relocation_iterator
34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
127 relocation_iterator
128 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h52 relocation_iterator
53 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
204 relocation_iterator
205 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h109 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef()
110 relocation_iterator RelI, in processRelocationRef()
DRuntimeDyldCOFFI386.h37 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef()
38 relocation_iterator RelI, in processRelocationRef()
DRuntimeDyldMachOAArch64.h245 relocation_iterator
246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()