Displaying 6 results from an estimated 6 matches for "libld".
Did you mean:
libdl
2017 Feb 18
2
[lld] Has anybody ever run into the Solaris linker before?
...before I started working on linkers).
The basic layout seems to be:
http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/
sgs/ld/common/ld.c
This is where `main` is.
The actual linker has a "main in a library" type interface that is called
into from main() by:
718 /* Call the libld entry point for the specified ELFCLASS */
719 if (class == ELFCLASS64)
720 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/in...
2006 Oct 31
0
6310736 gcc and sgs/libld don''t get along on SPARC
Author: seizo
Repository: /hg/zfs-crypto/gate
Revision: 330844b4f33697fd5dcac9a73e86d971a886a6d1
Log message:
6310736 gcc and sgs/libld don''t get along on SPARC
Files:
update: usr/src/cmd/sgs/libld/sparc/machrel.c
update: usr/src/cmd/sgs/packages/common/SUNWonld-README
2006 Oct 31
0
6273855 gcc and sgs/crle don''t get along
Author: seizo
Repository: /hg/zfs-crypto/gate
Revision: 08bf1c2a0376c8a9085fd66f4c8cb2420b8bd82a
Log message:
6273855 gcc and sgs/crle don''t get along
6273864 gcc and sgs/libld don''t get along
6273875 gcc and sgs/rtld don''t get along
6272563 gcc and amd64/krtld/doreloc.c don''t get along
6290157 gcc and sgs/librtld_db/rdb_demo don''t get along
Files:
update: usr/src/cmd/sgs/Makefile.com
update: usr/src/cmd/sgs/crle/common/config.c
upd...
2006 Oct 31
0
6372082 ld -r erroneously creates .got section on i386
...ion: 37c7c62679d7987230afdd78480cf8d105c096a6
Log message:
6372082 ld -r erroneously creates .got section on i386
6201866 amd64: linker symbol elimination is broken
Files:
update: usr/src/cmd/sgs/elfdump/common/elfdump.c
update: usr/src/cmd/sgs/elfdump/common/elfdump.msg
update: usr/src/cmd/sgs/libld/amd64/machrel.c
update: usr/src/cmd/sgs/libld/common/_libld.h
update: usr/src/cmd/sgs/libld/common/relocate.c
update: usr/src/cmd/sgs/libld/i386/machrel.c
update: usr/src/cmd/sgs/libld/sparc/machrel.c
update: usr/src/cmd/sgs/packages/common/SUNWonld-README
update: usr/src/uts/common/krtld/rel...
2006 Oct 31
0
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Author: rie
Repository: /hg/zfs-crypto/gate
Revision: 03313218730eac4d34c28c7ddc91858f0fe04c79
Log message:
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Files:
update: usr/src/cmd/sgs/include/libld.h
update: usr/src/cmd/sgs/libld/common/relocate.c
update: usr/src/cmd/sgs/liblddbg/common/liblddbg.msg
update: usr/src/cmd/sgs/liblddbg/common/statistics.c
update: usr/src/cmd/sgs/packages/common/SUNWonld-README
update: usr/src/cmd/sgs/rtld/common/analyze.c
update: usr/src/cmd/sgs/rtld/common...
2005 Apr 28
1
PANIC: internal error
...ase table
[Thu Apr 28 13:07:20 2005
, 1] lib/util_unistr.c:load_case_tables(78)
creating lame lowcase table
[Thu Apr 28 13:07:20 2005
, 1] nsswitch/winbindd_util.c:add_trusted_domain(178)
Added domain SMDCK S-0-0
/usr/lib/dld.sl: Unresolved symbol: sasl_client_init (code) from
/usr/lib/libld
ap.sl
[Thu Apr 28 13:07:20 2005
, 0] lib/fault.c:fault_report(36)
===============================================================
[Thu Apr 28 13:07:20 2005
, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 6 in pid 26250 (3.0.5 based HP CIFS Server
T.30.PV.02)
Please read the a...