Searched refs:PIC (Results 1 - 25 of 224) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_symbols.c21 #ifndef PIC
37 #endif /* !PIC */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/hwdep/
H A Dhwdep_symbols.c21 #ifndef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi_symbols.c21 #ifndef PIC
36 #endif /* !PIC */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_symbols.c21 #ifndef PIC
34 #endif /* !PIC */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer_symbols.c21 #ifndef PIC
46 #endif /* !PIC */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_symbols.c21 #ifndef PIC
64 #endif /* !PIC */
H A Dpcm_asym.c11 #ifndef PIC
H A Dpcm_empty.c32 #ifndef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dlibxml.h84 #ifdef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlibxml.h70 #ifdef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlibxml.h84 #ifdef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlibxml.h70 #ifdef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Ddlmisc.c37 #ifndef PIC
53 #ifndef PIC
86 #ifndef PIC
148 #ifndef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dx86_cpu.h74 #if ARCH_X86_64 && defined(PIC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dautoconfig28 PIC = -pic
54 PIC = +z
67 PIC = +z
88 PIC = -KPIC
98 PIC = -KPIC
108 PIC = -KPIC
118 PIC = -K PIC -b elf
128 PIC = -K PIC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dinline_asm.h39 #ifndef PIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dalsa-symbols.h25 #if defined(PIC) && defined(VERSIONED_SYMBOLS) /* might be also configurable */
H A Dglobal.h54 #ifdef PIC /* dynamic build */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dhead-nommu.S53 adr lr, BSYM(__after_proc_init) @ return (PIC) address
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Drelocatable.c158 #if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR)
277 #endif /* !IN_LIBRARY || PIC */
279 #if defined PIC && defined INSTALLDIR
400 #endif /* PIC */
407 #if defined PIC && defined INSTALLDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Drelocatable.c158 #if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR)
277 #endif /* !IN_LIBRARY || PIC */
279 #if defined PIC && defined INSTALLDIR
400 #endif /* PIC */
407 #if defined PIC && defined INSTALLDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Drelocatable.c158 #if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR)
277 #endif /* !IN_LIBRARY || PIC */
279 #if defined PIC && defined INSTALLDIR
400 #endif /* PIC */
407 #if defined PIC && defined INSTALLDIR
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcrc32_x86.S12 * Lasse Collin (AT&T syntax, PIC support, better portability)
106 * get position-independent code (PIC).
108 * The PIC macro is defined by libtool, while __PIC__ is defined
113 * I understood that libtool may define PIC on Windows even though
114 * the code in Windows DLLs is not PIC in sense that it is in ELF
115 * binaries, so we need a separate check to always use the non-PIC
118 #if (!defined(PIC) && !defined(__PIC__)) \
120 /* Not PIC */
271 #if defined(PIC) || defined(__PIC__)
278 #if defined(__APPLE__) && (defined(PIC) || define
[all...]
H A Dcrc64_x86.S97 * get position-independent code (PIC).
99 * The PIC macro is defined by libtool, while __PIC__ is defined
104 * I understood that libtool may define PIC on Windows even though
105 * the code in Windows DLLs is not PIC in sense that it is in ELF
106 * binaries, so we need a separate check to always use the non-PIC
109 #if (!defined(PIC) && !defined(__PIC__)) \
111 /* Not PIC */
254 #if defined(PIC) || defined(__PIC__)
261 #if defined(__APPLE__) && (defined(PIC) || defined(__PIC__))
262 /* Mach-O PIC */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Drelocatable.c158 #if !defined IN_LIBRARY || (defined PIC && defined INSTALLDIR)
286 #endif /* !IN_LIBRARY || PIC */
288 #if defined PIC && defined INSTALLDIR
409 #endif /* PIC */
418 #if defined PIC && defined INSTALLDIR

Completed in 316 milliseconds

123456789