Home
last modified time | relevance | path

Searched refs:TargetSectionID (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h106 unsigned TargetSectionID = -1; in processRelocationRef() local
110 TargetSectionID = SectionID; in processRelocationRef()
117 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
140 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
142 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
147 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
149 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
154 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef()
155 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
161 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
[all …]
H A DRuntimeDyldCOFFI386.h61 unsigned TargetSectionID = -1; in processRelocationRef() local
64 TargetSectionID = SectionID; in processRelocationRef()
71 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
117 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
119 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
124 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef()
125 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
131 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h219 unsigned TargetSectionID = 0; in processRelocationRef() local
224 TargetSectionID = SectionID; in processRelocationRef()
231 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
275 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h173 unsigned TargetSectionID = -1; in processRelocationRef() local
177 TargetSectionID = SectionID; in processRelocationRef()
184 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
251 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp79 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local
82 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()
90 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()