Objdump

CHECK-LIB-DEPENDS(1) - General Commands Manual

Ldd, Objdump, Bsd.port.mk, Elf, Check-Lib-Depends

CHECK-LIB-DEPENDS(1) - General Commands Manual # CHECK-LIB-DEPENDS(1) - General Commands Manual NAME # check-lib-depends - scan port for shared libraries SYNOPSIS # check-lib-depends [-fimqx] [-B destdir] [-d pkgrepo] [-D directory] [-F missing] [-O dest] [-S VAR=value] [-s source] [package …] DESCRIPTION # check-lib-depends scans a port or package for shared libraries, and verify that all of them are properly recorded. check-lib-depends can either scan files from a built port after the fake stage from the WRKINST directory, or look directly inside a package. ...

ELF(5) - File Formats Manual

Ld, As, Core, Gdb, Objdump, Execve, Elf

ELF(5) - File Formats Manual # ELF(5) - File Formats Manual NAME # elf - format of ELF executable binary files SYNOPSIS # #include <elf.h> DESCRIPTION # The header file <elf.h> defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared libraries. An executable file using the ELF file format consists of an ELF header, followed by a program header table or a section header table, or both. ...