Searched refs:module_name (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.h31 char *module_name,
H A Duwx_self.c286 char *module_name; local
322 module_name = dlgetname(desc, sizeof(*desc), 0, 0, 0);
323 if (module_name != NULL) {
325 (*info->env->allocate_cb)(strlen(module_name)+1);
327 strcpy(cache->names[i], module_name);
346 char *module_name; local
393 desc = uwx_get_modinfo(info, ip, &module_name);
396 if (module_name == NULL)
401 rvec[i++] = (uint64_t)(intptr_t)module_name;
415 desc = uwx_get_modinfo(info, ip, &module_name);
[all...]
H A Duwx_symbols.c58 char *module_name; member in struct:uwx_symbol_cache
69 char *module_name);
75 char *module_name,
96 cache->module_name = NULL;
106 status = uwx_read_func_symbols(env, cache, module_name);
145 if (symbol_cache->module_name != NULL)
146 (*env->free_cb)(symbol_cache->module_name);
774 char *module_name)
784 if (module_name != NULL &&
785 cache->module_name !
72 uwx_find_symbol( struct uwx_env *env, struct uwx_symbol_cache **symbol_cache_p, char *module_name, uint64_t relip, char **func_name_p, uint64_t *offset_p) argument
771 uwx_read_func_symbols( struct uwx_env *env, struct uwx_symbol_cache *cache, char *module_name) argument
[all...]
H A Duwx_env.h95 char *module_name; member in struct:uwx_env
H A Duwx_step.c88 env->module_name = 0;
209 env->module_name =
336 if (env->module_name == 0) {
355 env->module_name =
371 *modp = env->module_name;
448 env->module_name =
464 *modp = env->module_name;
689 env->module_name =
H A Duwx_env.c117 env->module_name = 0;
/freebsd-10.0-release/tools/tools/bus_autoconf/
H A Dbus_usb.h34 char module_name[32]; member in struct:usb_device_id
H A Dbus_usb.c145 retval = strcmp(a->module_name, b->module_name);
170 strlcpy(id->module_name, module, sizeof(id->module_name));
261 id->module_name);
279 if (strcmp(id[n].module_name, id[0].module_name))
321 "};\n\n", id->module_name);
/freebsd-10.0-release/contrib/gdb/include/
H A Doasys.h64 char *module_name; member in struct:oasys_module_table
135 char module_name[26-6]; member in struct:oasys_header_record
H A Dieee.h28 char *module_name; member in struct:ieee_module
/freebsd-10.0-release/contrib/binutils/include/
H A Dieee.h28 char *module_name; member in struct:ieee_module
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1317 SBTarget::BreakpointCreateByName (const char *symbol_name, const char *module_name) argument
1329 if (module_name && module_name[0])
1332 module_spec_list.Append (FileSpec (module_name, false));
1344 target_sp.get(), symbol_name, module_name, sb_bp.get());
1439 SBTarget::BreakpointCreateByRegex (const char *symbol_name_regex, const char *module_name) argument
1452 if (module_name && module_name[0])
1455 module_spec_list.Append (FileSpec (module_name, false));
1467 log->Printf ("SBTarget(%p)::BreakpointCreateByRegex (symbol_regex=\"%s\", module_name
1524 BreakpointCreateBySourceRegex(const char *source_regex, const lldb::SBFileSpec &source_file, const char *module_name) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h646 BreakpointCreateByName (const char *symbol_name, const char *module_name = NULL);
668 BreakpointCreateByRegex (const char *symbol_name_regex, const char *module_name = NULL);
678 const char *module_name = NULL);
/freebsd-10.0-release/contrib/gcc/
H A Dvmsdbgout.c713 char *module_name, *m;
719 module_name = xstrdup (basename ((char *) primary_filename));
721 m = strrchr (module_name, '.');
725 modnamelen = strlen (module_name);
727 module_name[i] = TOUPPER (module_name[i]);
741 modbeg.dst_b_modbeg_name = strlen (module_name);
759 totsize += write_debug_string (module_name, "module name", dosizeonly);
712 char *module_name, *m; local
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsolib-osf.c75 CORE_ADDR module_name; member in struct:__anon1327
486 target_read_string (minf.module_name, &name, PATH_MAX, &errcode);
H A Dwin32-nat.c2355 if (offsetof (struct win32_pstatus, data.module_info.module_name) + dll_name_size > sect->_raw_size)
2364 strncpy (dll_name, pstatus->data.module_info.module_name, dll_name_size);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp374 std::string module_name("$__lldb_module");
378 module_name,
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMachO.h501 uint32_t module_name; member in struct:llvm::MachO::dylib_module
517 uint32_t module_name; member in struct:llvm::MachO::dylib_module_64
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp957 const char *module_name = input.GetArgumentAtIndex(cur_arg_pos); local
958 if (module_name)
960 FileSpec module_spec(module_name, false);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dieee.c1821 ieee->mb.module_name = read_id (&(ieee->h));
1823 abfd->filename = ieee->mb.module_name;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1848 const char *module_name,
1853 FileSpec module_file_spec(module_name, false);
1847 FindModulesByName(Target *target, const char *module_name, ModuleList &module_list, bool check_global_list) argument

Completed in 297 milliseconds