Home
last modified time | relevance | path

Searched refs:load_string (Results 1 – 9 of 9) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.h84 int load_string(const std::string &text, const char *cflags[], int ncflags);
Dbpf_common.cc40 if (mod->load_string(text, cflags, ncflags) != 0) { in bpf_module_create_c_from_string()
Dbpf_module.cc1022 int BPFModule::load_string(const string &text, const char *cflags[], int ncflags) { in load_string() function in ebpf::BPFModule
/external/bcc/src/cc/includes/
Dbpf_module.h84 int load_string(const std::string &text, const char *cflags[], int ncflags);
/external/python/cpython2/Lib/
Dpickle.py967 def load_string(self): member in Unpickler
978 dispatch[STRING] = load_string
/external/python/cpython3/Lib/
Dpickle.py1203 def load_string(self): member in _Unpickler
1211 dispatch[STRING[0]] = load_string
/external/bcc/src/cc/api/
DBPF.cc77 if (bpf_module_->load_string(all_bpf_program, flags, flags_len) != 0) in init()
/external/python/cpython2/Modules/
DcPickle.c3664 load_string(Unpicklerobject *self) in load_string() function
4799 if (load_string(self) < 0) in load()
5216 if (load_string(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c5036 load_string(UnpicklerObject *self) in load_string() function
6438 OP(STRING, load_string) in load()