HomeSort by: relevance | last modified time | path
    Searched defs:load_elf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 62 int load_elf(uint8_t *, uint32_t *);
181 return load_elf((uint8_t *)SDBOOT_SCRATCHADDR, entry);
189 load_elf(uint8_t *buf, uint32_t *entry) function in typeref:typename:int
bootxx.c 62 int load_elf(uint8_t *, uint32_t *);
181 return load_elf((uint8_t *)SDBOOT_SCRATCHADDR, entry);
189 load_elf(uint8_t *buf, uint32_t *entry) function in typeref:typename:int

Completed in 21 milliseconds