Searched refs:table_entry (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Draise-gcc.c676 const unsigned char *table_entry; member in struct:__anon14
698 (void *) action->landing_pad, action->table_entry);
775 action->table_entry = region->action_table + cs_action - 1;
777 action->table_entry = 0;
828 action->table_entry = region->action_table + cs_action - 1;
830 action->table_entry = 0;
985 else if (action->table_entry == 0)
999 const unsigned char * p = action->table_entry;
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic6x.h56 symbolS *table_entry; member in struct:tic6x_unwind_info
H A Dtc-tic6x.c410 if (unwind->table_entry || unwind->personality_index == -2)
435 if (!unwind->table_entry)
442 unwind->table_entry = NULL;
4730 if (unwind->table_entry == NULL)
4735 unwind->table_entry = expr_build_dot ();
4810 if (unwind->table_entry)
4813 unwind->table_entry = NULL;
4864 if (unwind->table_entry)
4867 fix_new (frag_now, where + 4, 4, unwind->table_entry, 0, 1,
4911 unwind->table_entry
[all...]
H A Dtc-arc.c3206 const relax_typeS *table_entry; local
3215 table_entry = TC_GENERIC_RELAX_TABLE + fragP->fr_subtype;
3234 gas_assert (table_entry->rlx_length == size);
3237 fragP->fr_fix += table_entry->rlx_length;
H A Dtc-arm.c52 symbolS * table_entry; member in struct:__anon348
3770 unwind.table_entry = NULL;
3791 if (unwind.table_entry)
3816 if (unwind.table_entry == NULL)
3858 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
22247 unwind.table_entry = expr_build_dot ();
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c60 symbolS * table_entry; member in struct:__anon2530
2152 unwind.table_entry = NULL;
2170 if (unwind.table_entry)
2188 if (unwind.table_entry == NULL)
2227 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
11081 unwind.table_entry = expr_build_dot ();

Completed in 232 milliseconds