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 # 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.
...
LD.SO(1) - General Commands Manual # LD.SO(1) - General Commands Manual
NAME # ld.so - run-time link-editor
DESCRIPTION # ld.so is a self-contained, position independent program image providing run-time support for loading and link-editing shared objects into a process’s address space. It uses the data structures (see elf(5)) contained within dynamically linked programs to determine which shared libraries are needed and loads them at a convenient virtual address using the mmap(2) system call.
...
LDCONFIG(8) - System Manager’s Manual # LDCONFIG(8) - System Manager’s Manual
NAME # ldconfig - configure the shared library cache
SYNOPSIS # ldconfig [-mRrsUv] [path …]
DESCRIPTION # ldconfig is used to prepare a set of “hints” for use by the run-time linker ld.so(1) to facilitate quick lookup of shared libraries available in multiple directories. It scans a set of built-in system directories and any directories specified on the command line (in the given order) looking for shared libraries and stores the results in the file /var/run/ld.
...
MOPA.OUT(1) - General Commands Manual # MOPA.OUT(1) - General Commands Manual
NAME # mopa.out - create MOP image from another executable format
SYNOPSIS # mopa.out infile outfile
DESCRIPTION # mopa.out is used to convert a file from another executable format to a MOP-image.
Elf64 alpha images, as well as Elf32 and a.out VAX images, are the only currently supported input formats.
SEE ALSO # mopchk(1), mopprobe(1), moptrace(1), elf(5), mopd(8)
...
NM(1) - General Commands Manual # NM(1) - General Commands Manual
NAME # nm - display name list (symbol table)
SYNOPSIS # nm [-AaCDegnoPprsuw] [-t d|o|x] [file …]
DESCRIPTION # The symbol table (name list) of each object in file(s) is displayed. If a library (archive) is given, nm displays a list for each object archive member. If file is not present, nm searches for the file a.out and displays its symbol table if it exists.
...
RD(4) - Device Drivers Manual # RD(4) - Device Drivers Manual
NAME # rd - ramdisk driver
SYNOPSIS # pseudo-device rd [count]
DESCRIPTION # The rd driver enables use of system or user memory as a disk. Memory for the disk must be allocated and initialized inside the kernel image at build-time using the rdsetroot tool.
FILES # /dev/rd??
Block mode ramdisk devices.
/dev/rrd??
Raw mode ramdisk devices.
SEE ALSO # elf(5), rdsetroot(8)
...
SIZE(1) - General Commands Manual # SIZE(1) - General Commands Manual
NAME # size - display object file segment sizes (text, data and bss)
SYNOPSIS # size [-tw] [file …]
DESCRIPTION # size displays the text, data and bss segment sizes of the specified file(s) in bytes (in decimal), and the sum of the three segments (in decimal and hexadecimal). If a library (archive) is given, size displays the segment sizes for each object archive member.
...