Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h84 unsigned TargetSectionID = -1; in processRelocationRef() local
91 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
103 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
105 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
110 RelocationEntry(TargetSectionID, Offset, RelType, 0); in processRelocationRef()
111 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
117 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
122 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
124 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
133 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
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()
DRuntimeDyldCOFFX86_64.h172 unsigned TargetSectionID; in processRelocationRef() local
175 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()
180 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp78 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local
81 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()
88 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()