Home
last modified time | relevance | path

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

/external/selinux/sepolgen/src/sepolgen/
Dmodule.py40 def is_valid_name(modname): argument
50 def __init__(self, modname): argument
191 def compile(self, sourcename, modname): argument
205 def package(self, modname, packagename): argument
/external/elfutils/tests/
Dline2addr.c45 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address() local
70 const char *modname, Dwarf_Addr base __attribute__ ((unused)), in handle_module()
Ddwfllines.c49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main() local
Dfuncscopes.c129 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() local
Dbacktrace-data.c62 const char *modname __attribute__ ((unused)), in find_elf()
Dvarlocs.c787 const char *modname = dwfl_module_info (mod, NULL, in main() local
/external/lldb/examples/customization/import-python/
Dimportcmd.py10 def do_import(debugger,modname): argument
/external/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c36 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_debuginfo()
Ddwfl_build_id_find_elf.c138 const char *modname __attribute__ ((unused)), in dwfl_build_id_find_elf()
Dfind-debuginfo.c334 const char *modname __attribute__ ((unused)), in dwfl_standard_find_debuginfo()
Doffline.c41 const char *modname __attribute__ ((unused)), in dwfl_offline_section_address()
Dlinux-kernel-modules.c929 char modname[128]; in INTDEF() local
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dbackward.py154 def import_local_file(modname, modfile=None): argument
/external/elfutils/src/
Dstack.c145 const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL, in module_callback() local
434 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, NULL, in print_frames() local
Dunstrip.c2133 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
2152 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
2171 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() local
Dnm.c1164 const char *modname, in find_no_debuginfo()
Dreadelf.c711 const char *modname, in find_no_debuginfo()
/external/autotest/utils/
Drun_pylint.py87 def patch_modname(modname): argument
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dcollector.py463 modname = None variable in ExceptionFrame
/external/ltrace/
Doutput.c592 const char *modname = NULL; in frame_callback() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc325 static uptr GetPreferredBase(const char *modname) { in GetPreferredBase()
/external/iptables/libxtables/
Dxtables.c337 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) in xtables_insmod()