Searched defs:sym (Results 1 – 13 of 13) sorted by relevance
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | memory.py | 45 def do_one_watch(sym, wtype, text): argument
|
/qemu/bsd-user/ |
H 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/ |
H A D | mem.c | 35 const char *sym; member 316 const char *sym = qemu_plugin_insn_symbol(insn); in vcpu_tb_trans() local
|
/qemu/ |
H A D | qemu-keymap.c | 47 static void print_sym(xkb_keysym_t sym, uint32_t qcode, const char *mod) in print_sym()
|
/qemu/include/hw/ |
H A D | boards.h | 615 #define _MACHINE_VER_SYM2(sym, prefix, major, minor) \ argument 618 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument 621 #define _MACHINE_VER_SYM4(sym, prefix, major, minor, _unused_, tag) \ argument 624 #define _MACHINE_VER_SYM5(sym, prefix, major, minor, micro, _unused_, tag) \ argument 627 #define MACHINE_VER_SYM(sym, prefix, ...) \ argument
|
/qemu/contrib/elf2dmp/ |
H A D | pdb.c | 57 const union codeview_symbol *sym; in pdb_find_public_v3_symbol() local
|
/qemu/plugins/ |
H A D | loader.c | 183 gpointer sym; in plugin_load() local
|
H A D | api.c | 308 const char *sym = lookup_symbol(insn->vaddr); in qemu_plugin_insn_symbol() local
|
/qemu/util/ |
H A D | module.c | 161 void (*sym)(void); in module_load_dso() local
|
/qemu/ui/ |
H A D | vnc.c | 1866 static void do_key_event(VncState *vs, int down, int keycode, int sym) in do_key_event() 2045 static void key_event(VncState *vs, int down, uint32_t sym) in key_event() 2061 uint32_t sym, uint16_t keycode) in ext_key_event()
|
/qemu/linux-user/ |
H A D | elfload.c | 2254 static void bswap_sym(struct elf_sym *sym) in bswap_sym() 3675 struct elf_sym *sym = (struct elf_sym *)s1; in symfind() local 3696 struct elf_sym *sym; in lookup_symbolxx() local
|
/qemu/hw/virtio/ |
H A D | vhost-user.c | 162 } sym; member
|
/qemu/target/rx/ |
H A D | translate.c | 2268 #define ALLOC_REGISTER(sym, name) \ argument
|