glibc/libio
Adam Jackson 8cb69e0543 libio: Fix oversized __io_vtables
IO_VTABLES_LEN is the size of the struct array in bytes, not the number
of __IO_jump_t's in the array. Drops just under 384kb from .rodata on
LP64 machines.

Fixes: 3020f72618 ("libio: Remove the usage of __libc_IO_vtables")
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Tested-by: Florian Weimer <fweimer@redhat.com>
2023-09-08 23:00:04 +02:00
..
bits libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCE 2023-07-05 16:59:48 +02:00
Depend
Makefile Exclude routines from fortification 2023-07-05 16:59:48 +02:00
Versions
__fbufsize.c
__flbf.c
__fpending.c
__fpurge.c
__freadable.c
__freading.c
__fsetlocking.c
__fwritable.c
__fwriting.c
bug-fopena+.c
bug-fseek.c tests: replace fread by xfread 2023-06-13 19:59:08 -04:00
bug-ftell.c
bug-memstream1.c
bug-mmap-fflush.c tests: replace system by xsystem 2023-06-19 09:15:05 -04:00
bug-rewind.c
bug-rewind2.c
bug-ungetc.c tests: replace write by xwrite 2023-06-01 12:40:05 -04:00
bug-ungetc2.c
bug-ungetc3.c tests: replace write by xwrite 2023-06-01 12:40:05 -04:00
bug-ungetc4.c tests: replace write by xwrite 2023-06-01 12:40:05 -04:00
bug-ungetwc1.c
bug-ungetwc2.c
bug-wfflush.c tests: replace write by xwrite 2023-06-01 12:40:05 -04:00
bug-wmemstream1.c
bug-wsetpos.c tests: replace write by xwrite 2023-06-01 12:40:05 -04:00
clearerr.c
clearerr_u.c
fcloseall.c
feof.c
feof_u.c
ferror.c
ferror_u.c
filedoalloc.c
fileno.c
fileops.c fileops: Don't process ,ccs= as individual mode flags (BZ#18906) 2023-07-05 21:24:06 +00:00
fmemopen.c
fputc.c
fputc_u.c
fputwc.c
fputwc_u.c
freopen.c
freopen64.c
fseek.c
fseeko.c
fseeko64.c
ftello.c
ftello64.c
fwide.c
fwprintf.c
fwscanf.c
genops.c Always do locking when accessing streams (bug 15142, bug 14697) 2023-07-03 09:55:43 +02:00
getc.c
getc_u.c
getchar.c
getchar_u.c
getwc.c
getwc_u.c
getwchar.c
getwchar_u.c
iofclose.c
iofdopen.c
iofflush.c
iofflush_u.c
iofgetpos.c
iofgetpos64.c
iofgets.c
iofgets_u.c
iofgetws.c
iofgetws_u.c
iofopen.c
iofopen64.c
iofopncook.c
iofputs.c
iofputs_u.c
iofputws.c
iofputws_u.c
iofread.c
iofread_u.c
iofsetpos.c
iofsetpos64.c
ioftell.c
iofwide.c
iofwrite.c
iofwrite_u.c
iogetdelim.c
iogetline.c
iogets.c
iogetwline.c
iolibio.h
iopadn.c
iopopen.c
ioputs.c
ioseekoff.c
ioseekpos.c
iosetbuffer.c
iosetvbuf.c
ioungetc.c
ioungetwc.c
iovdprintf.c
iovsprintf.c
iovsscanf.c
iovswscanf.c
iowpadn.c
libc_fatal.c
libio-macros.sym
libio.h
libioP.h Always do locking when accessing streams (bug 15142, bug 14697) 2023-07-03 09:55:43 +02:00
memstream.c
obprintf.c
oldfileops.c
oldfmemopen.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
oldiofclose.c
oldiofdopen.c
oldiofgetpos.c
oldiofgetpos64.c
oldiofopen.c
oldiofsetpos.c
oldiofsetpos64.c
oldiopopen.c
oldpclose.c
oldstdfiles.c
oldtmpfile.c
pclose.c
peekc.c
putc.c
putc_u.c
putchar.c
putchar_u.c
putwc.c
putwc_u.c
putwchar.c
putwchar_u.c
rewind.c
setbuf.c
setlinebuf.c
stdfiles.c
stdio.c
stdio.h
strfile.h
strops.c
swprintf.c
swscanf.c
test-fmemopen.c
test-freopen.c
test-freopen.sh
tst-atime.c
tst-bz22415.c
tst-bz24051.c
tst-bz24153.c
tst-bz24228.c
tst-bz24228.map
tst-bz28828.c
tst-bz28828.input
tst-cleanup-default-static.c
tst-cleanup-default.c
tst-cleanup-nostart-stop-gc-static.c
tst-cleanup-nostart-stop-gc.c
tst-cleanup-start-stop-gc-static.c
tst-cleanup-start-stop-gc.c
tst-cleanup.c
tst-cleanup.exp
tst-eof.c
tst-ext.c
tst-ext2.c
tst-fgetc-after-eof.c
tst-fgetwc.c
tst-fgetwc.input
tst-fgetws.c
tst-fopenloc.c hurd: Fix tst-openloc 2023-07-20 23:42:56 +02:00
tst-fopenloc2.c
tst-fputws.c
tst-freopen.c
tst-fseek.c
tst-ftell-active-handler.c
tst-ftell-append.c
tst-ftell-partial-wide.c
tst-fwrite-error.c
tst-getdelim.c
tst-memstream.h Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-memstream1.c
tst-memstream2.c
tst-memstream3.c
tst-memstream4.c
tst-mmap-eofsync.c
tst-mmap-fflushsync.c
tst-mmap-offend.c
tst-mmap-setvbuf.c
tst-mmap2-eofsync.c
tst-popen1.c
tst-setvbuf1.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-sprintf-chk-ub.c
tst-sprintf-ub.c
tst-sscanf.c
tst-swscanf.c
tst-ungetwc1.c
tst-ungetwc2.c
tst-vtables-common.c
tst-vtables-interposed.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-vtables.c
tst-wfile-sync.c
tst-widetext.c
tst-widetext.input
tst-wmemstream1.c
tst-wmemstream2.c
tst-wmemstream3.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-wmemstream4.c
tst-wmemstream5.c
tst_getwc.c
tst_getwc.input
tst_putwc.c
tst_swprintf.c
tst_swscanf.c
tst_wprintf.c
tst_wprintf2.c
tst_wscanf.c
tst_wscanf.input
vasprintf.c
vscanf.c
vsnprintf.c
vswprintf.c
vtables.c libio: Fix oversized __io_vtables 2023-09-08 23:00:04 +02:00
vwprintf.c
vwscanf.c
wfiledoalloc.c
wfileops.c
wgenops.c
wmemstream.c
wprintf.c
wscanf.c
wstrops.c