Searched refs:binh (Results 1 – 1 of 1) sorted by relevance
92 if (binh->op && binh->h) in bin_close()93 binh->op->close(binh->h); in bin_close()135 binh = calloc(1, sizeof(*binh)); in ldelf_syscall_open_bin()145 res = binh->op->open(uuid, &binh->h); in ldelf_syscall_open_bin()157 res = binh->op->open(uuid, &binh->h); in ldelf_syscall_open_bin()170 res = binh->op->get_size(binh->h, &binh->size_bytes); in ldelf_syscall_open_bin()208 if (binh->offs_bytes < binh->size_bytes) in ldelf_syscall_close_bin()209 res = binh->op->read(binh->h, NULL, in ldelf_syscall_close_bin()210 binh->size_bytes - binh->offs_bytes); in ldelf_syscall_close_bin()235 res = binh->op->read(binh->h, NULL, in binh_copy_to()[all …]
Completed in 3 milliseconds