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

  /src/sys/lib/libsa/
loadfile_elf32.c 281 ELFNAMEEND(readfile_local)(int fd, Elf_Off elfoff, void *addr, size_t size) function
369 ret = ELFNAMEEND(readfile_local)(fd, elf->e_shoff, shdr, shdrsz);
527 ret = ELFNAMEEND(readfile_local)(fd, elf->e_shoff, shp, sz);
556 ret = ELFNAMEEND(readfile_local)(fd, shstroff, shstr, shstrsz);
623 ret = ELFNAMEEND(readfile_local)(fd, shp[i].sh_offset,
709 ret = ELFNAMEEND(readfile_local)(fd, elf->e_phoff, phdr, sz);

Completed in 18 milliseconds