Searched refs:nm (Results 1 – 9 of 9) sorted by relevance
/qemu/scripts/ |
H A D | undefsym.py | 32 nm = args[1] 34 pc = subprocess.run([nm, "-P", "-g", staticlib], stdout=subprocess.PIPE) 40 pc = subprocess.run([nm, "-P", "-g"] + shared_modules, stdout=subprocess.PIPE)
|
H A D | decodetree.py | 445 def __init__(self, nm, flds, types, extern): argument 446 self.name = nm
|
/qemu/hw/core/ |
H A D | gpio.c | 180 const char *nm = ngl->name ? ngl->name : "unnamed-gpio-in"; in qdev_pass_gpios() local 181 char *propname = g_strdup_printf("%s[%d]", nm, i); in qdev_pass_gpios() 188 const char *nm = ngl->name ? ngl->name : "unnamed-gpio-out"; in qdev_pass_gpios() local 189 char *propname = g_strdup_printf("%s[%d]", nm, i); in qdev_pass_gpios()
|
/qemu/tests/qtest/migration/i386/ |
H A D | Makefile | 10 nm x86.o | awk '{print "#define SYM_"$$3" 0x"$$1}' >> header.tmp
|
/qemu/ |
H A D | configure | 318 nm="${NM-${cross_prefix}nm}" 1531 : ${container_cross_nm:=${container_cross_prefix}nm} 1560 target_nm=$nm 1578 compute_target_variable $target_arch target_nm nm 1918 echo "nm = [$(meson_quote $nm)]" >> $cross
|
H A D | meson.build | 4031 nm = find_program('nm') 4036 command: [undefsym, nm, '@INPUT@']) 4040 command: [undefsym, nm, '@INPUT@']) 4024 nm = find_program('nm') global() variable
|
/qemu/scripts/qapi/ |
H A D | commands.py | 336 nm=c_name(commands, protect=False)))
|
/qemu/pc-bios/dtb/ |
H A D | petalogix-s3adsp1800.dts | 99 xlnx,use-ext-nm-brk = <0x01>;
|
H A D | petalogix-ml605.dts | 121 xlnx,use-ext-nm-brk = < 0x01 >;
|