Lines Matching refs:bfdf
142 bfd *bfdf; member
222 bfd *bfdf; in init_context() local
230 ctx->bfdf = bfd_openr(tpath, NULL); in init_context()
231 if (!ctx->bfdf) { in init_context()
235 if (!bfd_check_format(ctx->bfdf, bfd_object)) { in init_context()
239 bfdf = ctx->bfdf; in init_context()
262 bfdf->arch_info = inf; in init_context()
269 info->arch = bfd_get_arch(bfdf); in init_context()
270 info->mach = bfd_get_mach(bfdf); in init_context()
280 bfd_big_endian(bfdf), in init_context()
282 bfdf); in init_context()
284 ctx->disassemble = disassembler(bfdf); in init_context()
295 bfd_close(ctx->bfdf); in init_context()
302 bfd_close(ctx->bfdf); in destroy_context()