Searched refs:new_shdr (Results 1 – 1 of 1) sorted by relevance
168 Shdr *new_shdr = NULL; in ld_group_process() local299 new_shdr = libld_malloc(sizeof (Shdr)); in ld_group_process()300 if (new_shdr == NULL) in ld_group_process()303 memcpy(new_shdr, gisc->is_shdr, sizeof (Shdr)); in ld_group_process()304 gisc->is_shdr = new_shdr; in ld_group_process()