Searched refs:new_instructions (Results 1 – 1 of 1) sorted by relevance
103 struct ins *new_instructions; in arch__grow_instructions() local110 new_instructions = realloc(arch->instructions, new_nr_allocated * sizeof(struct ins)); in arch__grow_instructions()111 if (new_instructions == NULL) in arch__grow_instructions()115 arch->instructions = new_instructions; in arch__grow_instructions()121 new_instructions = calloc(new_nr_allocated, sizeof(struct ins)); in arch__grow_instructions()122 if (new_instructions == NULL) in arch__grow_instructions()125 memcpy(new_instructions, arch->instructions, arch->nr_instructions); in arch__grow_instructions()