Searched defs:mod_name (Results 1 - 5 of 5) sorted by relevance

/external/toybox/toys/other/
H A Drmmod.c28 char * mod_name; local
32 mod_name = basename(*toys.optargs);
35 len = strlen(mod_name);
36 if (len > 3 && !strcmp(&mod_name[len-3], ".ko" )) mod_name[len-3] = 0;
41 if (delete_module(mod_name, flags))
42 perror_exit("failed to unload %s", mod_name);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cc36 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset) { argument
37 module = internal_strdup(mod_name);
/external/elfutils/tests/
H A Ddwflsyms.c109 void **user __attribute__ ((unused)), const char *mod_name,
116 printf ("%s: %s\n", mod_name, dwfl_errmsg (-1));
108 list_syms(struct Dwfl_Module *mod, void **user __attribute__ ((unused)), const char *mod_name, Dwarf_Addr low_addr __attribute__ ((unused)), void *arg __attribute__ ((unused))) argument
/external/selinux/policycoreutils/semodule_deps/
H A Dsemodule_deps.c146 char *mod_name, *req_name, *id; local
163 mod_name =
192 mod_name);
203 mod_name,
/external/selinux/libsepol/src/
H A Dlink.c2093 const char *mod_name = cur->branch_list->module_name ? local
2109 mod_name, cur->branch_list->decl_id,
2115 mod_name, cur->branch_list->decl_id,
2123 mod_name, cur->branch_list->decl_id,
2133 mod_name, cur->branch_list->decl_id,
2152 const char *mod_name = cur->branch_list->module_name ? local
2168 mod_name,
2173 mod_name,
2224 const char *mod_name = decl->module_name ? local
2227 mod_name, dec
[all...]

Completed in 283 milliseconds