Searched refs:load_string (Results 1 – 9 of 9) sorted by relevance
/external/bcc/src/cc/ |
D | bpf_module.h | 84 int load_string(const std::string &text, const char *cflags[], int ncflags);
|
D | bpf_common.cc | 40 if (mod->load_string(text, cflags, ncflags) != 0) { in bpf_module_create_c_from_string()
|
D | bpf_module.cc | 1022 int BPFModule::load_string(const string &text, const char *cflags[], int ncflags) { in load_string() function in ebpf::BPFModule
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 84 int load_string(const std::string &text, const char *cflags[], int ncflags);
|
/external/python/cpython2/Lib/ |
D | pickle.py | 967 def load_string(self): member in Unpickler 978 dispatch[STRING] = load_string
|
/external/python/cpython3/Lib/ |
D | pickle.py | 1203 def load_string(self): member in _Unpickler 1211 dispatch[STRING[0]] = load_string
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 77 if (bpf_module_->load_string(all_bpf_program, flags, flags_len) != 0) in init()
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 3664 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.c | 5036 load_string(UnpicklerObject *self) in load_string() function 6438 OP(STRING, load_string) in load()
|