Searched refs:GLOBAL (Results 151 - 170 of 170) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dlocore_subr.S143 GLOBAL(powersave)
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dmain.c124 #define GLOBAL /* force GLOBAL decls in ftp_var.h to be declared */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldlex.l414 <VERS_NODE>global { RTOKEN(GLOBAL); }
H A Dldlex.c2936 { RTOKEN(GLOBAL); } variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h2069 is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
2076 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
2077 asm_preferred_eh_data_format ((CODE), (GLOBAL))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h3147 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL) \
3148 (((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_absptr)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.h2041 is 0 for data, 1 for code labels, 2 for function pointers. GLOBAL is
2048 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
2049 asm_preferred_eh_data_format ((CODE), (GLOBAL))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dmilli64.S169 #define GLOBAL $global$ define
194 #define GLOBAL _gp define
202 #define GLOBAL $global$ define
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dmilli64.S155 #define GLOBAL $global$ define
180 #define GLOBAL _gp define
188 #define GLOBAL $global$ define
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h2786 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
2787 ((flag_pic && (GLOBAL) ? DW_EH_PE_indirect : 0) \
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/mvme68k/
H A Dlocore.s106 GLOBAL(kernel_text)
1416 GLOBAL(machineid)
1419 GLOBAL(mmutype)
1422 GLOBAL(cputype)
1425 GLOBAL(fputype)
1428 GLOBAL(protorp)
1434 GLOBAL(bootpart)
1436 GLOBAL(bootdevlun)
1438 GLOBAL(bootctrllun)
1440 GLOBAL(bootadd
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dparse.y423 %token STICKYADDRESS MAXSRCSTATES MAXSRCNODES SOURCETRACK GLOBAL RULE
3090 | SOURCETRACK GLOBAL { $$ = PF_SRCTRACK_GLOBAL; }
3122 | FLUSH GLOBAL {
4918 { "global", GLOBAL},
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dscript.cc1743 { "global", GLOBAL },
1761 { "global", GLOBAL },
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.h3373 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
3374 ((flag_pic && (GLOBAL) ? DW_EH_PE_indirect : 0) \
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/masmx86/
H A Dgvmat32.asm664 ;GLOBAL _longest_match, _match_init
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/masmx86/
H A Dgvmat32.asm664 ;GLOBAL _longest_match, _match_init
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/hppa/
H A Dmilli.S326 ; sort keys $GLOBAL$ -1 and $GLOBAL$ -2 are reserved for the $DLT$
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8042 ** In the usual case where WSD is supported, the SQLITE_WSD and GLOBAL
8047 #define GLOBAL(t,v) (*(t*)sqlite3_wsd_find((void*)&(v), sizeof(v))) macro
8048 #define sqlite3GlobalConfig GLOBAL(struct Sqlite3Config, sqlite3Config)
8053 #define GLOBAL(t,v) v macro
13291 # define wsdStatInit sqlite3StatType *x = &GLOBAL(sqlite3StatType,sqlite3Stat)
14628 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);
14629 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs);
14908 #define vfsList GLOBAL(sqlite3_vfs *, vfsList)
15042 BenignMallocHooks *x = &GLOBAL(BenignMallocHooks,sqlite3Hooks)
16064 #define mem3 GLOBAL(struc
[all...]
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c168 #define GLOBAL macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsanity.sh20179 GLOBAL-BAD-OPTION=WWW
20193 "$SPROG [a-z]*: $SECONDARY_CVSROOT_DIRNAME/CVSROOT/config \[[0-9]*\]: unrecognized keyword \`GLOBAL-BAD-OPTION'
20224 "$SPROG [a-z]*: $CVSROOT_DIRNAME/CVSROOT/config \[[0-9]*\]: unrecognized keyword \`GLOBAL-BAD-OPTION'
20228 "$SPROG [a-z]*: $SECONDARY_CVSROOT_DIRNAME/CVSROOT/config \[[0-9]*\]: unrecognized keyword \`GLOBAL-BAD-OPTION'
20229 $SPROG [a-z]*: $CVSROOT_DIRNAME/CVSROOT/config \[[0-9]*\]: unrecognized keyword \`GLOBAL-BAD-OPTION'
[all...]

Completed in 723 milliseconds

1234567