Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c681 Elf_Data *elf_data; in build_file() local
812 if ((elf_data = elf_newdata(dst_scn)) == NULL) { in build_file()
817 *elf_data = *data; in build_file()
844 elf_data->d_buf = (void *) new_sym; in build_file()
891 (void) gelf_update_sym(elf_data, c, in build_file()
914 elf_data->d_buf = (void *)newshndx; in build_file()
960 *elf_data = *data; in build_file()
961 dst_shdr.sh_size = elf_data->d_size; in build_file()
976 if ((elf_data->d_buf = in build_file()
984 (void) memcpy(elf_data->d_buf, in build_file()
[all …]