Searched refs:FieldRelocSec (Results 1 – 1 of 1) sorted by relevance
1059 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local1061 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()1110 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local1112 std::to_string(FieldRelocSec.first)); in emitBTFExtSection()1113 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()1114 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()1115 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection()