Home
last modified time | relevance | path

Searched refs:sym_buf (Results 1 – 2 of 2) sorted by relevance

/titanic_50/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) in fill_sym_buf()
526 next_entry = &(sym_buf[0]); in fill_sym_buf()
/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c606 Elf64_Sym sym_buf; in update_entry() local
609 Elf32_Sym sym_buf; in update_entry() local
635 sym = &sym_buf; in update_entry()