| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-profile.h | 210 FILE *profile_file; 211 #define PROFILE_FILE(p) ((p)->profile_file) 207 FILE *profile_file; member in struct:__anon19225
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-profile.h | 210 FILE *profile_file; 211 #define PROFILE_FILE(p) ((p)->profile_file) 207 FILE *profile_file; member in struct:__anon21964
|
| /src/external/gpl3/gdb/dist/sim/sh/ |
| interp.c | 771 static FILE *profile_file; variable 793 if (profile_file) 797 fwrite (u.b, 4, 1, profile_file); 806 fwrite (u.b, 2, 1, profile_file); 1643 if (saved_state.asregs.profile && !profile_file) 1645 profile_file = fopen ("gmon.out", "wb"); 1649 fseek (profile_file, nsamples * 2 + 12, 0); 1651 if (!profile_file) 1673 fseek (profile_file, 0L, 0); 1862 if (profile_file) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/sh/ |
| interp.c | 771 static FILE *profile_file; variable 793 if (profile_file) 797 fwrite (u.b, 4, 1, profile_file); 806 fwrite (u.b, 2, 1, profile_file); 1643 if (saved_state.asregs.profile && !profile_file) 1645 profile_file = fopen ("gmon.out", "wb"); 1649 fseek (profile_file, nsamples * 2 + 12, 0); 1651 if (!profile_file) 1673 fseek (profile_file, 0L, 0); 1862 if (profile_file) [all...] |