Searched refs:root_name (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/usr.sbin/mdsetimage/
H A Dbin_nlist.c91 unsigned long text_start, const char *root_name, const char *size_name,
119 N_NAME(&nl[X_MD_ROOT_IMAGE]) = root_name;
90 bin_find_md_root(void *binp, const char *mappedfile, off_t mappedsize, unsigned long text_start, const char *root_name, const char *size_name, size_t *md_root_image_offset, size_t *md_root_size_offset, uint32_t *md_root_size, int verbose) argument
/netbsd-current/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dbin_bfd.c65 const char *root_name, const char *size_name, size_t *md_root_offset,
80 symbols[0].name = root_name;
63 bin_find_md_root(void *bin, const char *mappedkfile, off_t size, unsigned long text_start, const char *root_name, const char *size_name, size_t *md_root_offset, size_t *md_root_size_offset, uint32_t *md_root_size, int verbose) argument
/netbsd-current/external/gpl3/binutils.old/usr.sbin/mdsetimage/
H A Dbin_bfd.c65 const char *root_name, const char *size_name, size_t *md_root_offset,
80 symbols[0].name = root_name;
63 bin_find_md_root(void *bin, const char *mappedkfile, off_t size, unsigned long text_start, const char *root_name, const char *size_name, size_t *md_root_offset, size_t *md_root_size_offset, uint32_t *md_root_size, int verbose) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.cpp141 } while (RealPath != sys::path::root_name(RealPath));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc159 path::root_name() const function in class:path
461 if (root_name() != base.root_name())
H A Dops.cc77 abs = abs.root_name() / p;
79 abs = p.root_name() / abs.root_directory() / abs.relative_path()
1284 || p.root_name() == base.root_name())
H A Dpath.cc147 path::root_name() const function in class:path
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h251 StringRef root_name(StringRef path, Style style = Style::native);
268 /// Equivalent to root_name + root_directory.
390 /// root_name != ""
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc481 || (__p.has_root_name() && __p.root_name() != root_name()))
674 if (is_absolute || (has_root_name && root_path.first.str != root_name()))
1494 path::root_name() const function in class:path
1794 if (root_name() != base.root_name())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc482 || (__p.has_root_name() && __p.root_name() != root_name()))
675 if (is_absolute || (has_root_name && root_path.first.str != root_name()))
1495 path::root_name() const function in class:path
1795 if (root_name() != base.root_name())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp371 StringRef root_name(StringRef path, Style style) {
617 return !root_name(p, style).empty();
927 StringRef cdrn = path::root_name(current_dir);
936 StringRef pRootName = path::root_name(p);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc83 abs = abs.root_name() / p;
85 abs = p.root_name() / abs.root_directory() / abs.relative_path()
1313 || p.root_name() == base.root_name())
H A Dpath.cc147 path::root_name() const function in class:path
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp87 StringRef Root = sys::path::root_name(Filename);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Ddwarf.exp53 set root_name [file rootname [file tail $source_file]]
54 set output_base [standard_output_file $root_name]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp551 if (sys::path::root_name(PathTo) != sys::path::root_name(DirFrom))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp131 DirName.equals_lower(llvm::sys::path::root_name(DirName))) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc106 const StringRef RootName = llvm::sys::path::root_name(Path8Str);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h395 path root_name() const;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h401 path root_name() const;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h501 path root_name() const;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h391 path root_name() const;

Completed in 593 milliseconds