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 - 14
of
14
) 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
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.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
...]
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/dist/gdb/
frame.c
167
}
prev_func
;
member in struct:frame_info
513
if (fi->next != NULL && fi->next->
prev_func
.status == CC_VALUE)
514
res += string_printf ("func=%s", hex_string (fi->next->
prev_func
.addr));
1058
if (next_frame->
prev_func
.status == CC_UNKNOWN)
1066
next_frame->
prev_func
.status = CC_UNAVAILABLE;
1073
next_frame->
prev_func
.status = CC_VALUE;
1074
next_frame->
prev_func
.addr = get_pc_function_start (addr_in_block);
1078
hex_string (next_frame->
prev_func
.addr));
1082
if (next_frame->
prev_func
.status == CC_UNAVAILABLE)
1089
gdb_assert (next_frame->
prev_func
.status == CC_VALUE)
[
all
...]
frame.c
167
}
prev_func
;
member in struct:frame_info
513
if (fi->next != NULL && fi->next->
prev_func
.status == CC_VALUE)
514
res += string_printf ("func=%s", hex_string (fi->next->
prev_func
.addr));
1058
if (next_frame->
prev_func
.status == CC_UNKNOWN)
1066
next_frame->
prev_func
.status = CC_UNAVAILABLE;
1073
next_frame->
prev_func
.status = CC_VALUE;
1074
next_frame->
prev_func
.addr = get_pc_function_start (addr_in_block);
1078
hex_string (next_frame->
prev_func
.addr));
1082
if (next_frame->
prev_func
.status == CC_UNAVAILABLE)
1089
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
...]
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
...]
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
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
...]
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
...]
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
...]
Completed in 54 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026