ld_symtab: add support for archives

This commit is contained in:
Mikael Pettersson
2023-08-14 18:53:45 +02:00
parent 522b7101ca
commit 817bb04464

View File

@@ -61,7 +61,7 @@
%% local symbol table within a given file (if Value is string(), consult global table)
-type local() :: #{SymNdx :: non_neg_integer() => Value :: non_neg_integer() | string()}.
%% map from file names to their local symbol tables
-type filemap() :: #{File :: string() => Local :: local()}.
%% map from input files to their local symbol tables
-type filemap() :: #{File :: ifile() => Local :: local()}.
-endif. % LD_INTERNAL_HRL