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