代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/418028/10967478
test shared3.test
# 2005 January 19
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for your
www.eeworm.com/read/418028/10967490
test shared2.test
# 2005 January 19
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for your
www.eeworm.com/read/418028/10967704
test shared_err.test
# 2005 December 30
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/418028/10967774
test vtab_shared.test
# 2007 April 16
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourse
www.eeworm.com/read/466959/7025025
png shared_folder.png
www.eeworm.com/read/466959/7025242
gif shared_folder.gif
www.eeworm.com/read/454368/7393037
generate_shared_object
#!/bin/tcsh
echo decompressing file $1
set FILELIST=`ar -t $1`
echo "Object files:"
foreach i ($FILELIST)
echo $i
end
echo generating $1:r.so
ar -x $1
ld -shared -o $1:r.so $FILELIST
rm $FILELIS
www.eeworm.com/read/450132/7490142
h e_shared.h
/*------------------------------------------------------------------------*
* Copyright 1998 by Paul Leventis, Jonathan Rose and the University of *
* Toronto. Use is permitted, provided that this
www.eeworm.com/read/443245/7635685
lds memtest_shared.lds
OUTPUT_FORMAT("elf32-i386");
OUTPUT_ARCH(i386);
ENTRY(startup_32);
SECTIONS {
. = 0;
.text : {
_start = .;
*(.text)
*(.text.*)
*(.plt)
_etext = . ;
} = 0x9090
.rodata : {
www.eeworm.com/read/435917/7781102
test shared2.test
# 2005 January 19
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for your