exec_multiboot1.c | 73 uint64_t shtype, shaddr, shsize, shoffset; local in function:ksyms_addr_set 79 shaddr = shdrp64->sh_addr; 86 shaddr = shdrp32->sh_addr; 98 if (shaddr != 0 || shsize == 0) 101 shaddr = (uint64_t)(uintptr_t)(symbase + shoffset); 105 shdrp64->sh_addr = shaddr; 108 shdrp32->sh_addr = shaddr; 166 u_long shaddr; local in function:exec_multiboot1 173 shaddr = mbp->mbp_marks[MARK_SYM] + ehdr.e_shoff; 178 pvbcopy((void *)shaddr, shbuf, shlen) [all...] |