OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prev_func
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/nvi/dist/motif_l/
m_search.c
80
static void
prev_func
__P((Widget));
85
{ "Previous",
prev_func
},
157
*
prev_func
--
161
prev_func
(Widget w)
156
prev_func
(Widget w)
function
/src/external/gpl3/gdb/dist/gdb/
frame.c
168
}
prev_func
;
member in struct:frame_info
516
if (fi->next != NULL && fi->next->
prev_func
.status == CC_VALUE)
517
res += string_printf ("func=%s", hex_string (fi->next->
prev_func
.addr));
1061
if (next_frame->
prev_func
.status == CC_UNKNOWN)
1069
next_frame->
prev_func
.status = CC_UNAVAILABLE;
1076
next_frame->
prev_func
.status = CC_VALUE;
1077
next_frame->
prev_func
.addr = get_pc_function_start (addr_in_block);
1081
hex_string (next_frame->
prev_func
.addr));
1085
if (next_frame->
prev_func
.status == CC_UNAVAILABLE)
1092
gdb_assert (next_frame->
prev_func
.status == CC_VALUE)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
frame.c
168
}
prev_func
;
member in struct:frame_info
516
if (fi->next != NULL && fi->next->
prev_func
.status == CC_VALUE)
517
res += string_printf ("func=%s", hex_string (fi->next->
prev_func
.addr));
1061
if (next_frame->
prev_func
.status == CC_UNKNOWN)
1069
next_frame->
prev_func
.status = CC_UNAVAILABLE;
1076
next_frame->
prev_func
.status = CC_VALUE;
1077
next_frame->
prev_func
.addr = get_pc_function_start (addr_in_block);
1081
hex_string (next_frame->
prev_func
.addr));
1085
if (next_frame->
prev_func
.status == CC_UNAVAILABLE)
1092
gdb_assert (next_frame->
prev_func
.status == CC_VALUE)
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
dwarf2.c
1831
struct funcinfo *
prev_func
;
member in struct:funcinfo
3260
for (each = unit->function_table; each; each = each->
prev_func
)
3403
for (each = unit->function_table; each; each = each->
prev_func
)
3825
for (; table != NULL; table = table->
prev_func
)
3855
temp = head->
prev_func
;
3856
head->
prev_func
= rhead;
3957
func->
prev_func
= unit->function_table;
4074
&& last_func->
prev_func
4075
&& last_func->
prev_func
->unit_offset == current_offset)
4076
func = last_func->
prev_func
;
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c
1831
struct funcinfo *
prev_func
;
member in struct:funcinfo
3260
for (each = unit->function_table; each; each = each->
prev_func
)
3403
for (each = unit->function_table; each; each = each->
prev_func
)
3825
for (; table != NULL; table = table->
prev_func
)
3855
temp = head->
prev_func
;
3856
head->
prev_func
= rhead;
3957
func->
prev_func
= unit->function_table;
4074
&& last_func->
prev_func
4075
&& last_func->
prev_func
->unit_offset == current_offset)
4076
func = last_func->
prev_func
;
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
dwarf2.c
1831
struct funcinfo *
prev_func
;
member in struct:funcinfo
3260
for (each = unit->function_table; each; each = each->
prev_func
)
3403
for (each = unit->function_table; each; each = each->
prev_func
)
3825
for (; table != NULL; table = table->
prev_func
)
3855
temp = head->
prev_func
;
3856
head->
prev_func
= rhead;
3957
func->
prev_func
= unit->function_table;
4074
&& last_func->
prev_func
4075
&& last_func->
prev_func
->unit_offset == current_offset)
4076
func = last_func->
prev_func
;
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c
1824
struct funcinfo *
prev_func
;
member in struct:funcinfo
3253
for (each = unit->function_table; each; each = each->
prev_func
)
3396
for (each = unit->function_table; each; each = each->
prev_func
)
3818
for (; table != NULL; table = table->
prev_func
)
3848
temp = head->
prev_func
;
3849
head->
prev_func
= rhead;
3950
func->
prev_func
= unit->function_table;
4067
&& last_func->
prev_func
4068
&& last_func->
prev_func
->unit_offset == current_offset)
4069
func = last_func->
prev_func
;
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026