Searched refs:alloc_pread (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/stand/common/ |
| H A D | misc.c | 143 alloc_pread(readin_handle_t fd, off_t off, size_t len) in alloc_pread() function
|
| H A D | load_elf.c | 666 shdr = alloc_pread(VECTX_HANDLE(ef), ehdr->e_shoff, chunk); 685 shstr = alloc_pread(VECTX_HANDLE(ef), 987 shdr = alloc_pread(VECTX_HANDLE(&ef), ef.ehdr->e_shoff, size); 994 shstrtab = alloc_pread(VECTX_HANDLE(&ef), shdr[ef.ehdr->e_shstrndx].sh_offset,
|
| H A D | bootstrap.h | 77 void *alloc_pread(readin_handle_t fd, off_t off, size_t len);
|
| H A D | load_elf_obj.c | 243 shdr = alloc_pread(VECTX_HANDLE(ef), (off_t)hdr->e_shoff, shdrbytes); in __elfN()
|