Home
last modified time | relevance | path

Searched refs:alloc_pread (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dmisc.c144 alloc_pread(int fd, off_t off, size_t len) in alloc_pread() function
H A Dload_elf.c549 shdr = alloc_pread(ef->fd, ehdr->e_shoff, chunk); in __elfN()
564 shstr = alloc_pread(ef->fd, shdr[ehdr->e_shstrndx].sh_offset, in __elfN()
854 shdr = alloc_pread(ef.fd, ef.ehdr->e_shoff, size); in __elfN()
861 shstrtab = alloc_pread(ef.fd, shdr[ef.ehdr->e_shstrndx].sh_offset, in __elfN()
H A Dbootstrap.h72 void *alloc_pread(int fd, off_t off, size_t len);
H A Dload_elf_obj.c203 shdr = alloc_pread(ef->fd, (off_t)hdr->e_shoff, shdrbytes); in __elfN()