Home
last modified time | relevance | path

Searched refs:elf_hwcap_str (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/
H A Dloader.h103 const char *elf_hwcap_str(uint32_t bit);
H A Delfload.c577 const char *elf_hwcap_str(uint32_t bit) in elf_hwcap_str() function
883 const char *elf_hwcap_str(uint32_t bit) in elf_hwcap_str() function
1769 const char *elf_hwcap_str(uint32_t bit) in elf_hwcap_str() function
/openbmc/qemu/linux-user/s390x/
H A Dtarget_proc.h65 hwcap_str = elf_hwcap_str(i); in show_cpu_summary()
/openbmc/qemu/linux-user/arm/
H A Dtarget_proc.h74 dprintf(fd, " %s", elf_hwcap_str(ctz64(j))); in open_cpuinfo()