Lines Matching refs:d_buf
852 elf_data->d_buf = (void *) new_sym; in build_file()
915 oldshndx = data->d_buf; in build_file()
922 elf_data->d_buf = (void *)newshndx; in build_file()
984 if ((elf_data->d_buf = in build_file()
992 (void) memcpy(elf_data->d_buf, in build_file()
993 data->d_buf, data->d_size); in build_file()
994 (void) memcpy(&((char *)elf_data->d_buf) in build_file()
1069 if ((elf_data->d_buf = (char *) in build_file()
1075 (void) memcpy(&((char *)elf_data->d_buf)[1], in build_file()
1582 grpdata = (Word *)(sinfo->data->d_buf); in post_process()
1635 if ((ngrpdata = sinfo->mdata->d_buf = in post_process()
1642 grpdata = (Word *)(sinfo->data->d_buf); in post_process()