/**-- Words to open a shared code object Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved. @see GNU LGPL @author Tektronix CTE %derived_by: guidod % @version %version: bln_mpt1!1.14 % (%date_modified: Mon Mar 11 18:58:24 2002 %) */ /* @description This file exports a set of system words for any OS that can dynamically bind object code to the interpreter. This part will then try to look up a symbol that can return a loadlist-table to be fed to the loadlist-loader routine. @{ */ #if defined(__version_control__) && defined(__GNUC__)static char* id __attribute__((unused)) = "@(#) $Id: %full_filespec: dl-hpux.c~bln_mpt1!1.14:csrc:bln_12xx!2 % $" #endif #define _P4_SOURCE 1 #ifndef _export #include <pfe/def-config.h> #endif #include <stdio.h> #include <errno.h> #include <limits.h> #include <string.h> #include <time.h> #include <pfe/logging.h> #ifndef PATH_MAX # ifdef _POSIX_PATH_MAX # define PATH_MAX _POSIX_PATH_MAX # else # define PATH_MAX 255 # endif #endif #include <dl.h>; /* hp-specific: pointer to program symbol table */ static void* p4_dlself = 0;
/*
|
/*
|
/*
|
/*
|
/* |