Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h107 unsigned TargetSectionID = -1; in processRelocationRef() local
111 TargetSectionID = SectionID; in processRelocationRef()
118 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
141 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
143 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
148 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
150 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
155 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef()
156 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
162 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()
/netbsd-src/external/apache2/llvm/dist/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()