/src/usr.bin/crunch/crunchide/ |
exec_elf32.c | 182 char *strtabp = NULL, *nstrtabp = NULL; local in function:ELFNAMEEND 253 if ((strtabp = xmalloc(shdrp[strtabsnum].sh_size, fn, "string table")) 256 if ((size_t)xreadatoff(fd, strtabp, shdrp[strtabsnum].sh_offset, 272 const char *symname = strtabp + sp->st_name; 323 if (strtabp != NULL) 324 free(strtabp);
|
exec_elf32.c | 182 char *strtabp = NULL, *nstrtabp = NULL; local in function:ELFNAMEEND 253 if ((strtabp = xmalloc(shdrp[strtabsnum].sh_size, fn, "string table")) 256 if ((size_t)xreadatoff(fd, strtabp, shdrp[strtabsnum].sh_offset, 272 const char *symname = strtabp + sp->st_name; 323 if (strtabp != NULL) 324 free(strtabp);
|
/src/sys/arch/i386/i386/ |
multiboot.c | 280 Elf32_Shdr *symtabp, *strtabp; local in function:copy_syms 296 * and 'strtabp' with pointers to the matching entries. 298 symtabp = strtabp = NULL; 300 strtabp == NULL; i++) { 314 strtabp = shdrp2; 318 if (symtabp == NULL || strtabp == NULL) 322 straddr = strtabp->sh_addr; 324 strsize = strtabp->sh_size; 339 (void *)strtabp < RELOC(void *, &end)) { 345 (void *)strtabp < RELOC(void *, &end)) [all...] |
multiboot.c | 280 Elf32_Shdr *symtabp, *strtabp; local in function:copy_syms 296 * and 'strtabp' with pointers to the matching entries. 298 symtabp = strtabp = NULL; 300 strtabp == NULL; i++) { 314 strtabp = shdrp2; 318 if (symtabp == NULL || strtabp == NULL) 322 straddr = strtabp->sh_addr; 324 strsize = strtabp->sh_size; 339 (void *)strtabp < RELOC(void *, &end)) { 345 (void *)strtabp < RELOC(void *, &end)) [all...] |
/src/sys/arch/x86/x86/ |
multiboot2.c | 178 locore_Elf_Shdr *symtabp, *strtabp; local in function:multiboot2_copy_syms 190 * and 'strtabp' with pointers to the matching entries. 192 symtabp = strtabp = NULL; 194 strtabp == NULL; i++) { 208 strtabp = (locore_Elf_Shdr *)shdrp2; 212 if (symtabp == NULL || strtabp == NULL) 216 straddr = strtabp->sh_addr; 218 strsize = strtabp->sh_size;
|
multiboot2.c | 178 locore_Elf_Shdr *symtabp, *strtabp; local in function:multiboot2_copy_syms 190 * and 'strtabp' with pointers to the matching entries. 192 symtabp = strtabp = NULL; 194 strtabp == NULL; i++) { 208 strtabp = (locore_Elf_Shdr *)shdrp2; 212 if (symtabp == NULL || strtabp == NULL) 216 straddr = strtabp->sh_addr; 218 strsize = strtabp->sh_size;
|