Searched refs:FuncLen (Results 1 – 1 of 1) sorted by relevance
1206 uint32_t FuncLen = 4, LineLen = 4; in emitBTFExtSection() local1210 FuncLen += BTF::SecFuncInfoSize; in emitBTFExtSection()1211 FuncLen += FuncSec.second.size() * BTF::BPFFuncInfoSize; in emitBTFExtSection()1226 OS.emitInt32(FuncLen); in emitBTFExtSection()1227 OS.emitInt32(FuncLen); in emitBTFExtSection()1229 OS.emitInt32(FuncLen + LineLen); in emitBTFExtSection()