Searched refs:malloc (Results 1 – 24 of 24) sorted by relevance
52 uml_dir = malloc(strlen(dir) + 1); in make_uml_dir()142 file = malloc(filelen); in is_umdir_used()216 file = malloc(n); in create_pid_file()373 uml_dir = malloc(strlen(name) + 2); in set_uml_dir()397 dir = malloc(strlen(uml_dir) + UMID_LEN + 1); in remove_umid_dir()
32 exec_fp_regs = malloc(host_fp_size); in init_pid_registers()
93 new_path = malloc(path_len); in setup_env_path()131 new_argv = malloc((argc + 1) * sizeof(char *)); in main()
33 #define um_kmalloc malloc
342 exec_fp_regs = malloc(host_fp_size); in init_seccomp()519 new = malloc(sizeof(*new)); in parse_iomem()
156 tempname = malloc(strlen(tempdir) + strlen(template) + 1); in make_tempfile()
22 #define malloc malloc_gzip macro206 #undef malloc207 static void *malloc(size_t size) in malloc() function258 phdrs = malloc(sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
26 void * (*malloc)(unsigned long size); member209 static inline void *malloc(unsigned long size) in malloc() function211 return (platform_ops.malloc) ? platform_ops.malloc(size) : NULL; in malloc()
131 initrd_addr = (unsigned long)malloc(initrd_size); in prep_initrd()173 esm_blob_addr = (unsigned long)malloc(esm_blob_size); in prep_esm_blob()
66 platform_ops.malloc = of_try_claim; in of_platform_init()
146 platform_ops.malloc = simple_malloc; in simple_alloc_init()
175 buf = malloc(bufsize); in fdt_init()
189 p = malloc(size); in of_vmlinux_alloc()
165 window = malloc(WSIZE); in decompress_kernel()
63 void *malloc(int size);
302 phdrs = malloc(sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
239 tmp_cmdline = malloc(len + 1); in handle_mem_options()
133 LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc
455 sec->strtab = malloc(sec->shdr.sh_size); in read_strtabs()477 sec->xsymtab = malloc(sec->shdr.sh_size); in read_symtabs()493 sec->symtab = malloc(sec->shdr.sh_size); in read_symtabs()531 sec->reltab = malloc(sec->shdr.sh_size); in read_relocs()
304 sec->strtab = malloc(sec->shdr.sh_size); in read_strtabs()328 sec->symtab = malloc(sec->shdr.sh_size); in read_symtabs()372 sec->reltab = malloc(sec->shdr.sh_size); in read_relocs()
229 sec->reltab = malloc(sec->shdr.sh_size); in read_relocs()
382 tmpfile = malloc(strlen(tempdir) + in init_stub_exe_fd()
142 if (!(tmp = (char *) malloc(len))) { in saveRead()
631 mov r1, sp @ malloc space above stack
Completed in 32 milliseconds