bpf_module.cc | 313 // make_writer back into binary representations. The encoding of the string 384 // make_writer generates a dynamic function in the instruction set of the host 398 string BPFModule::make_writer(Module *mod, Type *type) { function in class:ebpf::BPFModule 540 make_writer(&*m, key_type), _1, _2, _3); 542 std::bind(&BPFModule::snprintf, this, make_writer(&*m, leaf_type),
|