Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Delf.c253 int valid_elf_image(unsigned long addr) in valid_elf_image() function
298 if (!valid_elf_image(addr)) in do_bootelf()
506 if (valid_elf_image(addr)) in do_bootvx()
/openbmc/u-boot/include/
H A Delf.h694 int valid_elf_image(unsigned long addr);