Searched refs:mangle (Results 1 - 25 of 129) sorted by relevance

123456

/netbsd-current/external/mpl/bind/dist/bin/tests/system/cds/
H A Dsetup.sh68 mangle="$PERL mangle.pl"
70 $mangle " IN DS $id1 ${DEFAULT_ALGORITHM_NUMBER} 1 " <DS.1 >DS.broke1
71 $mangle " IN DS $id1 ${DEFAULT_ALGORITHM_NUMBER} 2 " <DS.1 >DS.broke2
72 $mangle " IN DS $id1 ${DEFAULT_ALGORITHM_NUMBER} [12] " <DS.1 >DS.broke12
123 $mangle '\s+IN\s+RRSIG\s+CDS .* '$idz' '$Z'\. ' \
125 $mangle '\s+IN\s+RRSIG\s+CDS .* '$id1' '$Z'\. ' \
128 $mangle " IN CDS $id1 ${DEFAULT_ALGORITHM_NUMBER} 1 " <db.cds.1 \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-builtins.h107 const char *mangle; member in struct:arm_simd_type_info
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dconfig.d44 pragma(mangle, cPrefix ~ "rt_envvars_enabled") __gshared bool rt_envvars_enabled = false;
48 pragma(mangle, cPrefix ~ "rt_cmdline_enabled") __gshared bool rt_cmdline_enabled = true;
52 pragma(mangle, cPrefix ~ "rt_options") __gshared string[] rt_options = [];
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dconfig.d49 extern(C) pragma(mangle, "rt_envvars_enabled") __gshared bool rt_envvars_enabled = false;
53 extern(C) pragma(mangle, "rt_cmdline_enabled") __gshared bool rt_cmdline_enabled = true;
57 extern(C) pragma(mangle, "rt_options") __gshared string[] rt_options = [];
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmmap_allocator.d112 pragma(mangle, "fakePureErrnoImpl") ref int fakePureErrno();
113 pragma(mangle, "mmap") void* fakePureMmap(void*, size_t, int, int, int, off_t);
114 pragma(mangle, "munmap") int fakePureMunmap(void*, size_t);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dmemory.d55 pragma(mangle, "malloc") void* fakePureMalloc(size_t) @safe;
56 pragma(mangle, "calloc") void* fakePureCalloc(size_t nmemb, size_t size) @safe;
57 pragma(mangle, "realloc") void* fakePureRealloc(return scope void* ptr, size_t size) @system;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h343 virtual std::string mangle() const = 0;
387 std::string mangle() const { return Impl->mangle(); } function in class:llvm::AMDGPULibFunc
425 std::string mangle() const override;
454 std::string mangle() const override { return Name; }
H A DAMDGPULibFunc.cpp116 // used to mangle a function name. Other argument types are derived from types
718 std::string AMDGPUMangledLibFunc::mangle() const { return mangleNameItanium(); }
939 std::string FuncName = fInfo.mangle();
954 std::string const FuncName = fInfo.mangle();
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Drmem.d298 pragma(mangle, "malloc") void* pureMalloc(size_t size) @trusted;
301 pragma(mangle, "calloc") void* pureCalloc(size_t nmemb, size_t size) @trusted;
304 pragma(mangle, "realloc") void* pureRealloc(void* ptr, size_t size) @system;
307 pragma(mangle, "free") void pureFree(void* ptr) @system;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A Dload.d17 void loadSym(T)(void* handle, ref T val, const char* mangle)
19 val = cast(T).dlsym(handle, mangle);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A Dload.d16 void loadSym(T)(void* handle, ref T val, const char* mangle)
18 val = cast(T).dlsym(handle, mangle);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h132 return lookupLinkerMangled(JD, mangle(UnmangledName));
181 std::string mangle(StringRef UnmangledName) const;
185 return ES->intern(mangle(UnmangledName));
/netbsd-current/external/gpl2/dtc/dist/tests/
H A DMakefile.tests17 move_and_save mangle-layout nopulate \
/netbsd-current/sbin/fsck/
H A Dfsck.c90 static void mangle(char *, int *, const char ** volatile *, int *);
305 mangle(optbuf, &argc, &argv, &maxargc);
515 mangle(char *opts, int *argcp, const char ** volatile *argvp, int *maxargcp) function
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d150 pragma(mangle, gcc.sections.pinLoadedLibraries.mangleof)
171 pragma(mangle, gcc.sections.unpinLoadedLibraries.mangleof)
191 pragma(mangle, gcc.sections.inheritLoadedLibraries.mangleof)
200 pragma(mangle, gcc.sections.cleanupLoadedLibraries.mangleof)
H A Dmacho.d151 pragma(mangle, gcc.sections.pinLoadedLibraries.mangleof)
170 pragma(mangle, gcc.sections.unpinLoadedLibraries.mangleof)
190 pragma(mangle, gcc.sections.inheritLoadedLibraries.mangleof)
199 pragma(mangle, gcc.sections.cleanupLoadedLibraries.mangleof)
H A Delf.d234 pragma(mangle, gcc.sections.pinLoadedLibraries.mangleof)
253 pragma(mangle, gcc.sections.unpinLoadedLibraries.mangleof)
273 pragma(mangle, gcc.sections.inheritLoadedLibraries.mangleof)
287 pragma(mangle, gcc.sections.cleanupLoadedLibraries.mangleof)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c300 static void mangle(NODE *p);
307 mangle(p);
600 mangle(NODE *p) function
/netbsd-current/sbin/mount/
H A Dmount.c81 static void mangle(char *, int *, const char ** volatile *, int *);
462 mangle(optbuf, &argc, &argv, &maxargc);
671 mangle(char *options, int *argcp, const char ** volatile *argvp, int *maxargcp) function
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d25 pragma(mangle, "malloc") void* pureMalloc(size_t);
26 pragma(mangle, "realloc") void* pureRealloc(void* ptr, size_t size);
27 pragma(mangle, "free") void pureFree(void* ptr);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp462 void mangle(GlobalDecl GD);
670 // The Windows ABI expects that we would never mangle "typical"
729 void CXXNameMangler::mangle(GlobalDecl GD) { function in class:CXXNameMangler
750 // Don't mangle in the type if this isn't a decl we should typically mangle.
983 // Do not mangle the owning module for an external linkage declaration.
1148 DiagnosticsEngine::Error, "cannot mangle fixed point literals yet");
1203 // FIXME: GCC does not appear to mangle the template arguments when
1217 // FIXME: GCC does not appear to mangle the template arguments when
1224 // We use the QualType mangle typ
[all...]
H A DMicrosoftMangle.cpp348 void mangle(const NamedDecl *D, StringRef Prefix = "?");
451 // To mangle anonymous namespaces, hash the path to the main source file. The
483 // The ABI expects that we would never mangle "typical" user-defined entry
536 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) { function in class:MicrosoftCXXNameMangler
537 // MSVC doesn't mangle C++ names the same way it mangles extern "C" names.
551 // MSVC appears to mangle GUIDs as if they were variables of type
558 llvm_unreachable("Tried to mangle unexpected NamedDecl!");
571 // We don't even know how to mangle their types anyway :).
578 // We would like to mangle all extern "C" functions using this additional
615 // Now mangle th
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d827 pragma(mangle, PERSONALITY_FUNCTION)
873 pragma(mangle, PERSONALITY_FUNCTION)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d851 pragma(mangle, PERSONALITY_FUNCTION)
897 pragma(mangle, PERSONALITY_FUNCTION)
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/coldfire/
H A Ddefs.mk38 G_GTFILES=${GNUHOSTDIST}/gcc/../libcpp/include/line-map.h ${GNUHOSTDIST}/gcc/../libcpp/include/cpplib.h ${GNUHOSTDIST}/gcc/../libcpp/include/cpp-id-data.h ${GNUHOSTDIST}/gcc/input.h ${GNUHOSTDIST}/gcc/coretypes.h auto-host.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h options.h ${GNUHOSTDIST}/gcc/config/m68k/m68k.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-stdint.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/m68k/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/initfini-array.h ${GNUHOSTDIST}/gcc/defaults.h ${GNUHOSTDIST}/gcc/../include/hashtab.h ${GNUHOSTDIST}/gcc/../include/splay-tree.h ${GNUHOSTDIST}/gcc/bitmap.h ${GNUHOSTDIST}/gcc/wide-int.h ${GNUHOSTDIST}/gcc/alias.h ${GNUHOSTDIST}/gcc/coverage.c ${GNUHOSTDIST}/gcc/rtl.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/tree-core.h ${GNUHOSTDIST}/gcc/libfuncs.h ${GNUHOSTDIST}/gcc/../libcpp/include/symtab.h ${GNUHOSTDIST}/gcc/../include/obstack.h ${GNUHOSTDIST}/gcc/real.h ${GNUHOSTDIST}/gcc/function.h ${GNUHOSTDIST}/gcc/insn-addr.h ${GNUHOSTDIST}/gcc/hwint.h ${GNUHOSTDIST}/gcc/fixed-value.h ${GNUHOSTDIST}/gcc/output.h ${GNUHOSTDIST}/gcc/cfgloop.h ${GNUHOSTDIST}/gcc/cfg.h ${GNUHOSTDIST}/gcc/cselib.h ${GNUHOSTDIST}/gcc/basic-block.h ${GNUHOSTDIST}/gcc/ipa-ref.h ${GNUHOSTDIST}/gcc/cgraph.h ${GNUHOSTDIST}/gcc/reload.h ${GNUHOSTDIST}/gcc/caller-save.c ${GNUHOSTDIST}/gcc/symtab.c ${GNUHOSTDIST}/gcc/alias.c ${GNUHOSTDIST}/gcc/bitmap.c ${GNUHOSTDIST}/gcc/cselib.c ${GNUHOSTDIST}/gcc/cgraph.c ${GNUHOSTDIST}/gcc/ipa-prop.c ${GNUHOSTDIST}/gcc/ipa-cp.c ${GNUHOSTDIST}/gcc/ipa-utils.h ${GNUHOSTDIST}/gcc/dbxout.c ${GNUHOSTDIST}/gcc/signop.h ${GNUHOSTDIST}/gcc/dwarf2out.h ${GNUHOSTDIST}/gcc/dwarf2asm.c ${GNUHOSTDIST}/gcc/dwarf2cfi.c ${GNUHOSTDIST}/gcc/dwarf2out.c ${GNUHOSTDIST}/gcc/tree-vect-generic.c ${GNUHOSTDIST}/gcc/dojump.c ${GNUHOSTDIST}/gcc/emit-rtl.c ${GNUHOSTDIST}/gcc/except.h ${GNUHOSTDIST}/gcc/explow.c ${GNUHOSTDIST}/gcc/expr.c ${GNUHOSTDIST}/gcc/expr.h ${GNUHOSTDIST}/gcc/function.c ${GNUHOSTDIST}/gcc/except.c ${GNUHOSTDIST}/gcc/gcse.c ${GNUHOSTDIST}/gcc/godump.c ${GNUHOSTDIST}/gcc/lists.c ${GNUHOSTDIST}/gcc/optabs.c ${GNUHOSTDIST}/gcc/profile.c ${GNUHOSTDIST}/gcc/mcf.c ${GNUHOSTDIST}/gcc/reg-stack.c ${GNUHOSTDIST}/gcc/cfgrtl.c ${GNUHOSTDIST}/gcc/sdbout.c ${GNUHOSTDIST}/gcc/stor-layout.c ${GNUHOSTDIST}/gcc/stringpool.c ${GNUHOSTDIST}/gcc/tree.c ${GNUHOSTDIST}/gcc/varasm.c ${GNUHOSTDIST}/gcc/gimple.h ${GNUHOSTDIST}/gcc/gimple-ssa.h ${GNUHOSTDIST}/gcc/tree-chkp.c ${GNUHOSTDIST}/gcc/tree-ssanames.c ${GNUHOSTDIST}/gcc/tree-eh.c ${GNUHOSTDIST}/gcc/tree-ssa-address.c ${GNUHOSTDIST}/gcc/tree-cfg.c ${GNUHOSTDIST}/gcc/tree-dfa.c ${GNUHOSTDIST}/gcc/tree-iterator.c ${GNUHOSTDIST}/gcc/gimple-expr.c ${GNUHOSTDIST}/gcc/tree-chrec.h ${GNUHOSTDIST}/gcc/tree-scalar-evolution.c ${GNUHOSTDIST}/gcc/tree-ssa-operands.h ${GNUHOSTDIST}/gcc/tree-profile.c ${GNUHOSTDIST}/gcc/tree-nested.c ${GNUHOSTDIST}/gcc/omp-low.c ${GNUHOSTDIST}/gcc/omp-low.h ${GNUHOSTDIST}/gcc/targhooks.c ${GNUHOSTDIST}/gcc/config/m68k/m68k.c ${GNUHOSTDIST}/gcc/passes.c ${GNUHOSTDIST}/gcc/cgraphunit.c ${GNUHOSTDIST}/gcc/cgraphclones.c ${GNUHOSTDIST}/gcc/tree-phinodes.c ${GNUHOSTDIST}/gcc/tree-ssa-alias.h ${GNUHOSTDIST}/gcc/tree-ssanames.h ${GNUHOSTDIST}/gcc/ipa-prop.h ${GNUHOSTDIST}/gcc/trans-mem.c ${GNUHOSTDIST}/gcc/lto-streamer.h ${GNUHOSTDIST}/gcc/target-globals.h ${GNUHOSTDIST}/gcc/ipa-inline.h ${GNUHOSTDIST}/gcc/vtable-verify.c ${GNUHOSTDIST}/gcc/asan.c ${GNUHOSTDIST}/gcc/ubsan.c ${GNUHOSTDIST}/gcc/tsan.c ${GNUHOSTDIST}/gcc/sanopt.c ${GNUHOSTDIST}/gcc/ipa-devirt.c ${GNUHOSTDIST}/gcc/internal-fn.h [c] ${GNUHOSTDIST}/gcc/c/c-lang.c ${GNUHOSTDIST}/gcc/c/c-tree.h ${GNUHOSTDIST}/gcc/c/c-decl.c ${GNUHOSTDIST}/gcc/c-family/c-common.c ${GNUHOSTDIST}/gcc/c-family/c-common.h ${GNUHOSTDIST}/gcc/c-family/c-objc.h ${GNUHOSTDIST}/gcc/c-family/c-cppbuiltin.c ${GNUHOSTDIST}/gcc/c-family/c-pragma.h ${GNUHOSTDIST}/gcc/c-family/c-pragma.c ${GNUHOSTDIST}/gcc/c/c-objc-common.c ${GNUHOSTDIST}/gcc/c/c-parser.c ${GNUHOSTDIST}/gcc/c/c-lang.h [cp] ${GNUHOSTDIST}/gcc/cp/rtti.c ${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/name-lookup.h ${GNUHOSTDIST}/gcc/cp/name-lookup.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h ${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c ${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/semantics.c ${GNUHOSTDIST}/gcc/cp/tree.c ${GNUHOSTDIST}/gcc/cp/parser.h ${GNUHOSTDIST}/gcc/cp/parser.c ${GNUHOSTDIST}/gcc/cp/method.c ${GNUHOSTDIST}/gcc/cp/typeck2.c ${GNUHOSTDIST}/gcc/c-family/c-common.c ${GNUHOSTDIST}/gcc/c-family/c-common.h ${GNUHOSTDIST}/gcc/c-family/c-objc.h ${GNUHOSTDIST}/gcc/c-family/c-lex.c ${GNUHOSTDIST}/gcc/c-family/c-pragma.h ${GNUHOSTDIST}/gcc/c-family/c-pragma.c ${GNUHOSTDIST}/gcc/cp/class.c ${GNUHOSTDIST}/gcc/cp/cp-objcp-common.c ${GNUHOSTDIST}/gcc/cp/cp-lang.c ${GNUHOSTDIST}/gcc/cp/except.c ${GNUHOSTDIST}/gcc/cp/vtable-class-hierarchy.c ${GNUHOSTDIST}/gcc/cp/constexpr.c [jit] ${GNUHOSTDIST}/gcc/jit/dummy-frontend.c [lto] ${GNUHOSTDIST}/gcc/lto/lto-tree.h ${GNUHOSTDIST}/gcc/lto/lto-lang.c ${GNUHOSTDIST}/gcc/lto/lto.c ${GNUHOSTDIST}/gcc/lto/lto.h [objc] ${GNUHOSTDIST}/gcc/objc/objc-map.h ${GNUHOSTDIST}/gcc/c-family/c-objc.h ${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/objc/objc-act.c ${GNUHOSTDIST}/gcc/objc/objc-runtime-shared-support.c ${GNUHOSTDIST}/gcc/objc/objc-gnu-runtime-abi-01.c ${GNUHOSTDIST}/gcc/objc/objc-next-runtime-abi-01.c ${GNUHOSTDIST}/gcc/objc/objc-next-runtime-abi-02.c ${GNUHOSTDIST}/gcc/c/c-parser.c ${GNUHOSTDIST}/gcc/c/c-tree.h ${GNUHOSTDIST}/gcc/c/c-decl.c ${GNUHOSTDIST}/gcc/c/c-lang.h ${GNUHOSTDIST}/gcc/c/c-objc-common.c ${GNUHOSTDIST}/gcc/c-family/c-common.c ${GNUHOSTDIST}/gcc/c-family/c-common.h ${GNUHOSTDIST}/gcc/c-family/c-cppbuiltin.c ${GNUHOSTDIST}/gcc/c-family/c-pragma.h ${GNUHOSTDIST}/gcc/c-family/c-pragma.c [objcp] ${GNUHOSTDIST}/gcc/cp/rtti.c ${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/name-lookup.h ${GNUHOSTDIST}/gcc/cp/name-lookup.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h ${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c ${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/semantics.c ${GNUHOSTDIST}/gcc/cp/tree.c ${GNUHOSTDIST}/gcc/cp/parser.h ${GNUHOSTDIST}/gcc/cp/parser.c ${GNUHOSTDIST}/gcc/cp/method.c ${GNUHOSTDIST}/gcc/cp/typeck2.c ${GNUHOSTDIST}/gcc/c-family/c-common.c ${GNUHOSTDIST}/gcc/c-family/c-common.h ${GNUHOSTDIST}/gcc/c-family/c-objc.h ${GNUHOSTDIST}/gcc/c-family/c-lex.c ${GNUHOSTDIST}/gcc/c-family/c-pragma.h ${GNUHOSTDIST}/gcc/c-family/c-pragma.c ${GNUHOSTDIST}/gcc/cp/class.c ${GNUHOSTDIST}/gcc/cp/cp-objcp-common.c ${GNUHOSTDIST}/gcc/cp/except.c ${GNUHOSTDIST}/gcc/cp/vtable-class-hierarchy.c ${GNUHOSTDIST}/gcc/cp/constexpr.c ${GNUHOSTDIST}/gcc/objc/objc-map.h ${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/objc/objc-act.c ${GNUHOSTDIST}/gcc/objc/objc-runtime-shared-support.c ${GNUHOSTDIST}/gcc/objc/objc-gnu-runtime-abi-01.c ${GNUHOSTDIST}/gcc/objc/objc-next-runtime-abi-01.c ${GNUHOSTDIST}/gcc/objc/objc-next-runtime-abi-02.c ${GNUHOSTDIST}/gcc/c-family/c-cppbuiltin.c
55 G_CXX_OBJS=cp-lang.o c-family/stub-objc.o call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parser.o ptree.o rtti.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o repo.o dump.o optimize.o mangle.o cp-objcp-common.o name-lookup.o cxx-pretty-print.o cp-cilkplus.o cp-gimplify.o cp-array-notation.o lambda.o vtable-class-hierarchy.o constexpr.o cp-ubsan.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-cilkplus.o c-family/array-notation-common.o c-family/cilk.o c-family/c-ubsan.o default-c.o

Completed in 227 milliseconds

123456