Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c831 char *new_sym; in build_file() local
835 new_sym = malloc(no_of_symbols * in build_file()
837 if (new_sym == NULL) { in build_file()
844 elf_data->d_buf = (void *) new_sym; in build_file()