| /src/usr.bin/kdump/ |
| setemul.h | 65 struct emulation { struct 66 const char *name; /* Emulation name */ 73 u_int32_t flags; /* Special flags for this emulation */ 74 #define EMUL_FLAG_NETBSD32 0x00000001 /* this emulation is 78 extern const struct emulation *cur_emul; 79 extern const struct emulation *prev_emul;
|
| setemul.c | 118 const struct emulation emulations[] = { 164 const struct emulation *emulation; member in struct:emulation_ctx 168 const struct emulation *cur_emul; 169 const struct emulation *prev_emul; 171 static const struct emulation *default_emul = &emulations[0]; 178 static void ectx_update(pid_t, const struct emulation *); 184 const struct emulation *match = NULL; 194 warnx("Emulation `%s' unknown", name); 212 * Emulation context list is very simple chained list, not even hashed [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| emul.h | 1 /* emul.h. File format emulation routines 24 struct emulation struct 36 COMMON struct emulation * this_emulation; 38 extern struct emulation mipsbelf, mipslelf, mipself; 39 extern struct emulation crisaout, criself;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| emul.h | 1 /* emul.h. File format emulation routines 24 struct emulation struct 36 COMMON struct emulation * this_emulation; 38 extern struct emulation mipsbelf, mipslelf, mipself; 39 extern struct emulation crisaout, criself;
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| os_emul.c | 77 /* see if the device tree already specifies the required emulation */ 84 /* go through each emulation to see if they reconize it. FIXME - 112 os_emul_init(os_emul *emulation, 115 if (emulation != (os_emul*)0) 116 emulation->init(emulation->data, nr_cpus); 124 os_emul *emulation = cpu_os_emulation(processor); local 125 if (emulation != (os_emul*)0 && emulation->system_call != 0) 126 emulation->system_call(processor, cia, emulation->data) 137 os_emul *emulation = cpu_os_emulation(processor); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| os_emul.c | 77 /* see if the device tree already specifies the required emulation */ 84 /* go through each emulation to see if they reconize it. FIXME - 112 os_emul_init(os_emul *emulation, 115 if (emulation != (os_emul*)0) 116 emulation->init(emulation->data, nr_cpus); 124 os_emul *emulation = cpu_os_emulation(processor); local 125 if (emulation != (os_emul*)0 && emulation->system_call != 0) 126 emulation->system_call(processor, cia, emulation->data) 137 os_emul *emulation = cpu_os_emulation(processor); local [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldmain.c | 658 char *emulation; 794 emulation = get_emulation (argc, argv); 795 ldemul_choose_mode (emulation); 828 read the emulation's appropriate default script. */ 912 info_msg (_("%P: mode %s\n"), emulation); 1172 /* We need to find any explicitly given emulation in order to initialize the 1178 char *emulation; 1181 emulation = getenv (EMULATION_ENVIRON); 1182 if (emulation == NULL) 1183 emulation = DEFAULT_EMULATION 656 char *emulation; local 1176 char *emulation; local [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldmain.c | 580 char *emulation; 716 emulation = get_emulation (argc, argv); 717 ldemul_choose_mode (emulation); 752 read the emulation's appropriate default script. */ 836 info_msg (_("%P: mode %s\n"), emulation); 1096 /* We need to find any explicitly given emulation in order to initialize the 1102 char *emulation; 1105 emulation = getenv (EMULATION_ENVIRON); 1106 if (emulation == NULL) 1107 emulation = DEFAULT_EMULATION 578 char *emulation; local 1100 char *emulation; local [all...] |