Searched refs:FieldRelocSec (Results 1 – 1 of 1) sorted by relevance
1217 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local1219 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()1268 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local1270 std::to_string(FieldRelocSec.first)); in emitBTFExtSection()1271 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()1272 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()1273 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection()