Home | History | Annotate | Download | only in ppc

Lines Matching refs:image

50   bfd *image;
56 image = bfd_openr(file_name, NULL);
57 if (image == NULL) {
63 if (!bfd_check_format(image, bfd_object)) {
68 bfd_close(image);
69 image = NULL;
73 if (image == NULL) {
94 image,
105 if (image != NULL)
106 bfd_close(image);