Home
last modified time | relevance | path

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

/freebsd-12.1/stand/common/
H A Dmisc.c143 alloc_pread(int fd, off_t off, size_t len) in alloc_pread() function
H A Dload_elf.c606 shdr = alloc_pread(ef->fd, ehdr->e_shoff, chunk); in __elfN()
625 shstr = alloc_pread(ef->fd, shdr[ehdr->e_shstrndx].sh_offset, in __elfN()
931 shdr = alloc_pread(ef.fd, ef.ehdr->e_shoff, size); in __elfN()
938 shstrtab = alloc_pread(ef.fd, shdr[ef.ehdr->e_shstrndx].sh_offset, in __elfN()
H A Dbootstrap.h74 void *alloc_pread(int fd, off_t off, size_t len);
H A Dload_elf_obj.c210 shdr = alloc_pread(ef->fd, (off_t)hdr->e_shoff, shdrbytes); in __elfN()