代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/117181/6110991
pa64 symaddr.pa64
#!/bin/ksh
# Get the address of a symbol in Hex.
# $1 = object/executable file name
# $2 = symbol name
/usr/ccs/bin/elfdump -t +s .symtab "$1" | grep "$2"$ | awk '{print $6}'
exit 0
www.eeworm.com/read/117181/6110993
symaddr
#!/bin/ksh
# Get the address of a symbol in Hex.
# $1 = object/executable file name
# $2 = symbol name
${srcdir}/gdb.hp/tools/odump -sym "$1" | grep "$2"$ | awk '{print $1}'
exit 0
www.eeworm.com/read/113685/6126445
runtests
#!/bin/csh
# Run synthetic test cases
set sources = (test0.C test1.C test2.C test3.C test4.C test5.C \
test6.C test7.C test8.C test9.C test10.C test14.C \
www.eeworm.com/read/109340/6174361
h sec_client.h
/*
* sec_client.h -- Implementation of interface to Bluetooth Security Manager
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Author: Ulf Hansson
*
* This progr
www.eeworm.com/read/109340/6174371
h rfcomm_internal.h
/*
* rfcomm_internal.h -- Implementation of Bluetooth RFCOMM with TS 07.10,
* Serial Port Emulation, Internal definitions
*
* Copyright (C) 2000, 2001 Axis Communications AB
www.eeworm.com/read/109340/6174376
h bcsp_debug.h
/*
* bcsp_debug.h -- Define of debuging macros for the BCSP protocol stack
*
* Copyright (C) 2001 Axis Communications AB
*
* Author: Mats Friden
*
* This program is free
www.eeworm.com/read/109340/6174380
h rfcomm_sec.h
/*
* rfcomm_sec.h -- Implementation of Bluetooth RFCOMM with TS 07.10,
* Serial Port Emulation, security part
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Aut
www.eeworm.com/read/109340/6174381
h l2cap_sec.h
/*
* l2cap_sec.h -- Implementation of Bluetooth Logical Link Control
* and Adaption Protocol (L2CAP), security part
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
www.eeworm.com/read/109340/6174432
h bttest.h
/*
* bttest.h -- Open BT Test Application
*
* Copyright (C) 2000, 2001 Axis Communications AB
*
* Author: Mattias Agren
*
* This program is free software; you can redi
www.eeworm.com/read/103510/6214889
h tm.h
/*
* Copyright (C) 2001,2002,2003 Philippe Gerum .
*
* Xenomai is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as pu