RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
rtl-error.h File Reference

RTEMS Run-Time Linker Error. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

RTEMS Run-Time Linker Error.

Function Documentation

◆ rtems_rtl_set_error()

void rtems_rtl_set_error ( int  error,
const char *  format,
  ... 
)

Sets the error.

Assumes the RTL has been locked.

Parameters
errorThe errno error number.
formatThe 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().