Searched refs:obj_data (Results 1 – 1 of 1) sorted by relevance
/linux/tools/bpf/bpftool/ |
A D | gen.c | 658 char obj_name[MAX_OBJ_NAME_LEN] = "", *obj_data; in do_skeleton() local 712 obj_data = mmap(NULL, mmap_sz, PROT_READ, MAP_PRIVATE, fd, 0); in do_skeleton() 713 if (obj_data == MAP_FAILED) { in do_skeleton() 714 obj_data = NULL; in do_skeleton() 721 obj = bpf_object__open_mem(obj_data, file_sz, &opts); in do_skeleton() 1018 print_hex(obj_data, file_sz); in do_skeleton() 1031 if (obj_data) in do_skeleton() 1032 munmap(obj_data, mmap_sz); in do_skeleton()
|
Completed in 4 milliseconds