Home
last modified time | relevance | path

Searched refs:elf_hwcap2_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/
H A Dloader.h107 const char *elf_hwcap2_str(uint32_t bit);
H A Delfload.c613 const char *elf_hwcap2_str(uint32_t bit) in elf_hwcap2_str() function
923 const char *elf_hwcap2_str(uint32_t bit) in elf_hwcap2_str() function
/openbmc/qemu/linux-user/arm/
H A Dtarget_proc.h77 dprintf(fd, " %s", elf_hwcap2_str(ctz64(j))); in open_cpuinfo()