HomeSort by: relevance | last modified time | path
    Searched refs:baton (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
user-regs.h 60 const void *baton);
66 const void *baton);
70 user_reg_read_ftype *read, const void *baton);
std-regs.c 29 value_of_builtin_frame_fp_reg (const frame_info_ptr &frame, const void *baton)
55 value_of_builtin_frame_pc_reg (const frame_info_ptr &frame, const void *baton)
75 value_of_builtin_frame_sp_reg (const frame_info_ptr &frame, const void *baton)
86 value_of_builtin_frame_ps_reg (const frame_info_ptr &frame, const void *baton)
user-regs.c 46 struct value *(*xread) (const frame_info_ptr &frame, const void *baton);
47 const void *baton; member in struct:user_reg
65 user_reg_read_ftype *xread, const void *baton,
74 reg->baton = baton;
88 const void *baton)
90 append_user_reg (&builtin_user_regs, name, xread, baton,
112 append_user_reg (regs, reg->name, reg->xread, reg->baton,
122 user_reg_read_ftype *xread, const void *baton)
126 append_user_reg (regs, name, xread, baton,
    [all...]
gdbtypes.h 279 const dwarf2_property_baton *baton; member in union:dynamic_prop_data
346 const dwarf2_property_baton *baton () const function in struct:dynamic_prop
352 return m_data.baton;
355 void set_locexpr (const dwarf2_property_baton *baton)
358 m_data.baton = baton;
361 void set_loclist (const dwarf2_property_baton *baton)
364 m_data.baton = baton;
367 void set_addr_offset (const dwarf2_property_baton *baton)
    [all...]
target-memory.c 342 progress_cb, iter.baton);
365 progress_cb, iter.baton);
gnu-v3-abi.c 481 struct dwarf2_property_baton baton; local
482 baton.property_type
484 baton.locexpr = *type->field (index).loc_dwarf_block ();
487 prop.set_locexpr (&baton);
target.h 325 the number of bytes written and the opaque BATON after every
336 void *baton);
1653 : begin (begin_), end (end_), data (data_), baton (baton_)
1662 /* A callback baton for progress reporting for this request. */
1663 void *baton;
1685 feedback to user. It will be called with the baton corresponding
1687 with a NULL baton, when preserved flash sectors are being rewritten.
1661 void *baton; member in struct:memory_write_request
nds32-tdep.c 264 /* Value of a register alias. BATON is the regnum of the corresponding
268 value_of_nds32_reg (const frame_info_ptr &frame, const void *baton)
270 return value_of_register ((int) (intptr_t) baton,
  /src/external/gpl3/gdb.old/dist/gdb/
user-regs.h 60 const void *baton);
66 const void *baton);
70 user_reg_read_ftype *read, const void *baton);
user-regs.c 46 struct value *(*xread) (const frame_info_ptr &frame, const void *baton);
47 const void *baton; member in struct:user_reg
65 user_reg_read_ftype *xread, const void *baton,
74 reg->baton = baton;
88 const void *baton)
90 append_user_reg (&builtin_user_regs, name, xread, baton,
112 append_user_reg (regs, reg->name, reg->xread, reg->baton,
122 user_reg_read_ftype *xread, const void *baton)
126 append_user_reg (regs, name, xread, baton,
    [all...]
std-regs.c 29 value_of_builtin_frame_fp_reg (const frame_info_ptr &frame, const void *baton)
55 value_of_builtin_frame_pc_reg (const frame_info_ptr &frame, const void *baton)
75 value_of_builtin_frame_sp_reg (const frame_info_ptr &frame, const void *baton)
86 value_of_builtin_frame_ps_reg (const frame_info_ptr &frame, const void *baton)
gdbtypes.h 285 const dwarf2_property_baton *baton; member in union:dynamic_prop_data
352 const dwarf2_property_baton *baton () const function in struct:dynamic_prop
358 return m_data.baton;
361 void set_locexpr (const dwarf2_property_baton *baton)
364 m_data.baton = baton;
367 void set_loclist (const dwarf2_property_baton *baton)
370 m_data.baton = baton;
373 void set_addr_offset (const dwarf2_property_baton *baton)
    [all...]
target-memory.c 342 progress_cb, iter.baton);
365 progress_cb, iter.baton);
gnu-v3-abi.c 480 struct dwarf2_property_baton baton; local
481 baton.property_type
483 baton.locexpr = *type->field (index).loc_dwarf_block ();
486 prop.set_locexpr (&baton);
target.h 325 the number of bytes written and the opaque BATON after every
336 void *baton);
1645 : begin (begin_), end (end_), data (data_), baton (baton_)
1654 /* A callback baton for progress reporting for this request. */
1655 void *baton;
1677 feedback to user. It will be called with the baton corresponding
1679 with a NULL baton, when preserved flash sectors are being rewritten.
1653 void *baton; member in struct:memory_write_request
  /src/external/gpl2/lvm2/dist/include/
config.h 75 typedef int (*putline_fn)(const char *line, void *baton);
76 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton);
  /src/external/gpl2/lvm2/dist/lib/config/
config.h 75 typedef int (*putline_fn)(const char *line, void *baton);
76 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton);
config.c 509 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton)
515 outline.putline_baton = baton;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 357 symbol baton (BATON) and a pc value (PC), find the appropriate
365 dwarf2_find_location_expression (const dwarf2_loclist_baton *baton,
369 dwarf2_per_objfile *per_objfile = baton->per_objfile;
373 unsigned int addr_size = baton->per_cu->addr_size ();
376 CORE_ADDR text_offset = baton->per_objfile->objfile->text_section_offset ();
378 unrelocated_addr base_address = baton->base_address;
381 loc_ptr = baton->data;
382 buf_end = baton->data + baton->size
1462 struct dwarf2_locexpr_baton baton local
1664 const struct dwarf2_property_baton *baton = prop->baton (); local
1706 const dwarf2_property_baton *baton = prop->baton (); local
1737 const dwarf2_property_baton *baton = prop->baton (); local
1787 const dwarf2_property_baton *baton = prop->baton (); local
2146 struct dwarf2_locexpr_baton baton variable in typeref:struct:dwarf2_locexpr_baton
2199 struct dwarf2_locexpr_baton baton variable in typeref:struct:dwarf2_locexpr_baton
    [all...]
loc.h 40 (const dwarf2_loclist_baton *baton,
148 /* The symbol location baton types used by the DWARF-2 reader (i.e.
205 /* The baton used when a dynamic property is an offset to a parent
read.c 841 struct dwarf2_locexpr_baton **baton);
1037 struct dwarf2_loclist_baton *baton,
6818 struct dwarf2_locexpr_baton *baton;
6860 &value, &bytes, &baton);
6870 if (baton != NULL)
6872 baton->data,
6873 baton->size,
6874 baton->per_cu,
6875 baton->per_objfile);
11788 /* When using this baton, we want to compute the addres
6810 struct dwarf2_locexpr_baton *baton; local
13378 struct dwarf2_locexpr_baton *baton; local
14073 struct dwarf2_locexpr_baton *baton; local
15623 struct dwarf2_property_baton *baton; local
19820 struct dwarf2_locexpr_baton *baton; local
21705 struct dwarf2_loclist_baton *baton; local
21722 struct dwarf2_locexpr_baton *baton; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 357 symbol baton (BATON) and a pc value (PC), find the appropriate
365 dwarf2_find_location_expression (const dwarf2_loclist_baton *baton,
369 dwarf2_per_objfile *per_objfile = baton->per_objfile;
373 unsigned int addr_size = baton->per_cu->addr_size ();
376 CORE_ADDR text_offset = baton->per_objfile->objfile->text_section_offset ();
378 unrelocated_addr base_address = baton->base_address;
381 loc_ptr = baton->data;
382 buf_end = baton->data + baton->size
1467 struct dwarf2_locexpr_baton baton local
1669 const struct dwarf2_property_baton *baton = prop->baton (); local
1711 const dwarf2_property_baton *baton = prop->baton (); local
1742 const dwarf2_property_baton *baton = prop->baton (); local
1792 const dwarf2_property_baton *baton = prop->baton (); local
2150 struct dwarf2_locexpr_baton baton variable in typeref:struct:dwarf2_locexpr_baton
2203 struct dwarf2_locexpr_baton baton variable in typeref:struct:dwarf2_locexpr_baton
    [all...]
loc.h 40 (const dwarf2_loclist_baton *baton,
148 /* The symbol location baton types used by the DWARF-2 reader (i.e.
202 /* The baton used when a dynamic property is an offset to a parent
read.c 840 struct dwarf2_locexpr_baton **baton);
1038 struct dwarf2_loclist_baton *baton,
6739 struct dwarf2_locexpr_baton *baton;
6781 &value, &bytes, &baton);
6791 if (baton != NULL)
6793 baton->data,
6794 baton->size,
6795 baton->per_cu,
6796 baton->per_objfile);
11528 /* When using this baton, we want to compute the addres
6731 struct dwarf2_locexpr_baton *baton; local
13119 struct dwarf2_locexpr_baton *baton; local
13819 struct dwarf2_locexpr_baton *baton; local
15359 struct dwarf2_property_baton *baton; local
19429 struct dwarf2_locexpr_baton *baton; local
21335 struct dwarf2_loclist_baton *baton; local
21352 struct dwarf2_locexpr_baton *baton; local
    [all...]
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c 1914 struct _lv_postorder_baton *baton = data; local
1918 int r =_lv_postorder_visit(lv, baton->fn, baton->data);
1965 struct _lv_postorder_baton baton; local
1971 baton.fn = fn;
1972 baton.data = data;
1973 r = _lv_each_dependency(lv, _lv_postorder_level, &baton);
2003 struct _lv_mark_if_partial_baton *baton = data; local
2005 baton->partial = 1;
2013 struct _lv_mark_if_partial_baton baton; local
    [all...]

Completed in 64 milliseconds

1 2