Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h104 unsigned TargetSectionID = -1; in processRelocationRef() local
111 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
126 SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
128 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
135 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
140 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef()
141 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
147 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
152 SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
154 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
[all …]
H A DRuntimeDyldCOFFI386.h87 unsigned TargetSectionID = -1; in processRelocationRef() local
94 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
106 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
108 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
113 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef()
114 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
120 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h258 unsigned TargetSectionID; in processRelocationRef() local
261 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
266 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp80 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local
83 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()
91 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()