Searched refs:RelocKind (Results 1 – 4 of 4) sorted by relevance
177 Expected<ELFAArch64RelocationKind> RelocKind = getRelocationKind(Type); in addSingleRelocation() local178 if (!RelocKind) in addSingleRelocation()179 return RelocKind.takeError(); in addSingleRelocation()192 switch (*RelocKind) { in addSingleRelocation()
271 uint32_t RelocKind; ///< What to patch the instruction263 uint32_t RelocKind; ///< What to patch the instruction global() member
1158 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()1275 FieldReloc.RelocKind = std::stoull(std::string(RelocKindStr)); in generatePatchImmReloc()1277 FieldReloc.RelocKind); in generatePatchImmReloc()1281 FieldReloc.RelocKind = std::stoull(std::string(RelocStr)); in generatePatchImmReloc()1282 PatchImms[GVar] = std::make_pair(RootId, FieldReloc.RelocKind); in generatePatchImmReloc()
285 uint32_t RelocKind; ///< What to patch the instruction member