coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
eabi_compat.c File Reference
#include <stddef.h>
#include <string.h>
#include <console/console.h>
Include dependency graph for eabi_compat.c:

Go to the source code of this file.

Functions

int raise (int signum)
 
void __aeabi_unwind_cpp_pr0 (void)
 
void __aeabi_unwind_cpp_pr1 (void)
 
void __aeabi_memcpy (void *dest, const void *src, size_t n)
 
void __aeabi_memset (void *dest, size_t n, int c)
 

Function Documentation

◆ __aeabi_memcpy()

void __aeabi_memcpy ( void dest,
const void src,
size_t  n 
)

Definition at line 27 of file eabi_compat.c.

References memcpy(), and void().

Here is the call graph for this function:

◆ __aeabi_memset()

void __aeabi_memset ( void dest,
size_t  n,
int  c 
)

Definition at line 33 of file eabi_compat.c.

References c, memset(), and void().

Here is the call graph for this function:

◆ __aeabi_unwind_cpp_pr0()

void __aeabi_unwind_cpp_pr0 ( void  )

Definition at line 17 of file eabi_compat.c.

◆ __aeabi_unwind_cpp_pr1()

void __aeabi_unwind_cpp_pr1 ( void  )

Definition at line 22 of file eabi_compat.c.

◆ raise()

int raise ( int  signum)

Definition at line 9 of file eabi_compat.c.

References BIOS_CRIT, and printk.