Home
last modified time | relevance | path

Searched refs:efile (Results 1 – 2 of 2) sorted by relevance

/third_party/libbpf/src/
Dlibbpf.c674 struct elf_state efile; member
845 Elf_Data *symbols = obj->efile.symbols; in bpf_object__add_programs()
882 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs()
1223 if (obj->efile.st_ops_shndx == -1) in bpf_object__init_struct_ops_maps()
1263 map->sec_idx = obj->efile.st_ops_shndx; in bpf_object__init_struct_ops_maps()
1285 if (vsi->offset + type->size > obj->efile.st_ops_data->d_size) { in bpf_object__init_struct_ops_maps()
1292 obj->efile.st_ops_data->d_buf + vsi->offset, in bpf_object__init_struct_ops_maps()
1330 obj->efile.fd = -1; in bpf_object__new()
1337 obj->efile.obj_buf = obj_buf; in bpf_object__new()
1338 obj->efile.obj_buf_sz = obj_buf_sz; in bpf_object__new()
[all …]
/third_party/python/Lib/idlelib/
Drun.py239 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)