Lines Matching refs:malloc
14 #include <malloc.h>
150 reg = malloc(sizeof(unsigned long));
152 perror("malloc() failed");
196 reg = malloc(sizeof(unsigned long));
198 perror("malloc() failed");
239 reg = malloc(sizeof(unsigned long));
241 perror("malloc() failed");
287 reg = malloc(sizeof(unsigned long));
289 perror("malloc() failed");
330 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
349 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
373 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
397 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
424 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
426 perror("malloc() failed");
458 fprs = malloc(sizeof(unsigned long) * PT_NUM_FPRS);
460 perror("malloc() failed");
513 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
515 perror("malloc() failed");
542 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
544 perror("malloc() failed");
571 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
573 perror("malloc() failed\n");
722 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs));
724 perror("malloc() failed");