Searched refs:binary (Results 1 – 9 of 9) sorted by relevance
/kvm-unit-tests/scripts/ |
H A D | pretty_print_stacks.py | 16 def pretty_print_stack(binary, line): argument 31 cmd = [config.get('ADDR2LINE', 'addr2line'), '-e', binary, '-i', '-f', '--pretty', '--address'] 66 binary = sys.argv[1] 67 if binary.endswith('.flat'): 68 binary = binary.replace('.flat', '.elf') 69 elif binary.endswith('.efi'): 70 binary += '.debug' 90 pretty_print_stack(binary, line)
|
/kvm-unit-tests/s390x/snippets/ |
H A D | Makefile | 13 …$(OBJCOPY) -O binary -j ".rodata" -j ".lowcore" -j ".text" -j ".data" -j ".bss" --set-section-flag… 20 …$(OBJCOPY) -O binary -j ".rodata" -j ".lowcore" -j ".text" -j ".data" -j ".bss" --set-section-flag… 28 $(OBJCOPY) -I binary -O elf64-s390 -B "s390:64-bit" $< $@ 32 $(OBJCOPY) -I binary -O elf64-s390 -B "s390:64-bit" $< $@
|
/kvm-unit-tests/ |
H A D | README | 68 By default the runner script searches for a suitable QEMU binary in the system. 69 To select a specific QEMU binary though, specify the QEMU=path/to/binary 80 you also need to have the "ncat" binary (from the nmap.org project) installed,
|
H A D | README.md | 68 By default the runner script searches for a suitable QEMU binary in the system. 69 To select a specific QEMU binary though, specify the QEMU=path/to/binary 80 you also need to have the "ncat" binary (from the nmap.org project) installed,
|
H A D | run_tests.sh | 30 specify the appropriate qemu binary for ARCH-run.
|
H A D | LICENSE | 161 anything that is normally distributed (in either source or binary
|
/kvm-unit-tests/x86/efi/ |
H A D | README.md | 53 4. convert the shared object to an EFI binary
|
/kvm-unit-tests/x86/ |
H A D | README | 43 The exit status of the binary is inconsistent; with qemu-system, after
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 35 This parameter is mandatory and specifies which binary under the <arch>/
|