nasm/nasmlib
H. Peter Anvin 3e83cec90e Add wrappers around fopen(), use mmap on glibc
Add wrappers to fopen().  The intent is to replace references to
FILE * with an internal structure which can also cache things like the
filename and, when needed, the full pathname and checksums.

Also, add the "m" flag if we are compiling for glibc, for speed.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2016-05-25 04:34:00 -07:00
..
crc64.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
file.c Add wrappers around fopen(), use mmap on glibc 2016-05-25 04:34:00 -07:00
ilog2.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
md5c.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
nasmlib.c nasmlib: give gcc a bit more hints about how our allocation functions work 2016-05-25 03:56:34 -07:00
realpath.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
srcfile.c Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
ver.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00