exec_multiboot1.c | 165 size_t shlen; local in function:exec_multiboot1 175 shlen = ehdr.e_shnum * ehdr.e_shentsize; 176 shbuf = alloc(shlen); 178 pvbcopy((void *)shaddr, shbuf, shlen); 181 vpbcopy(shbuf, (void *)shaddr, shlen); 183 dealloc(shbuf, shlen);
|