Home
last modified time | relevance | path

Searched refs:debuginfo (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in2 %bcond_with debuginfo
56 %if %{with debuginfo}
57 %define debuginfo --enable-debuginfo
59 %define debuginfo --disable-debuginfo
69 %{debuginfo} \
79 # This must be run _after_ find-debuginfo.sh runs, otherwise that will strip
94 # hack to ensure signing happens after find-debuginfo.sh runs
107 # find-debuginfo.sh only considers executables
H A Dzfs.spec.in70 %bcond_with debuginfo
352 %if %{with debuginfo}
353 %define debuginfo --enable-debuginfo
355 %define debuginfo --disable-debuginfo
404 %{debuginfo} \
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in40 %bcond_with debuginfo
121 %if %{with debuginfo}
122 %define debuginfo --enable-debuginfo
124 %define debuginfo --disable-debuginfo
144 %{debuginfo} \
175 # This must be run _after_ find-debuginfo.sh runs, otherwise that will strip
190 # hack to ensure signing happens after find-debuginfo.sh runs
209 # find-debuginfo.sh only considers executables
H A Dzfs.spec.in70 %bcond_with debuginfo
352 %if %{with debuginfo}
353 %define debuginfo --enable-debuginfo
355 %define debuginfo --disable-debuginfo
404 %{debuginfo} \
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build-vm.sh118 # /tmp/repo/epel-testing/9.5/kmod/x86_64/debug/kmod-zfs-debuginfo-2.3.99-1.el9.x86_64.rpm
119 # /tmp/repo/epel-testing/9.5/kmod/x86_64/debug/libnvpair3-debuginfo-2.3.99-1.el9.x86_64.rpm
120 # /tmp/repo/epel-testing/9.5/kmod/x86_64/debug/libuutil3-debuginfo-2.3.99-1.el9.x86_64.rpm
173 cp $(ls *.rpm | grep -Ev 'src.rpm|dkms|debuginfo') $dst/kmod/x86_64
174 cp *debuginfo*.rpm $dst/kmod/x86_64/debug
180 cp $(ls *.rpm | grep -Ev 'src.rpm|kmod|debuginfo') $dst/x86_64
185 cp $(ls *debuginfo*.rpm | grep -v kmod) $dst/x86_64/debug
201 --enable-debuginfo $extra
224 --enable-debuginfo $extra
251 run ./configure --enable-debuginfo
[all...]
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-build.m4108 AC_MSG_CHECKING([whether debuginfo support will be forced])
109 AC_ARG_ENABLE([debuginfo], optenable
110 [AS_HELP_STRING([--enable-debuginfo],
111 [Force generation of debuginfo @<:@default=no@:>@])],
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md1 # `llvm-debuginfo-analyzer`
17 ``llvm-debuginfo-analyzer`` tool, follow the LLVM general approach and
/freebsd/sys/conf/
H A Dldscript.riscv130 INCLUDE debuginfo.ldscript
H A Dldscript.powerpc137 INCLUDE debuginfo.ldscript
H A Dldscript.arm153 INCLUDE debuginfo.ldscript
H A Dldscript.powerpc64le164 INCLUDE debuginfo.ldscript
H A Dldscript.powerpc64163 INCLUDE debuginfo.ldscript
H A Dldscript.arm64168 INCLUDE debuginfo.ldscript
H A Dldscript.i386167 INCLUDE debuginfo.ldscript
H A Dldscript.amd64182 INCLUDE debuginfo.ldscript
/freebsd/sys/contrib/openzfs/etc/default/
H A Dzfs.in105 # Build kernel modules with the --enable-debuginfo switch?
/freebsd/sys/contrib/openzfs/tests/unit/
H A DREADME.md60 --enable-debug --enable-debuginfo \
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def146 MODULE_PASS("print<module-debuginfo>", ModuleDebugInfoPrinterPass(errs()))
168 MODULE_PASS("strip-nonlinetable-debuginfo", StripNonLineTableDebugInfoPass())
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td511 "ignoring -fverify-debuginfo-preserve-export=%0 because "
512 "-fverify-debuginfo-preserve wasn't enabled">,
H A DAttrDocs.td2712 preserving struct or union member access debuginfo indices of this
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist1060 llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl549 debuginfo: $(SHLIBS)
/freebsd/crypto/openssl/
H A DINSTALL.md1724 debuginfo
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3392 defm pch_debuginfo: OptInCC1FFlag<"pch-debuginfo", "Generate ", "Do not generate ",
7891 : Flag<["-"], "fverify-debuginfo-preserve">,
7896 : Joined<["-"], "fverify-debuginfo-preserve-export=">,
8164 Flag<["-"], "fmodules-debuginfo">,
/freebsd/contrib/sqlite3/
H A Dsqlite3.c74539 CellInfo debuginfo; local
74540 pPage->xParseCell(pPage, pCell, &debuginfo);
74568 assert( nSize==debuginfo.nSize || CORRUPT_DB );
74581 CellInfo debuginfo; local
74582 pPage->xParseCell(pPage, pCell, &debuginfo);
74610 assert( nSize==debuginfo.nSize || CORRUPT_DB );
74622 CellInfo debuginfo; local
74623 pPage->xParseCell(pPage, pCell, &debuginfo);
74631 assert( debuginfo.nSize==(u16)(pIter - pCell) || CORRUPT_DB );
74644 CellInfo debuginfo; local
[all …]

12