Lines Matching refs:malloc
654 WARN("malloc");
669 WARN("malloc");
799 perror("malloc");
826 char *name = malloc(namelen);
829 perror("malloc");
1003 elf = malloc(sizeof(*elf));
1005 perror("malloc");
1097 sec = malloc(sizeof(*sec));
1099 perror("malloc");
1130 sec->data->d_buf = malloc(size);
1132 perror("malloc");
1177 rsec_name = malloc(strlen(sec->name) + strlen(".rela") + 1);
1179 perror("malloc");