Home
last modified time | relevance | path

Searched refs:umul64_overflow (Results 1 – 2 of 2) sorted by relevance

/qemu/contrib/elf2dmp/
H A Dqemu_elf.c177 if (umul64_overflow(ehdr->e_phnum, sizeof(Elf64_Phdr), &phendoff) || in check_ehdr()
/qemu/include/qemu/
H A Dhost-utils.h596 static inline bool umul64_overflow(uint64_t x, uint64_t y, uint64_t *ret) in umul64_overflow() function