Searched refs:TargetSectionID (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFThumb.h | 107 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 D | RuntimeDyldCOFFI386.h | 61 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 D | RuntimeDyldCOFFX86_64.h | 219 unsigned TargetSectionID = 0; in processRelocationRef() local 224 TargetSectionID = SectionID; in processRelocationRef() 231 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 275 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
H A D | RuntimeDyldCOFFAArch64.h | 173 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 D | RuntimeDyldMachO.cpp | 79 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local 82 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA() 90 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|