741N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
292N/A# See the License for the specific language governing permissions
292N/A# and limitations under the License.
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# If applicable, add the following below this CDDL HEADER, with the
292N/A# fields enclosed by brackets "[]" replaced with your own identifying
292N/A# information: Portions Copyright [yyyy] [name of copyright owner]
292N/A# Copyright (c) 1996, 2010, Oracle
and/or its affiliates. All rights reserved.
292N/AThis directory contains sample code on how to use the Link-Auditing
292N/Ainterface of the runtime linker (
ld.so.1(1)). The Link-Auditing interface
0N/Apermits a user supplied shared object to audit objects that are loaded,
0N/Aand symbols that are bound, by the runtime linker. A full description
0N/Aof the Link-Auditing interface can be found in the "Linker & Libraries
0N/AGuide", which is part of the "Software Developer Collection".
0N/AThe following is an overview of the directory structure and highlights
0N/Asome of the important files contained within:
0N/AMakefile - Makefile to build the Link-Auditing examples
0N/Aman/* - Man pages for the examples