nasm/include
H. Peter Anvin 81b62b9f54 Eliminate filename length restrictions, remote ofmt->filename()
Get rid of remaining dependencies on FILENAME_MAX, which ought to have
been removed a long time ago.

Remove ofmt->filename(); all implementations pretty much do the same
thing and there is absolutely no reason to duplicate that
functionality all over the place.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-12-20 13:38:20 -08:00
..
bytesex.h bytesex.h: more simplifications and add const 2017-11-29 17:19:27 -08:00
compiler.h Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
disp8.h
error.h error: add ERR_TOPFILE 2017-12-20 12:10:13 -08:00
hashtbl.h hashtbl, strtbl: add hash_free_all(), split strtbl_find() 2017-04-24 00:54:51 -07:00
iflag.h ilog2(): inline functions if practical 2017-09-27 13:34:42 -07:00
ilog2.h BR 3392443: Missing prototype of alignlog2_64 2017-10-11 12:19:17 -07:00
insns.h insns.h: mark resb_bytes() const_func 2017-05-02 11:48:40 -07:00
labels.h labels: make lookup_labels and is_extern take a const char * 2017-03-14 18:41:25 -07:00
md5.h
nasm.h Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
nasmint.h nasmint.h: change header guards to NASM_NASMINT_H 2016-10-04 18:11:57 -07:00
nasmlib.h Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
opflags.h
perfhash.h Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
raa.h saa, raa: saa_init() and raa_init() will never return NULL 2017-04-23 23:37:11 -07:00
rbtree.h
rdoff.h rdoff: use nasm-provided safe memory allocation and I/O 2017-04-17 13:56:50 -07:00
saa.h saa, raa: saa_init() and raa_init() will never return NULL 2017-04-23 23:37:11 -07:00
strlist.h Factor out common string list handling code 2016-10-04 01:12:28 -07:00
tables.h
ver.h