Searched refs:framefunc (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.h51 extern void func_get_frame_base_dwarf_block (struct symbol *framefunc,
H A Dloc.c472 locexpr_find_frame_base_location (struct symbol *framefunc, CORE_ADDR pc, argument
476 = (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (framefunc);
486 locexpr_get_frame_base (struct symbol *framefunc, struct frame_info *frame) argument
498 gdb_assert (SYMBOL_BLOCK_OPS (framefunc)->find_frame_base_location != NULL);
502 dlbaton = (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (framefunc);
504 SYMBOL_BLOCK_OPS (framefunc)->find_frame_base_location
505 (framefunc, get_frame_pc (frame), &start, &length);
530 loclist_find_frame_base_location (struct symbol *framefunc, CORE_ADDR pc, argument
534 = (struct dwarf2_loclist_baton *) SYMBOL_LOCATION_BATON (framefunc);
543 loclist_get_frame_base (struct symbol *framefunc, struc argument
586 func_get_frame_base_dwarf_block(struct symbol *framefunc, CORE_ADDR pc, const gdb_byte **start, size_t *length) argument
791 struct symbol *framefunc; variable in typeref:struct:symbol
3278 struct symbol *framefunc; local
3787 struct symbol *framefunc; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dloc.h51 extern void func_get_frame_base_dwarf_block (struct symbol *framefunc,
H A Dloc.c477 locexpr_find_frame_base_location (struct symbol *framefunc, CORE_ADDR pc, argument
481 = (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (framefunc);
491 locexpr_get_frame_base (struct symbol *framefunc, frame_info_ptr frame) argument
503 gdb_assert (SYMBOL_BLOCK_OPS (framefunc)->find_frame_base_location != NULL);
507 dlbaton = (struct dwarf2_locexpr_baton *) SYMBOL_LOCATION_BATON (framefunc);
509 SYMBOL_BLOCK_OPS (framefunc)->find_frame_base_location
510 (framefunc, get_frame_pc (frame), &start, &length);
535 loclist_find_frame_base_location (struct symbol *framefunc, CORE_ADDR pc, argument
539 = (struct dwarf2_loclist_baton *) SYMBOL_LOCATION_BATON (framefunc);
548 loclist_get_frame_base (struct symbol *framefunc, frame_info_pt argument
591 func_get_frame_base_dwarf_block(struct symbol *framefunc, CORE_ADDR pc, const gdb_byte **start, size_t *length) argument
2638 struct symbol *framefunc; local
3153 struct symbol *framefunc; local
[all...]
H A Dexpr.c777 symbol *framefunc = block_linkage_function (bl); local
782 gdb_assert (framefunc != NULL);
784 func_get_frame_base_dwarf_block (framefunc,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfindvar.c452 struct symbol *framefunc = get_frame_function (frame);
459 if (framefunc != NULL
460 && SYMBOL_BLOCK_OPS (framefunc) != NULL
461 && SYMBOL_BLOCK_OPS (framefunc)->get_frame_base != NULL
462 && (SYMBOL_BLOCK_OPS (framefunc)->get_frame_base (framefunc, frame)
451 struct symbol *framefunc = get_frame_function (frame); local
H A Dsymtab.h1041 void (*find_frame_base_location) (struct symbol *framefunc, CORE_ADDR pc,
1060 CORE_ADDR (*get_frame_base) (struct symbol *framefunc,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfindvar.c412 struct symbol *framefunc = get_frame_function (frame);
419 if (framefunc != NULL
420 && SYMBOL_BLOCK_OPS (framefunc) != NULL
421 && SYMBOL_BLOCK_OPS (framefunc)->get_frame_base != NULL
422 && (SYMBOL_BLOCK_OPS (framefunc)->get_frame_base (framefunc, frame)
411 struct symbol *framefunc = get_frame_function (frame); local
H A Dsymtab.h1131 void (*find_frame_base_location) (struct symbol *framefunc, CORE_ADDR pc,
1150 CORE_ADDR (*get_frame_base) (struct symbol *framefunc,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-loc2c.c874 struct symbol *framefunc;
882 framefunc = block_linkage_function (b);
884 if (!framefunc)
887 func_get_frame_base_dwarf_block (framefunc, pc,
872 struct symbol *framefunc; local
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-loc2c.c889 struct symbol *framefunc;
897 framefunc = block_linkage_function (b);
899 if (!framefunc)
902 func_get_frame_base_dwarf_block (framefunc, pc,
887 struct symbol *framefunc; local

Completed in 304 milliseconds