/**-- 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: 1.13 % (%date_modified: Thu May 10 12:01:59 2001 %) */ /* @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-vxworks.c~1.13:csrc:bln_12xx!1 % $" #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 <ioLib.h> #include <symLib.h> #include <loadLib.h> #include <unldLib.h>; /* vx-specific: pointer to program symbol table */ static void* p4_dlself = 0;
/*
|
/*
|
/*
|
/*
|
/* |