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

/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py474 module_name = command_args[-1]
475 if module_name in sys.modules:
476 reload(sys.modules[module_name])
477 print module_name + " is reloaded from " + sys.modules[module_name].__file__
479 print "Unable to locate module named ", module_name
/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1018 uint32_t module_name; /* the module name (index into string table) */ member in struct:dylib_module
1045 uint32_t module_name; /* the module name (index into string table) */ member in struct:dylib_module_64
/xnu-2422.115.4/osfmk/i386/AT386/
H A Dmodel_dep.c900 panic_print_macho_symbol_name(kernel_mach_header_t *mh, vm_address_t search, const char *module_name) argument
961 kdb_printf("%s : %s + 0x%lx", module_name, bestsym, (unsigned long)diff);
963 kdb_printf("%s : %s", module_name, bestsym);

Completed in 27 milliseconds