Searched refs:FieldRelocInfo (Results 1 – 1 of 1) sorted by relevance
1154 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection() local1155 Asm->emitLabelReference(FieldRelocInfo.Label, 4); in emitBTFExtSection()1156 OS.emitInt32(FieldRelocInfo.TypeID); in emitBTFExtSection()1157 OS.emitInt32(FieldRelocInfo.OffsetNameOff); in emitBTFExtSection()1158 OS.emitInt32(FieldRelocInfo.RelocKind); in emitBTFExtSection()