#include "image_errors.h"#include "arrange_profiles.h"#include "string_manip.h"#include "locate_images.h"#include <iostream>#include <set>
Go to the source code of this file.
Functions | |
| void | report_image_error (string const &image, image_error error, bool fatal, extra_images const &extra) |
| void | report_image_error (inverted_profile const &profile, bool fatal, extra_images const &extra) |
| output why the image passed can't be read to stderr | |
| void | report_image_errors (list< inverted_profile > const &plist, extra_images const &extra) |
Report errors in images
Definition in file image_errors.cpp.
| void report_image_error | ( | inverted_profile const & | profile, | |
| bool | fatal, | |||
| extra_images const & | extra | |||
| ) |
output why the image passed can't be read to stderr
Definition at line 72 of file image_errors.cpp.
References inverted_profile::error, inverted_profile::image, and report_image_error().

| void report_image_error | ( | string const & | image, | |
| image_error | error, | |||
| bool | fatal, | |||
| extra_images const & | extra | |||
| ) |
Definition at line 28 of file image_errors.cpp.
References extra_images::get_archive_path(), image_format_failure, image_multiple_match, image_not_found, image_ok, image_unreadable, and is_prefix().
Referenced by format_output::xml_formatter::get_bfd_object(), populate_for_image(), report_image_error(), and report_image_errors().


| void report_image_errors | ( | list< inverted_profile > const & | plist, | |
| extra_images const & | extra | |||
| ) |
Definition at line 79 of file image_errors.cpp.
References report_image_error().

1.6.1