Searched refs:ldebug (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A DMakefile32 CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
133 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lstring.h \
139 llimits.h lzio.h lmem.h lopcodes.h lparser.h ldebug.h lstate.h ltm.h \
144 ldebug.o: ldebug.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \
146 ldebug.h ldo.h lfunc.h lstring.h lgc.h ltable.h lvm.h
148 lobject.h ltm.h lzio.h lmem.h ldebug.h ldo.h lfunc.h lgc.h lopcodes.h \
154 lgc.o: lgc.c lprefix.h lua.h luaconf.h ldebug.h lstate.h lobject.h \
158 llex.o: llex.c lprefix.h lua.h luaconf.h lctype.h llimits.h ldebug.h \
162 lmem.o: lmem.c lprefix.h lua.h luaconf.h ldebug
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c80 if (ldebug(creat))
171 if (ldebug(open))
173 if (ldebug(openat))
193 if (ldebug(openat))
211 if (ldebug(open))
224 if (ldebug(lseek))
239 if (ldebug(llseek))
343 if (ldebug(getdents))
425 if (ldebug(getdents64))
501 if (ldebug(readdi
[all...]
H A Dlinux_misc.c202 if (ldebug(alarm))
240 if (ldebug(brk))
274 if (ldebug(uselib))
507 if (ldebug(select))
523 if (ldebug(select))
551 if (ldebug(select))
573 if (ldebug(select))
585 if (ldebug(select))
600 if (ldebug(mremap))
661 if (ldebug(tim
[all...]
H A Dlinux_getcwd.c67 if (ldebug(getcwd))
H A Dlinux_stats.c171 if (ldebug(newstat))
192 if (ldebug(newlstat))
211 if (ldebug(newfstat))
265 if (ldebug(stat))
287 if (ldebug(lstat))
400 if (ldebug(statfs))
448 if (ldebug(statfs64))
470 if (ldebug(fstatfs64))
495 if (ldebug(fstatfs))
521 if (ldebug(usta
[all...]
H A Dlinux_signal.c150 if (ldebug(signal))
173 if (ldebug(rt_sigaction))
243 if (ldebug(sigprocmask))
275 if (ldebug(rt_sigprocmask))
309 if (ldebug(sgetmask))
328 if (ldebug(ssetmask))
354 if (ldebug(sigpending))
384 if (ldebug(rt_sigpending))
414 if (ldebug(rt_sigtimedwait))
429 if (ldebug(rt_sigtimedwai
[all...]
H A Dlinux_fork.c76 if (ldebug(fork))
112 if (ldebug(vfork))
151 if (ldebug(clone)) {
242 if (ldebug(clone))
270 if (ldebug(clone)) {
361 if (ldebug(clone))
H A Dlinux_ioctl.c412 if (ldebug(ioctl)) {
534 if (ldebug(ioctl)) {
553 if (ldebug(ioctl)) {
676 if (ldebug(ioctl)) {
3718 if (ldebug(ioctl))
/freebsd-11-stable/libexec/flua/
H A DMakefile17 SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c \
/freebsd-11-stable/stand/liblua/
H A DMakefile14 SRCS= lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c \
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c110 if (ldebug(execve))
260 if (ldebug(old_select))
313 if (ldebug(clone))
352 if (ldebug(mmap2))
374 if (ldebug(mmap))
492 if (ldebug(sigaction))
534 if (ldebug(sigsuspend))
552 if (ldebug(rt_sigsuspend))
575 if (ldebug(pause))
593 if (ldebug(sigaltstac
[all...]
H A Dlinux_sysvec.c85 * Allow the sendsig functions to use the ldebug() facility even though they
87 * bogus than using ldebug(sigreturn).
389 if (ldebug(rt_sendsig))
450 if (ldebug(rt_sendsig))
462 if (ldebug(rt_sendsig))
520 if (ldebug(sendsig))
615 if (ldebug(sigreturn))
698 if (ldebug(rt_sigreturn))
761 if (ldebug(rt_sigreturn))
H A Dlinux.h46 #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name) macro
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c133 if (ldebug(execve))
382 if (ldebug(old_select))
422 if (ldebug(clone))
461 if (ldebug(mmap2))
483 if (ldebug(mmap))
526 if (ldebug(sigaction))
568 if (ldebug(sigsuspend))
586 if (ldebug(rt_sigsuspend))
609 if (ldebug(pause))
627 if (ldebug(sigaltstac
[all...]
H A Dlinux32_sysvec.c99 * Allow the sendsig functions to use the ldebug() facility even though they
101 * bogus than using ldebug(sigreturn).
284 if (ldebug(rt_sendsig))
347 if (ldebug(rt_sendsig))
359 if (ldebug(rt_sendsig))
421 if (ldebug(sendsig))
519 if (ldebug(sigreturn))
604 if (ldebug(rt_sigreturn))
672 if (ldebug(rt_sigreturn))
H A Dlinux.h47 #define ldebug(name) isclr(linux_debug_map, LINUX32_SYS_linux_ ## name) macro
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc265 ldebug = -debug:full -debugtype:cv
267 ldebug = -release -opt:ref -opt:icf,3
271 lflags = -nologo -machine:$(MACHINE) $(ldebug)
/freebsd-11-stable/stand/common/
H A Dinterp_lua.c39 #include <ldebug.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files45 ldebug.o \
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux.h46 #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name) macro

Completed in 245 milliseconds