Searched refs:baton (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Duser-regs.h60 const void *baton);
66 const void *baton);
70 user_reg_read_ftype *read, const void *baton);
H A Duser-regs.c47 struct value *(*xread) (struct frame_info * frame, const void *baton);
48 const void *baton; member in struct:user_reg
66 user_reg_read_ftype *xread, const void *baton,
75 reg->baton = baton;
89 const void *baton)
91 append_user_reg (&builtin_user_regs, name, xread, baton,
108 append_user_reg (regs, reg->name, reg->xread, reg->baton,
115 user_reg_read_ftype *xread, const void *baton)
120 append_user_reg (regs, name, xread, baton,
65 append_user_reg(struct gdb_user_regs *regs, const char *name, user_reg_read_ftype *xread, const void *baton, struct user_reg *reg) argument
88 user_reg_add_builtin(const char *name, user_reg_read_ftype *xread, const void *baton) argument
114 user_reg_add(struct gdbarch *gdbarch, const char *name, user_reg_read_ftype *xread, const void *baton) argument
[all...]
H A Dstd-regs.c30 value_of_builtin_frame_fp_reg (struct frame_info *frame, const void *baton) argument
56 value_of_builtin_frame_pc_reg (struct frame_info *frame, const void *baton) argument
75 value_of_builtin_frame_sp_reg (struct frame_info *frame, const void *baton) argument
85 value_of_builtin_frame_ps_reg (struct frame_info *frame, const void *baton) argument
H A Dxml-support.h52 void *baton);
234 (const char *filename, void *baton);
H A Dgdbtypes.h492 void *baton; member in union:dynamic_prop_data
537 void *baton () const function in struct:dynamic_prop
543 return m_data.baton;
546 void set_locexpr (void *baton) argument
549 m_data.baton = baton;
552 void set_loclist (void *baton) argument
555 m_data.baton = baton;
558 void set_addr_offset (void *baton) argument
[all...]
H A Dtarget-memory.c342 progress_cb, iter.baton);
365 progress_cb, iter.baton);
H A Dxml-support.c772 baton. */
974 xml_fetch_content_from_file (const char *filename, void *baton)
976 const char *dirname = (const char *) baton;
971 xml_fetch_content_from_file(const char *filename, void *baton) argument
H A Dgnu-v3-abi.c468 struct dwarf2_property_baton baton; local
469 baton.property_type
471 baton.locexpr = *TYPE_FIELD_DWARF_BLOCK (type, index);
474 prop.set_locexpr (&baton);
H A Dtarget.h332 void *baton);
1569 : begin (begin_), end (end_), data (data_), baton (baton_)
1578 /* A callback baton for progress reporting for this request. */
1579 void *baton;
1601 feedback to user. It will be called with the baton corresponding
1603 with a NULL baton, when preserved flash sectors are being rewritten.
1577 void *baton; member in struct:memory_write_request
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Duser-regs.h60 const void *baton);
66 const void *baton);
70 user_reg_read_ftype *read, const void *baton);
H A Duser-regs.c47 struct value *(*xread) (frame_info_ptr frame, const void *baton);
48 const void *baton; member in struct:user_reg
66 user_reg_read_ftype *xread, const void *baton,
75 reg->baton = baton;
89 const void *baton)
91 append_user_reg (&builtin_user_regs, name, xread, baton,
113 append_user_reg (regs, reg->name, reg->xread, reg->baton,
123 user_reg_read_ftype *xread, const void *baton)
127 append_user_reg (regs, name, xread, baton,
65 append_user_reg(struct gdb_user_regs *regs, const char *name, user_reg_read_ftype *xread, const void *baton, struct user_reg *reg) argument
88 user_reg_add_builtin(const char *name, user_reg_read_ftype *xread, const void *baton) argument
122 user_reg_add(struct gdbarch *gdbarch, const char *name, user_reg_read_ftype *xread, const void *baton) argument
[all...]
H A Dstd-regs.c30 value_of_builtin_frame_fp_reg (frame_info_ptr frame, const void *baton) argument
56 value_of_builtin_frame_pc_reg (frame_info_ptr frame, const void *baton) argument
75 value_of_builtin_frame_sp_reg (frame_info_ptr frame, const void *baton) argument
85 value_of_builtin_frame_ps_reg (frame_info_ptr frame, const void *baton) argument
H A Dtarget-memory.c343 progress_cb, iter.baton);
366 progress_cb, iter.baton);
H A Dgdbtypes.h310 void *baton; member in union:dynamic_prop_data
360 void *baton () const function in struct:dynamic_prop
366 return m_data.baton;
369 void set_locexpr (void *baton) argument
372 m_data.baton = baton;
375 void set_loclist (void *baton) argument
378 m_data.baton = baton;
381 void set_addr_offset (void *baton) argument
[all...]
H A Dgnu-v3-abi.c472 struct dwarf2_property_baton baton; local
473 baton.property_type
475 baton.locexpr = *type->field (index).loc_dwarf_block ();
478 prop.set_locexpr (&baton);
H A Dtarget.h333 void *baton);
1611 : begin (begin_), end (end_), data (data_), baton (baton_)
1620 /* A callback baton for progress reporting for this request. */
1621 void *baton;
1643 feedback to user. It will be called with the baton corresponding
1645 with a NULL baton, when preserved flash sectors are being rewritten.
1619 void *baton; member in struct:memory_write_request
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dconfig.h75 typedef int (*putline_fn)(const char *line, void *baton);
76 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton);
/netbsd-current/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.h75 typedef int (*putline_fn)(const char *line, void *baton);
76 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dloc.c342 symbol baton (BATON) and a pc value (PC), find the appropriate
350 dwarf2_find_location_expression (struct dwarf2_loclist_baton *baton, argument
353 dwarf2_per_objfile *per_objfile = baton->per_objfile;
357 unsigned int addr_size = baton->per_cu->addr_size ();
360 CORE_ADDR text_offset = baton->per_objfile->objfile->text_section_offset ();
361 CORE_ADDR base_address = baton->base_address;
364 loc_ptr = baton->data;
365 buf_end = baton->data + baton->size;
374 if (baton
1455 struct dwarf2_locexpr_baton baton local
1651 const struct dwarf2_property_baton *baton local
1694 struct dwarf2_property_baton *baton local
1726 struct dwarf2_property_baton *baton local
1777 struct dwarf2_property_baton *baton local
2136 struct dwarf2_locexpr_baton baton variable in typeref:struct:dwarf2_locexpr_baton
2189 struct dwarf2_locexpr_baton baton variable in typeref:struct:dwarf2_locexpr_baton
[all...]
H A Dloc.h40 (struct dwarf2_loclist_baton *baton,
149 /* The symbol location baton types used by the DWARF-2 reader (i.e.
203 /* The baton used when a dynamic property is an offset to a parent
H A Dread.c975 struct dwarf2_locexpr_baton **baton);
1181 struct dwarf2_loclist_baton *baton,
8996 struct dwarf2_locexpr_baton *baton;
9038 &value, &bytes, &baton);
9048 if (baton != NULL)
9050 baton->data,
9051 baton->size,
9052 baton->per_cu,
9053 baton->per_objfile);
13551 /* When using this baton, w
8987 struct dwarf2_locexpr_baton *baton; local
15167 struct dwarf2_locexpr_baton *baton; local
15875 struct dwarf2_locexpr_baton *baton; local
17392 struct dwarf2_property_baton *baton; local
21230 dwarf2_const_value_attr(const struct attribute *attr, struct type *type, const char *name, struct obstack *obstack, struct dwarf2_cu *cu, LONGEST *value, const gdb_byte **bytes, struct dwarf2_locexpr_baton **baton) argument
21344 struct dwarf2_locexpr_baton *baton; local
23469 fill_in_loclist_baton(struct dwarf2_cu *cu, struct dwarf2_loclist_baton *baton, const struct attribute *attr) argument
23506 struct dwarf2_loclist_baton *baton; local
23523 struct dwarf2_locexpr_baton *baton; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.c336 symbol baton (BATON) and a pc value (PC), find the appropriate
344 dwarf2_find_location_expression (struct dwarf2_loclist_baton *baton, argument
347 dwarf2_per_objfile *per_objfile = baton->per_objfile;
351 unsigned int addr_size = baton->per_cu->addr_size ();
354 CORE_ADDR base_offset = baton->per_objfile->objfile->text_section_offset ();
355 CORE_ADDR base_address = baton->base_address + base_offset;
358 loc_ptr = baton->data;
359 buf_end = baton->data + baton->size;
368 if (baton
2047 struct dwarf2_locexpr_baton baton local
2588 const struct dwarf2_property_baton *baton local
2630 struct dwarf2_property_baton *baton local
2662 struct dwarf2_property_baton *baton local
2702 struct dwarf2_property_baton *baton local
[all...]
H A Dloc.h40 (struct dwarf2_loclist_baton *baton,
128 /* The symbol location baton types used by the DWARF-2 reader (i.e.
182 /* The baton used when a dynamic property is an offset to a parent
H A Dread.c1375 struct dwarf2_locexpr_baton **baton);
1577 struct dwarf2_loclist_baton *baton,
10470 struct dwarf2_locexpr_baton *baton;
10512 &value, &bytes, &baton);
10522 if (baton != NULL)
10524 baton->data,
10525 baton->size,
10526 baton->per_cu,
10527 baton->per_objfile);
14981 /* When using this baton, w
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata.c1914 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 509 milliseconds

12