Home
last modified time | relevance | path

Searched defs:module_entry (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/iconv/
H A Diconvconfig.h42 struct module_entry struct
44 gidx_t canonname_offset;
45 gidx_t fromdir_offset;
46 gidx_t fromname_offset;
47 gidx_t todir_offset;
48 gidx_t toname_offset;
49 gidx_t extra_offset;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/iconv/
H A Diconvconfig.h42 struct module_entry struct
44 gidx_t canonname_offset;
45 gidx_t fromdir_offset;
46 gidx_t fromname_offset;
47 gidx_t todir_offset;
48 gidx_t toname_offset;
49 gidx_t extra_offset;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/iconv/
H A Diconvconfig.h42 struct module_entry struct
44 gidx_t canonname_offset;
45 gidx_t fromdir_offset;
46 gidx_t fromname_offset;
47 gidx_t todir_offset;
48 gidx_t toname_offset;
49 gidx_t extra_offset;
/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Dmodutils.h21 typedef struct module_entry { struct
22 struct module_entry *next; argument
34 struct module_entry *dnext, *dprev; argument
36 } module_entry; typedef
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/core/
H A Dm_part.c82 struct module module_entry = variable
H A Dm_tmode.c92 struct module module_entry = variable
H A Dm_die.c94 struct module module_entry = variable
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/
H A Dm_metadata.c85 struct module module_entry = variable
H A Dm_eob.c82 struct module module_entry = variable
H A Dm_certfp.c82 struct module module_entry = variable
H A Dm_svspart.c108 struct module module_entry = variable
H A Dm_pass.c91 struct module module_entry = variable
H A Dm_svsjoin.c108 struct module module_entry = variable
H A Dm_svstag.c109 struct module module_entry = variable
H A Dm_knock.c159 struct module module_entry = variable
H A Dm_svsaccount.c94 struct module module_entry = variable
H A Dm_close.c97 struct module module_entry = variable
H A Dm_names.c90 struct module module_entry = variable
H A Dm_post.c100 struct module module_entry = variable
H A Dm_restart.c94 struct module module_entry = variable
H A Dm_svinfo.c136 struct module module_entry = variable
H A Dm_svshost.c96 struct module module_entry = variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dmodules.cpp111 static PackageEntry* get_package_entry(ModuleEntry* module_entry, const char* package_name, TRAPS) { in get_package_entry()
406 ModuleEntry* module_entry = module_table->locked_create_entry_or_null(module_handle, in define_module() local
665 const ModuleEntry* const module_entry = (pkg_entry != NULL ? pkg_entry->module() : NULL); in get_named_module() local
678 const ModuleEntry* const module_entry = (pkg_entry != NULL ? pkg_entry->module() : NULL); in get_module() local
698 ModuleEntry* module_entry = get_module_entry(module, CHECK); in add_module_exports_to_all_unnamed() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A Dmodules.cpp111 static PackageEntry* get_package_entry(ModuleEntry* module_entry, const char* package_name, TRAPS) { in get_package_entry()
406 ModuleEntry* module_entry = module_table->locked_create_entry(module_handle, in define_module() local
663 const ModuleEntry* const module_entry = (pkg_entry != NULL ? pkg_entry->module() : NULL); in get_named_module() local
676 const ModuleEntry* const module_entry = (pkg_entry != NULL ? pkg_entry->module() : NULL); in get_module() local
696 ModuleEntry* module_entry = get_module_entry(module, CHECK); in add_module_exports_to_all_unnamed() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dmodules.cpp111 static PackageEntry* get_package_entry(ModuleEntry* module_entry, const char* package_name, TRAPS) { in get_package_entry()
406 ModuleEntry* module_entry = module_table->locked_create_entry_or_null(module_handle, in define_module() local
665 const ModuleEntry* const module_entry = (pkg_entry != NULL ? pkg_entry->module() : NULL); in get_named_module() local
678 const ModuleEntry* const module_entry = (pkg_entry != NULL ? pkg_entry->module() : NULL); in get_module() local
698 ModuleEntry* module_entry = get_module_entry(module, CHECK); in add_module_exports_to_all_unnamed() local

12345678