/src/sys/arch/i386/stand/lib/ |
exec_multiboot1.c | 73 uint64_t shtype, shaddr, shsize, shoffset; local in function:ksyms_addr_set 80 shsize = shdrp64->sh_size; 87 shsize = shdrp32->sh_size; 98 if (shaddr != 0 || shsize == 0)
|
exec_multiboot1.c | 73 uint64_t shtype, shaddr, shsize, shoffset; local in function:ksyms_addr_set 80 shsize = shdrp64->sh_size; 87 shsize = shdrp32->sh_size; 98 if (shaddr != 0 || shsize == 0)
|
exec_multiboot1.c | 73 uint64_t shtype, shaddr, shsize, shoffset; local in function:ksyms_addr_set 80 shsize = shdrp64->sh_size; 87 shsize = shdrp32->sh_size; 98 if (shaddr != 0 || shsize == 0)
|
/src/sys/compat/linux/common/ |
linux_exec_elf32.c | 97 size_t shsize; local in function:ELFNAME2 106 shsize = eh->e_shnum * sizeof(Elf_Shdr); 107 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK); 108 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, 164 size_t shsize; local in function:ELFNAME2 171 shsize = eh->e_shnum * sizeof(Elf_Shdr); 172 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK); 173 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, 222 size_t shsize; local in function:ELFNAME2 231 shsize = eh->e_shnum * sizeof(Elf_Shdr) 280 size_t shsize; local in function:ELFNAME2 [all...] |
linux_exec_elf32.c | 97 size_t shsize; local in function:ELFNAME2 106 shsize = eh->e_shnum * sizeof(Elf_Shdr); 107 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK); 108 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, 164 size_t shsize; local in function:ELFNAME2 171 shsize = eh->e_shnum * sizeof(Elf_Shdr); 172 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK); 173 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, 222 size_t shsize; local in function:ELFNAME2 231 shsize = eh->e_shnum * sizeof(Elf_Shdr) 280 size_t shsize; local in function:ELFNAME2 [all...] |
linux_exec_elf32.c | 97 size_t shsize; local in function:ELFNAME2 106 shsize = eh->e_shnum * sizeof(Elf_Shdr); 107 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK); 108 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, 164 size_t shsize; local in function:ELFNAME2 171 shsize = eh->e_shnum * sizeof(Elf_Shdr); 172 sh = (Elf_Shdr *) malloc(shsize, M_TEMP, M_WAITOK); 173 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, 222 size_t shsize; local in function:ELFNAME2 231 shsize = eh->e_shnum * sizeof(Elf_Shdr) 280 size_t shsize; local in function:ELFNAME2 [all...] |