Searched refs:prev_func (Results 1 – 7 of 7) sorted by relevance
78 static void prev_func __P((Widget));83 { "Previous", prev_func },156 prev_func(Widget w) in prev_func() function
1753 struct funcinfo *prev_func; member3140 for (each = unit->function_table; each; each = each->prev_func) in build_lookup_funcinfo_table()3287 each_func = each_func->prev_func) in lookup_symbol_in_function_table()3723 for (; table != NULL; table = table->prev_func) in lookup_func_by_offset()3753 temp = head->prev_func; in reverse_funcinfo_list()3754 head->prev_func = rhead; in reverse_funcinfo_list()3855 func->prev_func = unit->function_table; in scan_unit_for_symbols()3972 && last_func->prev_func in scan_unit_for_symbols()3973 && last_func->prev_func->unit_offset == current_offset) in scan_unit_for_symbols()3974 func = last_func->prev_func; in scan_unit_for_symbols()[all …]
1824 struct funcinfo *prev_func; member3232 for (each = unit->function_table; each; each = each->prev_func) in build_lookup_funcinfo_table()3375 for (each = unit->function_table; each; each = each->prev_func) in lookup_symbol_in_function_table()3797 for (; table != NULL; table = table->prev_func) in lookup_func_by_offset()3827 temp = head->prev_func; in reverse_funcinfo_list()3828 head->prev_func = rhead; in reverse_funcinfo_list()3929 func->prev_func = unit->function_table; in scan_unit_for_symbols()4046 && last_func->prev_func in scan_unit_for_symbols()4047 && last_func->prev_func->unit_offset == current_offset) in scan_unit_for_symbols()4048 func = last_func->prev_func; in scan_unit_for_symbols()[all …]
6092 static struct function *prev_func = NULL; in rs6000_promote_function_mode() local6097 && prev_func != cfun in rs6000_promote_function_mode()6102 prev_func = cfun; in rs6000_promote_function_mode()
11152 (struct frame_info): Add field "prev_func" for caching the
6972 * frame.c (frame_info) <prev_func> <p>: Rename to status, change