Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 90) sorted by relevance

1234

/glibc-2.36/socket/
DMakefile51 CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables
52 CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables
53 CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables
54 CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables
55 CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables
56 CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables
57 CFLAGS-connect.c += -fexceptions -fasynchronous-unwind-tables
58 CFLAGS-accept.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/io/
DMakefile110 CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables
111 CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables
112 CFLAGS-creat.c += -fexceptions -fasynchronous-unwind-tables
113 CFLAGS-creat64.c += -fexceptions -fasynchronous-unwind-tables
114 CFLAGS-fcntl.c += -fexceptions -fasynchronous-unwind-tables
115 CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
116 CFLAGS-poll.c += -fexceptions -fasynchronous-unwind-tables
117 CFLAGS-ppoll.c += -fexceptions -fasynchronous-unwind-tables
118 CFLAGS-lockf.c += -fexceptions -fasynchronous-unwind-tables
119 CFLAGS-lockf64.c += -fexceptions -fasynchronous-unwind-tables
[all …]
/glibc-2.36/debug/
DMakefile70 CFLAGS-backtrace.c += -fno-omit-frame-pointer -funwind-tables
97 CFLAGS-read_chk.c += -fexceptions -fasynchronous-unwind-tables
98 CFLAGS-pread_chk.c += -fexceptions -fasynchronous-unwind-tables
99 CFLAGS-pread64_chk.c += -fexceptions -fasynchronous-unwind-tables
100 CFLAGS-recv_chk.c += -fexceptions -fasynchronous-unwind-tables
101 CFLAGS-recvfrom_chk.c += -fexceptions -fasynchronous-unwind-tables
106 CFLAGS-tst-longjmp_chk.c += -fexceptions -fasynchronous-unwind-tables
108 CFLAGS-tst-longjmp_chk2.c += -fexceptions -fasynchronous-unwind-tables
110 CFLAGS-tst-longjmp_chk3.c += -fexceptions -fasynchronous-unwind-tables
178 CFLAGS-tst-backtrace2.c += -funwind-tables
[all …]
/glibc-2.36/misc/
DMakefile120 CFLAGS-select.c += -fexceptions -fasynchronous-unwind-tables
124 CFLAGS-readv.c += -fexceptions -fasynchronous-unwind-tables
125 CFLAGS-writev.c += -fexceptions -fasynchronous-unwind-tables
126 CFLAGS-preadv.c += -fexceptions -fasynchronous-unwind-tables
127 CFLAGS-preadv64.c += -fexceptions -fasynchronous-unwind-tables
128 CFLAGS-pwritev.c += -fexceptions -fasynchronous-unwind-tables
129 CFLAGS-pwritev64.c += -fexceptions -fasynchronous-unwind-tables
130 CFLAGS-preadv2.c += -fexceptions -fasynchronous-unwind-tables
131 CFLAGS-preadv64v2.c += -fexceptions -fasynchronous-unwind-tables
132 CFLAGS-pwritev2.c += -fexceptions -fasynchronous-unwind-tables
[all …]
/glibc-2.36/signal/
DMakefile57 CFLAGS-raise.c += -fasynchronous-unwind-tables
59 CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
60 CFLAGS-sigtimedwait.c += -fexceptions -fasynchronous-unwind-tables
61 CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables
62 CFLAGS-sigwaitinfo.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/nptl/
DMakefile225 CFLAGS-nptl-init.c += -fexceptions -fasynchronous-unwind-tables
228 CFLAGS-unwind-forcedunwind.c += -fexceptions -fasynchronous-unwind-tables
231 CFLAGS-pthread_cancel.c += -fexceptions -fasynchronous-unwind-tables
232 CFLAGS-pthread_setcancelstate.c += -fexceptions -fasynchronous-unwind-tables
233 CFLAGS-pthread_setcanceltype.c += -fexceptions -fasynchronous-unwind-tables
237 CFLAGS-cancellation.c += -fasynchronous-unwind-tables
252 CFLAGS-pthread_join.c += -fexceptions -fasynchronous-unwind-tables
253 CFLAGS-pthread_timedjoin.c += -fexceptions -fasynchronous-unwind-tables
254 CFLAGS-pthread_clockjoin.c += -fexceptions -fasynchronous-unwind-tables
256 -fasynchronous-unwind-tables
[all …]
/glibc-2.36/posix/
DMakefile249 CFLAGS-pause.c += -fexceptions -fasynchronous-unwind-tables
250 CFLAGS-pread.c += -fexceptions -fasynchronous-unwind-tables
251 CFLAGS-pread64.c += -fexceptions -fasynchronous-unwind-tables
252 CFLAGS-pwrite.c += -fexceptions -fasynchronous-unwind-tables
253 CFLAGS-pwrite64.c += -fexceptions -fasynchronous-unwind-tables
255 CFLAGS-wait.c += -fexceptions -fasynchronous-unwind-tables
256 CFLAGS-waitid.c += -fexceptions -fasynchronous-unwind-tables
257 CFLAGS-waitpid.c += -fexceptions -fasynchronous-unwind-tables
258 CFLAGS-wait4.c += -fexceptions -fasynchronous-unwind-tables
281 CFLAGS-nanosleep.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/sysdeps/unix/sysv/linux/
Dglibcsyscalls.py228 tables = sorted(list_arch_syscall_headers(topdir),
230 for table in tables:
234 defined = [table.name for table in tables
236 undefined = [table.name for table in tables
DMakefile74 CFLAGS-tee.c = -fexceptions -fasynchronous-unwind-tables
75 CFLAGS-vmsplice.c = -fexceptions -fasynchronous-unwind-tables
76 CFLAGS-splice.c = -fexceptions -fasynchronous-unwind-tables
77 CFLAGS-open_by_handle_at.c = -fexceptions -fasynchronous-unwind-tables
78 CFLAGS-sync_file_range.c = -fexceptions -fasynchronous-unwind-tables
79 CFLAGS-pselect32.c = -fexceptions -fasynchronous-unwind-tables
183 CFLAGS-tst-sigcontext-get_pc.c = -fasynchronous-unwind-tables
306 CFLAGS-recvmmsg.c = -fexceptions -fasynchronous-unwind-tables
307 CFLAGS-sendmmsg.c = -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/nscd/
Dnscd.c484 char *tables = xstrdup (dbnames[0]); in more_help() local
488 if (asprintf (&more_tables, "%s %s", tables, dbnames[i]) < 0) in more_help()
490 free (tables); in more_help()
493 tables = more_tables; in more_help()
503 "), tables, REPORT_BUGS_TO) < 0) in more_help()
505 free (tables); in more_help()
/glibc-2.36/sysdeps/arm/
Dpreconfigure.ac6 # If the compiler enables unwind tables by default, this causes
8 # avoid this, add -fno-unwind-tables here and remove it in
13 CFLAGS="$CFLAGS -fno-unwind-tables"
Dconfigure.ac106 # Remove -fno-unwind-tables that was added in sysdeps/arm/preconfigure.ac.
107 CFLAGS=${CFLAGS% -fno-unwind-tables}
Dpreconfigure6 # If the compiler enables unwind tables by default, this causes
8 # avoid this, add -fno-unwind-tables here and remove it in
13 CFLAGS="$CFLAGS -fno-unwind-tables"
Dconfigure275 # Remove -fno-unwind-tables that was added in sysdeps/arm/preconfigure.ac.
276 CFLAGS=${CFLAGS% -fno-unwind-tables}
/glibc-2.36/sysdeps/pthread/
DMakefile233 CFLAGS-tst-cancelx20.c += -fexceptions -fasynchronous-unwind-tables
234 CFLAGS-tst-cancelx21.c += -fexceptions -fasynchronous-unwind-tables
235 CFLAGS-tst-cleanupx0.c += -fexceptions -fasynchronous-unwind-tables
236 CFLAGS-tst-cleanupx1.c += -fexceptions -fasynchronous-unwind-tables
307 CFLAGS-tst-oncey3.c += -fno-exceptions -fno-asynchronous-unwind-tables
308 CFLAGS-tst-oncey4.c += -fno-exceptions -fno-asynchronous-unwind-tables
315 CFLAGS-tst-unwind-thread.c += -funwind-tables
/glibc-2.36/sysvipc/
DMakefile39 CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables
40 CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/sysdeps/gnu/
DMakefile39 CFLAGS-unwind-resume.c += -fexceptions -fasynchronous-unwind-tables
45 CFLAGS-rt-unwind-resume.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/iconvdata/
DMakefile186 mtrace-tst-loading.out tst-tables.out iconv-test.xxx
276 tests-special += $(objpfx)iconv-test.out $(objpfx)tst-tables.out
343 $(objpfx)tst-tables.out: tst-tables.sh \
351 do-tests-clean common-mostlyclean: tst-tables-clean
353 .PHONY: tst-tables-clean
354 tst-tables-clean:
/glibc-2.36/crypt/
DREADME.ufc-crypt36 - Requires 165 kb for tables.
100 - Instead of doing salting in the DES inner loops, modify the above tables
127 No longer rebuilds sb tables when seeing a new salt.
/glibc-2.36/rt/
DMakefile100 CFLAGS-mq_timedreceive.c += -fexceptions -fasynchronous-unwind-tables
101 CFLAGS-mq_timedsend.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/time/
DMakefile99 CFLAGS-clock_nanosleep.c += -fexceptions -fasynchronous-unwind-tables
100 CFLAGS-nanosleep.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/termios/
DMakefile33 CFLAGS-tcdrain.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/sysdeps/alpha/
DMakefile24 CFLAGS-backtrace.c = -fasynchronous-unwind-tables
/glibc-2.36/localedata/locales/
Dshs_CA61 % removed from latest iso14651 tables.
/glibc-2.36/csu/
DMakefile118 CFLAGS-libc-start.c += -funwind-tables

1234