Searched refs:FieldRelocSec (Results 1 – 1 of 1) sorted by relevance
1098 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local1100 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()1149 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local1151 std::to_string(FieldRelocSec.first)); in emitBTFExtSection()1152 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()1153 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()1154 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection()