Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h129 unsigned TargetSectionID = -1; in processRelocationRef() local
133 TargetSectionID = SectionID; in processRelocationRef()
140 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
163 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
165 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
172 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
177 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef()
178 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
184 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
191 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.h226 unsigned TargetSectionID = 0; in processRelocationRef() local
231 TargetSectionID = SectionID; in processRelocationRef()
238 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
282 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h174 unsigned TargetSectionID = -1; in processRelocationRef() local
178 TargetSectionID = SectionID; in processRelocationRef()
185 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
252 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
/freebsd-14.2/contrib/llvm-project/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()