Searched refs:TargetSectionID (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 84 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()
|
D | RuntimeDyldCOFFI386.h | 87 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()
|
D | RuntimeDyldCOFFX86_64.h | 172 unsigned TargetSectionID; in processRelocationRef() local 175 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef() 180 addRelocationForSection(RE, TargetSectionID); in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 78 uint32_t TargetSectionID = ~0U; in processScatteredVANILLA() local 81 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA() 88 addRelocationForSection(R, TargetSectionID); in processScatteredVANILLA()
|