Searched refs:mod_name (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp37 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, argument
39 module = internal_strdup(mod_name);
H A Dsanitizer_symbolizer.h49 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/openbsd-current/gnu/usr.bin/binutils/include/
H A Doasys.h78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Doasys.h78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
/openbsd-current/bin/pax/
H A Dextern.h183 int mod_name(ARCHD *);
H A Dar_subs.c124 if ((res = mod_name(arcn)) < 0)
292 if ((pat_sel(arcn) < 0) || ((res = mod_name(arcn)) < 0))
484 if ((res = mod_name(arcn)) < 0) {
896 if ((chk_lnk(arcn) < 0) || ((res = mod_name(arcn)) < 0))
H A Dpat_rep.c617 * mod_name()
631 mod_name(ARCHD *arcn) function
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py272 mod_name = os.path.splitext(
279 (mod_name, module_dir, expected_dir))
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t943 my $mod_name = "$extra_chars$alias";
950 my @all_names = prop_aliases($mod_name);
952 is(@all_names, 0, "prop_aliases('$mod_name') returns undef since $alias is not installed");
956 fail("prop_aliases('$mod_name')");
963 @names_via_short = prop_aliases($mod_name);
967 "prop_aliases: '$alias' is the short name for '$mod_name'");
975 my @names_via_full = prop_aliases($mod_name);
976 is_deeply(\@names_via_full, \@names_via_short, "prop_aliases() returns the same list for both '$short_name' and '$mod_name'");
984 is_deeply(\@all_names, \@names_via_short, "prop_aliases() returns the same list for both '$short_name' and '$mod_name'");
986 "prop_aliases: '$alias' is listed as an alias for '$mod_name'");
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DMaintainers.pl1495 for my $mod_name ( keys %Modules ) {
1496 my $data = $Modules{$mod_name};
1500 $DistName{$files[0]} = $mod_name;
1501 $DistName{"$1/$files[0]"} = $mod_name;
H A Dsync-with-cpan328 if (my $mod_name = $DistName{$module}) {
329 $module = $mod_name;
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.t172 my $mod_name;
175 $mod_name = $name =~ s/([()])/\\$1/gr;
176 $name_ref = \$mod_name;
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c333 char mod_name[MAX_PATH+1]; local
348 strcpy(mod_name, w32_module_name);
349 ptr = strrchr(mod_name, '/');
354 ptr = strrchr(mod_name, '/');
370 ptr = mod_name;
378 if (GetFileAttributes(mod_name) != (DWORD) -1) {
385 sv_catpv(*prev_pathp, mod_name);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Doasys.c387 memcpy (module[i].name, record_ext.mod_name, 33);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4537 std::string mod_name; local
4543 valid &= modInfo.get_name(mod_name);
4552 FileSpec file(mod_name);

Completed in 496 milliseconds