Searched refs:new_instructions (Results 1 – 1 of 1) sorted by relevance
63 struct ins *new_instructions; in arch__grow_instructions() local70 new_instructions = realloc((void *)arch->instructions, in arch__grow_instructions()72 if (new_instructions == NULL) in arch__grow_instructions()76 arch->instructions = new_instructions; in arch__grow_instructions()82 new_instructions = calloc(new_nr_allocated, sizeof(struct ins)); in arch__grow_instructions()83 if (new_instructions == NULL) in arch__grow_instructions()86 memcpy(new_instructions, arch->instructions, arch->nr_instructions * sizeof(struct ins)); in arch__grow_instructions()