RTEMS CPU Kit with SuperCore
4.11.3
|
RTEMS Run-Time Linker Error. More...
Go to the source code of this file.
Functions | |
void | rtems_rtl_set_error (int error, const char *format,...) RTEMS_RTL_PRINTF_ATTR |
Sets the error. More... | |
void | rtems_rtl_clear_error (void) |
Clears the error. | |
RTEMS Run-Time Linker Error.
void rtems_rtl_set_error | ( | int | error, |
const char * | format, | ||
... | |||
) |
Sets the error.
Assumes the RTL has been locked.
error | The errno error number. |
format | The error format string. |
... | The variable arguments that depend on the format string. |
Referenced by rtems_rtl_elf_relocate_rel(), rtems_rtl_elf_relocate_rela(), rtems_rtl_global_symbols(), rtems_rtl_obj_free(), rtems_rtl_obj_load_sections(), rtems_rtl_obj_relocate_unresolved(), rtems_rtl_symbol_table_open(), and rtems_rtl_unresolved().