Home
last modified time | relevance | path

Searched refs:prev_func (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_search.c78 static void prev_func __P((Widget));
83 { "Previous", prev_func },
156 prev_func(Widget w) in prev_func() function
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c1753 struct funcinfo *prev_func; member
3140 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 …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c1824 struct funcinfo *prev_func; member
3232 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c6092 static struct function *prev_func = NULL; in rs6000_promote_function_mode() local
6097 && prev_func != cfun in rs6000_promote_function_mode()
6102 prev_func = cfun; in rs6000_promote_function_mode()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200311152 (struct frame_info): Add field "prev_func" for caching the
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200311152 (struct frame_info): Add field "prev_func" for caching the
H A DChangeLog-20206972 * frame.c (frame_info) <prev_func> <p>: Rename to status, change