/src/sbin/restore/ |
symtab.c | 437 int32_t stringsize; member in struct:symtableheader 519 hdr.stringsize = stroff; 609 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry));
|
symtab.c | 437 int32_t stringsize; member in struct:symtableheader 519 hdr.stringsize = stroff; 609 baseep = (struct entry *)(base + hdr.stringsize - sizeof(struct entry));
|
/src/usr.bin/elf2ecoff/ |
elf2ecoff.c | 66 off_t stringsize; member in struct:elf_syms 73 off_t stringsize; member in struct:ecoff_syms 653 elfsymsp->stringsize = strsize; 682 ecoff_strsize = ECOFF_ROUND(ecoffsymtab.stringsize, 693 stringtaboff, ecoffsymtab.stringsize); 696 padding = ecoff_strsize - ecoffsymtab.stringsize; 697 safewrite(out, ecoffsymtab.stringtab, ecoffsymtab.stringsize, 729 size_t stringsize = 0; local in function:compute_stringsize 739 stringsize += strlen(name) + 1; 741 if (stringsize == 0 757 size_t stringsize; local in function:translate_syms [all...] |
elf2ecoff.c | 66 off_t stringsize; member in struct:elf_syms 73 off_t stringsize; member in struct:ecoff_syms 653 elfsymsp->stringsize = strsize; 682 ecoff_strsize = ECOFF_ROUND(ecoffsymtab.stringsize, 693 stringtaboff, ecoffsymtab.stringsize); 696 padding = ecoff_strsize - ecoffsymtab.stringsize; 697 safewrite(out, ecoffsymtab.stringtab, ecoffsymtab.stringsize, 729 size_t stringsize = 0; local in function:compute_stringsize 739 stringsize += strlen(name) + 1; 741 if (stringsize == 0 757 size_t stringsize; local in function:translate_syms [all...] |