Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c689 Elf_Data *elf_data; in build_file() local
820 if ((elf_data = elf_newdata(dst_scn)) == NULL) { in build_file()
825 *elf_data = *data; in build_file()
852 elf_data->d_buf = (void *) new_sym; in build_file()
899 (void) gelf_update_sym(elf_data, c, in build_file()
922 elf_data->d_buf = (void *)newshndx; in build_file()
968 *elf_data = *data; in build_file()
969 dst_shdr.sh_size = elf_data->d_size; in build_file()
984 if ((elf_data->d_buf = in build_file()
992 (void) memcpy(elf_data->d_buf, in build_file()
[all …]