Searched refs:allocate_cb (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_str.c105 if (env->allocate_cb == 0)
108 pool = (struct uwx_str_pool *) (*env->allocate_cb)(size);
H A Duwx_env.h89 alloc_cb allocate_cb; member in struct:uwx_env
H A Duwx_symbols.c93 (*env->allocate_cb)(sizeof(struct uwx_symbol_cache));
183 alloc_cb allocate_cb; member in struct:elf_file
255 sect->contents = (*ef->allocate_cb)(sect->size);
301 (*ef->allocate_cb)(sizeof(struct elf_symbol) * nsyms);
485 (*ef->allocate_cb)(sizeof(struct elf_section) * ef->shnum);
626 ef = (struct elf_file *)(*env->allocate_cb)(sizeof(struct elf_file));
635 ef->allocate_cb = env->allocate_cb;
813 names = (char **)(*env->allocate_cb)(nfuncsyms * sizeof(char *));
816 values = (uint64_t *)(*env->allocate_cb)(nfuncsym
[all...]
H A Duwx_env.c106 env->allocate_cb = uwx_allocate_cb;
108 env->allocate_cb = NULL;
H A Duwx_scoreboard.c81 if (env->allocate_cb == 0)
86 (*env->allocate_cb)(sizeof(struct uwx_scoreboard));
H A Duwx_self.c61 (*env->allocate_cb)(sizeof(struct uwx_self_info));
291 (*info->env->allocate_cb)(sizeof(struct load_module_cache));
325 (*info->env->allocate_cb)(strlen(module_name)+1);

Completed in 116 milliseconds