OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:framefunc
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/compile/
compile-loc2c.c
887
struct symbol *
framefunc
;
895
framefunc
= b->linkage_function ();
897
if (!
framefunc
)
900
func_get_frame_base_dwarf_block (
framefunc
, pc,
885
struct symbol *
framefunc
;
local
/src/external/gpl3/gdb/dist/gdb/compile/
compile-loc2c.c
888
struct symbol *
framefunc
;
896
framefunc
= b->linkage_function ();
898
if (!
framefunc
)
901
func_get_frame_base_dwarf_block (
framefunc
, pc,
886
struct symbol *
framefunc
;
local
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c
784
symbol *
framefunc
= bl->linkage_function ();
local
789
gdb_assert (
framefunc
!= NULL);
791
func_get_frame_base_dwarf_block (
framefunc
,
loc.c
492
locexpr_find_frame_base_location (struct symbol *
framefunc
, CORE_ADDR pc,
496
= (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (
framefunc
);
506
locexpr_get_frame_base (struct symbol *
framefunc
, const frame_info_ptr &frame)
515
/* If this method is called, then
FRAMEFUNC
is supposed to be a DWARF block.
518
gdb_assert (
framefunc
->block_ops ()->find_frame_base_location != nullptr);
522
dlbaton = (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (
framefunc
);
524
framefunc
->block_ops ()->find_frame_base_location (
framefunc
,
551
loclist_find_frame_base_location (struct symbol *
framefunc
, CORE_ADDR pc,
555
= (struct dwarf2_loclist_baton *) SYMBOL_LOCATION_BATON (
framefunc
);
2648
struct symbol *
framefunc
;
local
3163
struct symbol *
framefunc
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c
802
symbol *
framefunc
= bl->linkage_function ();
local
807
gdb_assert (
framefunc
!= NULL);
809
func_get_frame_base_dwarf_block (
framefunc
,
loc.c
492
locexpr_find_frame_base_location (struct symbol *
framefunc
, CORE_ADDR pc,
496
= (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (
framefunc
);
506
locexpr_get_frame_base (struct symbol *
framefunc
, const frame_info_ptr &frame)
515
/* If this method is called, then
FRAMEFUNC
is supposed to be a DWARF block.
518
gdb_assert (
framefunc
->block_ops ()->find_frame_base_location != nullptr);
522
dlbaton = (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (
framefunc
);
524
framefunc
->block_ops ()->find_frame_base_location (
framefunc
,
551
loclist_find_frame_base_location (struct symbol *
framefunc
, CORE_ADDR pc,
555
= (struct dwarf2_loclist_baton *) SYMBOL_LOCATION_BATON (
framefunc
);
2676
struct symbol *
framefunc
;
local
3191
struct symbol *
framefunc
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
frame.c
3197
struct symbol *
framefunc
= get_frame_function (frame);
local
3204
if (
framefunc
!= nullptr)
3206
if (const symbol_block_ops *block_ops =
framefunc
->block_ops ();
3209
&& (block_ops->get_frame_base (
framefunc
, frame)
/src/external/gpl3/gdb/dist/gdb/
frame.c
3192
struct symbol *
framefunc
= get_frame_function (frame);
local
3199
if (
framefunc
!= nullptr)
3201
if (const symbol_block_ops *block_ops =
framefunc
->block_ops ();
3204
&& (block_ops->get_frame_base (
framefunc
, frame)
Completed in 25 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026