Searched refs:FieldRelocSec (Results 1 – 1 of 1) sorted by relevance
842 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local844 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()893 for (const auto &FieldRelocSec : FieldRelocTable) { in emitBTFExtSection() local895 std::to_string(FieldRelocSec.first)); in emitBTFExtSection()896 OS.emitInt32(FieldRelocSec.first); in emitBTFExtSection()897 OS.emitInt32(FieldRelocSec.second.size()); in emitBTFExtSection()898 for (const auto &FieldRelocInfo : FieldRelocSec.second) { in emitBTFExtSection()