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

/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py488 module_name = command_args[-1]
489 if module_name in sys.modules:
490 reload(sys.modules[module_name])
491 print module_name + " is reloaded from " + sys.modules[module_name].__file__
493 print "Unable to locate module named ", module_name
/xnu-2782.1.97/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-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c903 panic_print_macho_symbol_name(kernel_mach_header_t *mh, vm_address_t search, const char *module_name) argument
964 kdb_printf("%s : %s + 0x%lx", module_name, bestsym, (unsigned long)diff);
966 kdb_printf("%s : %s", module_name, bestsym);

Completed in 32 milliseconds