This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-01-09 13:42:56 +00:00
Code
Issues
Releases
Activity
8cfa0ad266
freebsd
/
usr.bin
/
ldd
History
Edwin Groothuis
bff7135050
Fix text in the comment why we check for ELF32_R_TYPE
...
Approved by: bde@ MFC after: 2 days2 days
2008-07-28 12:49:16 +00:00
..
extern.h
ldd.1
On 64 bit architectures, you can run 32 bit executables and the rtld can trace them, but ldd(1) doesn't know yet how to detect them:
2008-07-03 22:37:51 +00:00
ldd.c
Fix text in the comment why we check for ELF32_R_TYPE
2008-07-28 12:49:16 +00:00
Makefile
The type of some aout header types changed to uint_32, so now we need
2004-06-29 21:13:15 +00:00
sods.c
The type of some aout header types changed to uint_32, so now we need
2004-06-29 21:13:15 +00:00