Searched refs:struct_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ProcessStructReader.h | 43 CompilerType struct_type) { in ProcessStructReader() argument 51 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader() 56 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader() 70 auto total_size = struct_type.GetByteSize(nullptr); in ProcessStructReader()
|
| /freebsd-12.1/sys/dev/twa/ |
| H A D | tw_cl_share.h | 322 #define TW_CL_STRUCT_OFFSET(struct_type, field) \ argument 323 (TW_INT8 *)(&((struct_type *)0)->field) 330 #define TW_CL_STRUCT_HEAD(addr, struct_type, field) \ argument 331 (struct_type *)((TW_INT8 *)addr - \ 332 TW_CL_STRUCT_OFFSET(struct_type, field))
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-mudflap.c | 319 tree struct_type = make_node (RECORD_TYPE); in mf_make_mf_cache_struct_type() local 320 DECL_CONTEXT (fieldlo) = struct_type; in mf_make_mf_cache_struct_type() 321 DECL_CONTEXT (fieldhi) = struct_type; in mf_make_mf_cache_struct_type() 323 TYPE_FIELDS (struct_type) = fieldlo; in mf_make_mf_cache_struct_type() 324 TYPE_NAME (struct_type) = get_identifier ("__mf_cache"); in mf_make_mf_cache_struct_type() 325 layout_type (struct_type); in mf_make_mf_cache_struct_type() 327 return struct_type; in mf_make_mf_cache_struct_type()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | eval.c | 204 struct type *substruct_type = struct_type; in evaluate_struct_tuple() 226 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); in evaluate_struct_tuple() 229 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno); in evaluate_struct_tuple() 234 substruct_type = struct_type; in evaluate_struct_tuple() 238 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); in evaluate_struct_tuple() 242 field_type = TYPE_FIELD_TYPE (struct_type, fieldno); in evaluate_struct_tuple() 282 substruct_type = struct_type; in evaluate_struct_tuple() 289 if (fieldno >= TYPE_NFIELDS (struct_type)) in evaluate_struct_tuple() 291 field_type = TYPE_FIELD_TYPE (struct_type, fieldno); in evaluate_struct_tuple() 293 && TYPE_FIELD_NAME (struct_type, fieldno)[0] == '0') in evaluate_struct_tuple() [all …]
|
| H A D | dwarfread.c | 476 static struct type *struct_type (struct dieinfo *, char *, char *, 920 struct_type (struct dieinfo *dip, char *thisdie, char *enddie, in struct_type() function 1132 type = struct_type (dip, thisdie, enddie, objfile); in read_structure_scope()
|