nasm/asm
H. Peter Anvin 04445364fc incbin: if we have to fread(), try to do it only once...
If we can't mmap a file and instead have to fread(), if the data is
small enough that we can reasonably accomodate it in a memory buffer,
then just read it once.

It seems rather unlikely that very large files would be used with
TIMES anyway.

Also note: the previous comment about nasm_file_size[_by_path]() being
invoked twice was spurious; it does not actually happen.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2016-09-21 15:56:19 -07:00
..
assemble.c incbin: if we have to fread(), try to do it only once... 2016-09-21 15:56:19 -07:00
assemble.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
directiv.dat Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
directiv.pl Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
eval.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
eval.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
exprlib.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
float.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
float.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
labels.c Merge branch 'nasm-2.12.xx' 2016-07-27 01:08:51 +03:00
listing.c New backend interface - assembler internals #1 2016-09-20 16:05:09 -07:00
listing.h New backend interface - assembler internals #1 2016-09-20 16:05:09 -07:00
nasm.c New backend interface - assembler internals #1 2016-09-20 16:05:09 -07:00
parser.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
parser.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
phash.pl Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
pptok.dat Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
pptok.pl Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
preproc-nop.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
preproc.c file: improve the file access interface 2016-09-21 14:07:17 -07:00
preproc.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
quote.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
quote.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
rdstrnum.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
segalloc.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
stdscan.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
stdscan.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
strfunc.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
tokens.dat Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
tokhash.pl Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00