Searched refs:dw_eh_ptr_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/libcxxrt/
H A Ddwarf_eh.h53 typedef unsigned char *dw_eh_ptr_t; typedef
156 static uint64_t read_leb128(dw_eh_ptr_t *data, int *b)
189 static int64_t read_uleb128(dw_eh_ptr_t *data)
200 static int64_t read_sleb128(dw_eh_ptr_t *data)
218 static uint64_t read_value(char encoding, dw_eh_ptr_t *data)
259 dw_eh_ptr_t start)
293 dw_eh_ptr_t *data,
296 dw_eh_ptr_t start = *data;
319 dw_eh_ptr_t region_start;
321 dw_eh_ptr_t landing_pad
[all...]
H A Dexception.cc72 dw_eh_ptr_t landingPad)
96 dw_eh_ptr_t *landingPad)
100 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ucb->barrier_cache.bitpattern[3]);
106 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ex->catchTemp);
906 dw_eh_ptr_t record = lsda->type_table -
909 dw_eh_ptr_t start = record;
981 dw_eh_ptr_t action_record,
991 dw_eh_ptr_t action_record_offset_base = action_record;

Completed in 302 milliseconds