HomeSort by: relevance | last modified time | path
    Searched defs:compute_stringsize (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/elf2ecoff/
elf2ecoff.c 86 static size_t compute_stringsize(const Elf32_Sym *elf_syms, int nsymbols,
726 compute_stringsize(const Elf32_Sym *elf_syms, int nsyms, function in typeref:typename:size_t
770 stringsize = compute_stringsize(elfp->elf_syms, nsyms, oldstringbase);
elf2ecoff.c 86 static size_t compute_stringsize(const Elf32_Sym *elf_syms, int nsymbols,
726 compute_stringsize(const Elf32_Sym *elf_syms, int nsyms, function in typeref:typename:size_t
770 stringsize = compute_stringsize(elfp->elf_syms, nsyms, oldstringbase);

Completed in 24 milliseconds