Searched refs:file_sz (Results 1 – 1 of 1) sorted by relevance
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 1168 size_t map_cnt = 0, prog_cnt = 0, attach_map_cnt = 0, file_sz, mmap_sz; in do_skeleton() local 1217 file_sz = st.st_size; in do_skeleton() 1218 mmap_sz = roundup(file_sz, sysconf(_SC_PAGE_SIZE)); in do_skeleton() 1236 obj = bpf_object__open_mem(obj_data, file_sz, &opts); in do_skeleton() 1521 print_hex(obj_data, file_sz); in do_skeleton() 1573 size_t i, len, file_sz, map_cnt = 0, prog_cnt = 0, mmap_sz, var_cnt = 0, var_idx = 0; in do_subskeleton() local 1629 file_sz = st.st_size; in do_subskeleton() 1630 mmap_sz = roundup(file_sz, sysconf(_SC_PAGE_SIZE)); in do_subskeleton() 1649 obj = bpf_object__open_mem(obj_data, file_sz, &opts); in do_subskeleton()
|