Searched refs:extra_info (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dthread.c422 char *extra_info; local
445 extra_info = target_extra_thread_info (tp);
446 if (extra_info)
447 printf_filtered (" (%s)", extra_info);
H A Dframe.c87 struct frame_extra_info *extra_info; member in struct:frame_info
2168 return fi->extra_info;
2174 fi->extra_info = frame_obstack_zalloc (size);
2175 return fi->extra_info;
2225 frame->extra_info = xcalloc (1, sizeof_extra_info);
2226 make_cleanup (xfree, frame->extra_info);
H A Drs6000-tdep.c185 struct frame_extra_info *extra_info = local
187 extra_info->initial_sp = 0;
216 struct frame_extra_info *extra_info = get_frame_extra_info (fi); local
217 if (extra_info->initial_sp != 0)
218 return extra_info->initial_sp;
/freebsd-10-stable/contrib/gcc/
H A Dsee.c503 in df.h). It is placed in the extra_info field of a web_entry and holds the
659 #define ENTRY_EI(ENTRY) ((struct see_entry_extra_info *) (ENTRY)->extra_info)
1050 /* This function defines how to update the extra_info of the web_entry.
1052 FIRST is the pointer of the extra_info of the first web_entry.
1053 SECOND is the pointer of the extra_info of the second web_entry.
1071 first_ei = (struct see_entry_extra_info *) first->extra_info;
1072 second_ei = (struct see_entry_extra_info *) second->extra_info;
1321 free (def_entry[j].extra_info);
1324 free (use_entry[j].extra_info);
3375 use_entry[i].extra_info
[all...]
H A Ddf.h671 void* extra_info;
670 void* extra_info; member in struct:web_entry

Completed in 221 milliseconds