Home
last modified time | relevance | path

Searched defs:modname (Results 1 – 15 of 15) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11dyn.c89 #define SDL_X11_MODULE(modname) argument
105 #define SDL_X11_MODULE(modname) int SDL_X11_HAVE_##modname = 1; argument
123 #define SDL_X11_MODULE(modname) SDL_X11_HAVE_##modname = 1; in SDL_X11_UnloadSymbols() argument
160 #define SDL_X11_MODULE(modname) thismod = &SDL_X11_HAVE_##modname; in SDL_X11_LoadSymbols() argument
DSDL_x11dyn.h75 #define SDL_X11_MODULE(modname) extern int SDL_X11_HAVE_##modname; argument
/external/elfutils/tests/
Dline2addr.c53 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address() local
78 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in handle_module()
Dfuncscopes.c137 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() local
/external/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c57 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
Ddwfl_build_id_find_elf.c147 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf()
Dfind-debuginfo.c255 const char *modname __attribute__ ((unused)), in dwfl_standard_find_debuginfo()
Doffline.c62 const char *modname __attribute__ ((unused)), in dwfl_offline_section_address()
Dlinux-kernel-modules.c827 char modname[128]; in INTDEF() local
/external/llvm/lib/Linker/
DLinker.cpp23 Linker::Linker(StringRef progname, StringRef modname, in Linker()
/external/oprofile/daemon/liblegacy/
Dopd_kernel.c155 char * modname; in opd_get_module_info() local
/external/elfutils/src/
Dunstrip.c1987 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
2006 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
2025 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
Dreadelf.c501 const char *modname __attribute__ ((unused)), in find_no_debuginfo()
/external/kernel-headers/original/linux/
Dmodule.h529 char **modname) in module_address_lookup()
/external/iptables/iptables/
Dxtables.c329 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) in xtables_insmod()