/src/lib/librumpuser/ |
rumpuser_dl.c | 67 static size_t symtabsize = 0, strtabsize = 0; variable in typeref:typename:size_t 296 symtab = reservespace(symtab, &symtabsize,
|
rumpuser_dl.c | 67 static size_t symtabsize = 0, strtabsize = 0; variable in typeref:typename:size_t 296 symtab = reservespace(symtab, &symtabsize,
|
/src/usr.bin/elf2ecoff/ |
elf2ecoff.c | 665 uint32_t nextoff, symtabsize, ecoff_strsize; local in function:elf_symbol_table_to_ecoff 688 symtabsize = nsyms * sizeof(struct ecoff_extsym); 689 symtabsize = ECOFF_ROUND(symtabsize, ECOFF32_SEGMENT_ALIGNMENT(ep)); 704 padding = symtabsize - (nsyms * sizeof(struct ecoff_extsym));
|
elf2ecoff.c | 665 uint32_t nextoff, symtabsize, ecoff_strsize; local in function:elf_symbol_table_to_ecoff 688 symtabsize = nsyms * sizeof(struct ecoff_extsym); 689 symtabsize = ECOFF_ROUND(symtabsize, ECOFF32_SEGMENT_ALIGNMENT(ep)); 704 padding = symtabsize - (nsyms * sizeof(struct ecoff_extsym));
|