Searched refs:FieldRelocLen (Results 1 – 2 of 2) sorted by relevance
234 uint32_t FieldRelocLen; ///< Length of offset reloc section226 uint32_t FieldRelocLen; ///< Length of offset reloc section global() member
1089 uint32_t FieldRelocLen = 0; in emitBTFExtSection() local1099 FieldRelocLen += BTF::SecFieldRelocSize; in emitBTFExtSection()1100 FieldRelocLen += FieldRelocSec.second.size() * BTF::BPFFieldRelocSize; in emitBTFExtSection()1103 if (FieldRelocLen) in emitBTFExtSection()1104 FieldRelocLen += 4; in emitBTFExtSection()1111 OS.emitInt32(FieldRelocLen); in emitBTFExtSection()1146 if (FieldRelocLen) { in emitBTFExtSection()