Searched refs:efile (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | libbpf.c | 681 /* Information when doing ELF related work. Only valid if efile.elf is not NULL */ 682 struct elf_state efile; member 854 Elf_Data *symbols = obj->efile.symbols; in bpf_object__add_programs() 890 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs() 1285 err = init_struct_ops_maps(obj, STRUCT_OPS_SEC, obj->efile.st_ops_shndx, in bpf_object_init_struct_ops() 1286 obj->efile.st_ops_data, 0); in bpf_object_init_struct_ops() 1288 obj->efile.st_ops_link_shndx, in bpf_object_init_struct_ops() 1289 obj->efile.st_ops_link_data, in bpf_object_init_struct_ops() 1319 obj->efile.fd = -1; in bpf_object__new() 1326 obj->efile in bpf_object__new() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | run.py | 239 efile = sys.stderr 251 "of the following exception:\n", file=efile) 257 "another exception occurred:\n", file=efile) 260 print('Traceback (most recent call last):', file=efile) 264 traceback.print_list(tbe, file=efile) 267 print(line, end='', file=efile)
|
Completed in 10 milliseconds