Searched defs:sym (Results 1 – 14 of 14) sorted by relevance
| /qemu/tests/tcg/multiarch/gdbstub/ |
| A D | memory.py | 45 def do_one_watch(sym, wtype, text): argument
|
| /qemu/bsd-user/ |
| A D | elfload.c | 99 static void bswap_sym(struct elf_sym *sym) in bswap_sym() 119 static void bswap_sym(struct elf_sym *sym) { } in bswap_sym() 355 struct elf_sym *sym = (struct elf_sym *)s1; in symfind() local 376 struct elf_sym *sym; in lookup_symbolxx() local
|
| /qemu/tests/tcg/plugins/ |
| A D | mem.c | 35 const char *sym; member 316 const char *sym = qemu_plugin_insn_symbol(insn); in vcpu_tb_trans() local
|
| /qemu/ |
| A D | qemu-keymap.c | 47 static void print_sym(xkb_keysym_t sym, uint32_t qcode, const char *mod) in print_sym()
|
| A D | meson.build | 3251 if sym == 'CONFIG_TCG' or target in accelerator_targets.get(sym, []) variable
|
| /qemu/include/hw/ |
| A D | boards.h | 611 #define _MACHINE_VER_SYM2(sym, prefix, major, minor) \ argument 614 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument 617 #define _MACHINE_VER_SYM4(sym, prefix, major, minor, _unused_, tag) \ argument 620 #define _MACHINE_VER_SYM5(sym, prefix, major, minor, micro, _unused_, tag) \ argument 623 #define MACHINE_VER_SYM(sym, prefix, ...) \ argument
|
| /qemu/contrib/elf2dmp/ |
| A D | pdb.c | 57 const union codeview_symbol *sym; in pdb_find_public_v3_symbol() local
|
| /qemu/plugins/ |
| A D | loader.c | 186 gpointer sym; in plugin_load() local
|
| A D | api.c | 322 const char *sym = lookup_symbol(insn->vaddr); in qemu_plugin_insn_symbol() local
|
| /qemu/util/ |
| A D | module.c | 161 void (*sym)(void); in module_load_dso() local
|
| /qemu/ui/ |
| A D | vnc.c | 1868 static void do_key_event(VncState *vs, int down, int keycode, int sym) in do_key_event() 2047 static void key_event(VncState *vs, int down, uint32_t sym) in key_event() 2063 uint32_t sym, uint16_t keycode) in ext_key_event()
|
| /qemu/linux-user/ |
| A D | elfload.c | 2172 static void bswap_sym(struct elf_sym *sym) in bswap_sym() 2194 static inline void bswap_sym(struct elf_sym *sym) { } in bswap_sym() 3594 struct elf_sym *sym = (struct elf_sym *)s1; in symfind() local 3615 struct elf_sym *sym; in lookup_symbolxx() local
|
| /qemu/hw/virtio/ |
| A D | vhost-user.c | 162 } sym; member
|
| /qemu/target/rx/ |
| A D | translate.c | 2268 #define ALLOC_REGISTER(sym, name) \ argument
|
Completed in 65 milliseconds