Searched refs:ABI (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakefile.sggcc25 # ABI can be blank to use default for your system, -32, -o32, -n32, or -64
26 # See "man abi". zlib must be built with the same ABI.
27 ABI=
30 CFLAGS=$(ABI) -I$(ZLIBINC) -O2 $(WARNMORE) -fPIC -mabi=n32
31 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
32 LDSHARED=cc $(ABI) -shared -soname $(LIBNAME).so.$(PNGMAJ) \
34 LDLEGACY=cc $(ABI) -shared -soname libpng.so.3 \
81 echo ccopts=\"$(ABI)\"; \
82 echo ldopts=\"$(ABI)\"; \
H A Dmakefile.sgi26 # ABI can be blank to use default for your system, -32, -o32, -n32, or -64
27 # See "man abi". zlib must be built with the same ABI.
28 ABI=
32 #CFLAGS= $(ABI) -I$(ZLIBINC) -O $(WARNMORE) -KPIC -DPNG_USE_PNGGCCRD # -g -DPNG_DEBUG=5
33 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -DPNG_USE_PNGGCCRD \
35 LDFLAGS_A=$(ABI) -L. -L$(ZLIBLIB) -lpng12 -lz -lm
36 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
37 LDSHARED=cc $(ABI) -shared -soname $(LIBNAME).so.$(PNGMAJ) \
39 LDLEGACY=cc $(ABI) -shared -soname libpng.so.3 \
87 echo ccopts=\"$(ABI)\"; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.sgi45 # ABI can be blank to use default for your system, -32, -o32, -n32, or -64
46 # See "man abi". zlib must be built with the same ABI.
47 ABI=
51 #CFLAGS= $(ABI) -I$(ZLIBINC) -O $(WARNMORE) -KPIC -DPNG_NO_MMX_CODE # -g -DPNG_DEBUG=5
52 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -DPNG_NO_MMX_CODE
53 LDFLAGS_A=$(ABI) -L. -L$(ZLIBLIB) -lpng12 -lz -lm
54 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
55 LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \
57 LDLEGACY=cc $(ABI) -shared -soname $(OLDSOMAJ) \
106 echo ccopts=\"$(ABI)\"; \
[all...]
H A Dmakefile.sggcc45 # ABI can be blank to use default for your system, -32, -o32, -n32, or -64
46 # See "man abi". zlib must be built with the same ABI.
47 ABI=
50 CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE) -fPIC -mabi=n32 -DPNG_NO_MMX_CODE
51 LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
52 LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \
54 LDLEGACY=cc $(ABI) -shared -soname $(OLDSOMAJ) \
102 echo ccopts=\"$(ABI)\"; \
104 echo ldopts=\"$(ABI)\"; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dcalls.S114 CALL(OBSOLETE(ABI(sys_socketcall, sys_oabi_socketcall)))
129 CALL(OBSOLETE(ABI(sys_ipc, sys_oabi_ipc)))
192 /* 180 */ CALL(ABI(sys_pread64, sys_oabi_pread64))
193 CALL(ABI(sys_pwrite64, sys_oabi_pwrite64))
205 CALL(ABI(sys_truncate64, sys_oabi_truncate64))
206 CALL(ABI(sys_ftruncate64, sys_oabi_ftruncate64))
207 /* 195 */ CALL(ABI(sys_stat64, sys_oabi_stat64))
208 CALL(ABI(sys_lstat64, sys_oabi_lstat64))
209 CALL(ABI(sys_fstat64, sys_oabi_fstat64))
233 CALL(ABI(sys_fcntl6
[all...]
H A Dentry-common.S246 * value to determine if it is an EABI or an old ABI call.
274 /* Legacy ABI only, possibly thumb mode. */
281 /* Legacy ABI only. */
304 * If this is an old ABI call, get the syscall number into scno and
305 * get the old ABI syscall table address.
366 * This is the syscall table declaration for native ABI syscalls.
369 #define ABI(native, compat) native define
379 #undef ABI
504 * Let's declare a second syscall table for old ABI binaries
507 #define ABI(nativ define
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A DMakefile.sgi55 # ABI must be the same as that used to build libpng.
56 ABI=
57 CFLAGS = $(ABI) -O -fullwarn $(INCS)
58 LDFLAGS = $(ABI)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dbuild_libstagefright31 ABI="armeabi-v7a"
44 EXTRA_CFLAGS="$EXTRA_CFLAGS -I$NDK/sources/cxx-stl/gnu-libstdc++/include -I$NDK/sources/cxx-stl/gnu-libstdc++/libs/$ABI/include"
47 EXTRA_LDFLAGS="-Wl,--fix-cortex-a8 -L$ANDROID_LIBS -Wl,-rpath-link,$ANDROID_LIBS -L$NDK/sources/cxx-stl/gnu-libstdc++/libs/$ABI"
49 DEST="$DEST/$ABI"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dchecksyscalls.sh187 /* sync_file_range had a stupid ABI. Allow sync_file_range2 instead */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dchecksum.S26 ;; according to the ABI
H A Dchecksumcopy.S30 ;; according to the ABI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/libcurl/
H A DMakefile.am87 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) ABI \
H A DMakefile.in429 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) ABI \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl183 vstmdb sp!,{d8-d15} @ 32-bit ABI says so
323 vldmia sp!,{d8-d15} @ 32-bit ABI says so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashv8-armx.pl183 vstmdb sp!,{d8-d15} @ 32-bit ABI says so
323 vldmia sp!,{d8-d15} @ 32-bit ABI says so
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dentry.S23 OFF_R0 = 0 /* Return value. New ABI also arg4 */
24 OFF_R1 = 4 /* New ABI: arg5 */
25 OFF_R2 = 8 /* New ABI: arg6 */
26 OFF_R3 = 12 /* New ABI: syscall_nr */
27 OFF_R4 = 16 /* New ABI: arg0 */
28 OFF_R5 = 20 /* New ABI: arg1 */
29 OFF_R6 = 24 /* New ABI: arg2 */
30 OFF_R7 = 28 /* New ABI: arg3 */
148 add #-0x10,r9 ! convert SH2 to SH3/4 ABI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-armv4-large.pl492 @ vstmdb sp!,{d8-d15} @ ABI specification says so
574 vstmdb sp!,{d8-d15} @ ABI specification says so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl492 @ vstmdb sp!,{d8-d15} @ ABI specification says so
574 vstmdb sp!,{d8-d15} @ ABI specification says so
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2/
H A Dentry.S23 OFF_R0 = 0 /* Return value. New ABI also arg4 */
24 OFF_R1 = 4 /* New ABI: arg5 */
25 OFF_R2 = 8 /* New ABI: arg6 */
26 OFF_R3 = 12 /* New ABI: syscall_nr */
27 OFF_R4 = 16 /* New ABI: arg0 */
28 OFF_R5 = 20 /* New ABI: arg1 */
29 OFF_R6 = 24 /* New ABI: arg2 */
30 OFF_R7 = 28 /* New ABI: arg3 */
183 add #-0x10,r9 ! convert SH2 to SH3/4 ABI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl360 vstmdb sp!,{d8-d15} @ ABI specification says so
689 vstmdb sp!,{d8-d15} @ ABI specification says so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbackwardcompat.tex136 same ABI (Application Binary Interface). Unfortunately most different C++
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesv8-armx.pl360 vstmdb sp!,{d8-d15} @ ABI specification says so
689 vstmdb sp!,{d8-d15} @ ABI specification says so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A DMakefile88 ABI=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \
89 as -$$ABI -O -o $@ asm/mips3.s; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A DMakefile89 ABI=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \
90 as -$$ABI -O -o $@ asm/mips3.s; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A DMakefile89 ABI=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \
90 as -$$ABI -O -o $@ asm/mips3.s; \

Completed in 217 milliseconds

12