nasm/asm
H. Peter Anvin 98578071b9 Cleanup of label renaming infrastructure, add subsection support
In order to support Mach-O better, add support for subsections, as
used by Mach-O "subsections_via_symbols". We also want to add
infrastructure to support this by downcalling to the backend to
indicate if a new subsection is needed.

Currently this supports a maximum of 2^14 subsections per section for
Mach-O; this can be addressed by adding a level of indirection (or
cleaning up the handling of sections so we have an actual data
structure.)

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2018-06-01 18:06:25 -07:00
..
assemble.c output: macho -- Avoid conversion of addresses to RAWDATA 2018-05-05 23:44:33 +03:00
assemble.h
directiv.c Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
directiv.dat Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
error.c Introduce cold function attribute 2018-02-22 14:52:50 -08:00
eval.c Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
eval.h
exprdump.c
exprlib.c
float.c
float.h
labels.c Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
listing.c Fix implicit fallthrough that trips -Werror 2018-05-08 12:45:00 -07:00
listing.h
nasm.c Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
parser.c Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
parser.h Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
phash.pl
pptok.dat
pptok.pl
pragma.c Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
preproc-nop.c Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
preproc.c Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
preproc.h
quote.c
quote.h
rdstrnum.c
segalloc.c Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
stdscan.c
stdscan.h
strfunc.c
tokens.dat
tokhash.pl