Lines Matching refs:bfdf
157 bfd *bfdf; member
237 bfd *bfdf; in init_context() local
245 ctx->bfdf = bfd_openr(tpath, NULL); in init_context()
246 if (!ctx->bfdf) { in init_context()
250 if (!bfd_check_format(ctx->bfdf, bfd_object)) { in init_context()
254 bfdf = ctx->bfdf; in init_context()
278 bfdf->arch_info = inf; in init_context()
285 info->arch = bfd_get_arch(bfdf); in init_context()
286 info->mach = bfd_get_mach(bfdf); in init_context()
297 bfd_big_endian(bfdf), in init_context()
299 bfdf); in init_context()
301 ctx->disassemble = disassembler(bfdf); in init_context()
312 bfd_close(ctx->bfdf); in init_context()
319 bfd_close(ctx->bfdf); in destroy_context()