Searched defs:sym_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c72 static char sym_buf[SPACE * SYMESZ]; variable
523 if ((num_in_buf = read(fd, sym_buf, size * SPACE)) == -1)
526 next_entry = &(sym_buf[0]);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c606 Elf64_Sym sym_buf; local
609 Elf32_Sym sym_buf; local
632 * an Elf64_Sym local variable (sym_buf) to allow us to use the
635 sym = &sym_buf;

Completed in 59 milliseconds