Home
last modified time | relevance | path

Searched refs:ehspec_data (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dexcept.c235 varray_type ehspec_data; member
1272 n->filter = -(VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data) + 1); in add_ehspec_entry()
1279 VARRAY_PUSH_TREE (cfun->eh->ehspec_data, TREE_VALUE (list)); in add_ehspec_entry()
1284 push_uleb128 (&cfun->eh->ehspec_data, in add_ehspec_entry()
1289 VARRAY_PUSH_TREE (cfun->eh->ehspec_data, NULL_TREE); in add_ehspec_entry()
1291 VARRAY_PUSH_UCHAR (cfun->eh->ehspec_data, 0); in add_ehspec_entry()
1310 VARRAY_TREE_INIT (cfun->eh->ehspec_data, 64, "ehspec_data"); in assign_filter_values()
1312 VARRAY_UCHAR_INIT (cfun->eh->ehspec_data, 64, "ehspec_data"); in assign_filter_values()
3644 || VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data) > 0); in output_function_exception_table()
3781 n = VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data); in output_function_exception_table()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c237 varray_type ehspec_data; member
1576 n->filter = -(VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data) + 1);
1582 push_uleb128 (&cfun->eh->ehspec_data,
1584 VARRAY_PUSH_UCHAR (cfun->eh->ehspec_data, 0);
1602 VARRAY_UCHAR_INIT (cfun->eh->ehspec_data, 64, "ehspec_data"); in assign_filter_values()
3679 || VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data) > 0); in output_function_exception_table()
3828 n = VARRAY_ACTIVE_SIZE (cfun->eh->ehspec_data); in output_function_exception_table()
3830 dw2_asm_output_data (1, VARRAY_UCHAR (cfun->eh->ehspec_data, i), in output_function_exception_table()