Displaying 1 result from an estimated 1 matches for "ofl_desc".
Did you mean:
bl_desc
2017 Feb 18
2
[lld] Has anybody ever run into the Solaris linker before?
...return (ld64_main(argc, argv, mach));
721 else
722 return (ld32_main(argc, argv, mach));
The rest of the code is in "libld". The header is here:
http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/
sgs/include/libld.h
There seems to be a huge "context" struct `struct ofl_desc`:
http://src.illumos.org/source/xref/illumos-gate/
usr/src/cmd/sgs/include/libld.h#241
(it does have a couple globals in http://src.illumos.org/
source/xref/illumos-gate/usr/src/cmd/sgs/libld/common/globals.c
And also the "Target" struct is a global apparently:
http://src.illumos.org/sour...