Searched refs:subobj_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dexpr.h143 struct type *subobj_type = nullptr,
223 value *fetch_result (struct type *type, struct type *subobj_type,
H A Dexpr.c907 dwarf_expr_context::fetch_result (struct type *type, struct type *subobj_type, argument
916 if (subobj_type == nullptr)
917 subobj_type = type;
922 check_typedef (subobj_type);
938 retval = allocate_computed_value (subobj_type,
964 retval = value_from_register (subobj_type, gdb_regnum,
974 value *tmp = allocate_value (subobj_type);
976 subobj_type->length ());
996 switch (subobj_type->code ())
1008 retval = value_at_lazy (subobj_type,
1071 evaluate(const gdb_byte *addr, size_t len, bool as_lval, dwarf2_per_cu_data *per_cu, frame_info_ptr frame, const struct property_addr_info *addr_info, struct type *type, struct type *subobj_type, LONGEST subobj_offset) argument
[all...]
H A Dloc.c53 struct type *subobj_type, LONGEST subobj_byte_offset, bool as_lval = true);
1491 struct type *subobj_type,
1495 if (subobj_type == NULL)
1497 subobj_type = type;
1504 return allocate_optimized_out_value (subobj_type);
1514 type, subobj_type, subobj_byte_offset);
1521 retval = allocate_value (subobj_type);
1523 subobj_type->length ());
1531 return allocate_optimized_out_value (subobj_type);
1487 dwarf2_evaluate_loc_desc_full(struct type *type, frame_info_ptr frame, const gdb_byte *data, size_t size, dwarf2_per_cu_data *per_cu, dwarf2_per_objfile *per_objfile, struct type *subobj_type, LONGEST subobj_byte_offset, bool as_lval) argument
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-lmp.c369 int subobj_type, subobj_len; local
377 subobj_type = GET_U_1(obj_tptr + offset);
382 subobj_type),
383 subobj_type,
397 switch(subobj_type) {
H A Dprint-rsvp.c1248 u_int subobj_type,af,subobj_len,total_subobj_len; local
1270 subobj_type = (GET_BE_U_2(obj_tptr + 2))>>8;
1275 tok2str(rsvp_obj_generalized_uni_values, "Unknown", subobj_type),
1276 subobj_type,
1310 switch(subobj_type) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.c53 struct type *subobj_type, LONGEST subobj_byte_offset);
2231 struct type *subobj_type,
2236 if (subobj_type == NULL)
2238 subobj_type = type;
2245 return allocate_optimized_out_value (subobj_type);
2267 retval = allocate_value (subobj_type);
2269 TYPE_LENGTH (subobj_type));
2277 return allocate_optimized_out_value (subobj_type);
2300 retval = allocate_computed_value (subobj_type,
2318 retval = value_from_register (subobj_type, gdb_regnu
2227 dwarf2_evaluate_loc_desc_full(struct type *type, struct frame_info *frame, const gdb_byte *data, size_t size, dwarf2_per_cu_data *per_cu, dwarf2_per_objfile *per_objfile, struct type *subobj_type, LONGEST subobj_byte_offset) argument
[all...]

Completed in 216 milliseconds