Searched defs:debug_field (Results 1 – 4 of 4) sorted by relevance
273 struct debug_field struct276 const char *name;278 struct debug_type *type;280 enum debug_visibility visibility;282 bfd_boolean static_member;284 {298 } u;
141 typedef struct debug_field *debug_field; typedef
282 # define debug_field(s, f) printf(" OFFSET %s.%s: %d\n", #s, #f, ((int)&(((struct s *)0)->f))) macro290 # define debug_field(s, f) macro
79 # define debug_field(s, f) printf(" OFFSET %s.%s: %d\n", #s, #f, ((int)&(((struct s *)0)->f))) macro