#include <stdlib.h>#include <stdio.h>#include <strings.h>#include <sys/unwindP.h>#include "unwind_producer.h"

Go to the source code of this file.
| __unw_error_t unwind_info_add_prologue_pfs_gr_info | ( | __unw_info_t * | info, | |
| __uint32_t | gr | |||
| ) |
Definition at line 89 of file pfs.c.
References __UNW_INV_ARG_ERROR, __UNW_NULL_ERROR, __UNW_OK, __unw_format_p3_struct::_fix, _unwind_info, _unwind_info_size, NULL, ret, and unwind_info_add_desc().
| __unw_error_t unwind_info_add_prologue_pfs_psprel_info | ( | __unw_info_t * | info, | |
| __uint64_t | offset | |||
| ) |
Definition at line 122 of file pfs.c.
References __leb128_encode(), __UNW_ENCODING_SIZE, __UNW_INTERNAL_ERROR, __UNW_INV_ARG_ERROR, __UNW_NULL_ERROR, __UNW_OK, _unwind_info, _unwind_info_size, NULL, ret, and unwind_info_add_desc().
| __unw_error_t unwind_info_add_prologue_pfs_sprel_info | ( | __unw_info_t * | info, | |
| __uint64_t | offset | |||
| ) |
Definition at line 159 of file pfs.c.
References __leb128_encode(), __UNW_ENCODING_SIZE, __UNW_INTERNAL_ERROR, __UNW_INV_ARG_ERROR, __UNW_NULL_ERROR, __UNW_OK, _unwind_info, _unwind_info_size, NULL, ret, and unwind_info_add_desc().
| __unw_error_t unwind_info_add_prologue_pfs_when_info | ( | __unw_info_t * | info, | |
| __uint64_t | when | |||
| ) |
Definition at line 47 of file pfs.c.
References __leb128_encode(), __UNW_ENCODING_SIZE, __UNW_INTERNAL_ERROR, __UNW_INV_ARG_ERROR, __UNW_INV_SIZE_ERROR, __UNW_NULL_ERROR, __UNW_OK, _current_region_total_size, _unwind_info, _unwind_info_size, NULL, ret, and unwind_info_add_desc().
1.5.6