Searched refs:SYM (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c35 #define SYM(sym) \ macro
40 SYM(close);
41 SYM(fork);
42 SYM(fsync);
43 SYM(getattrlist);
44 SYM(getrlimit);
45 SYM(getxattr);
46 SYM(open);
47 SYM(pthread_attr_destroy);
48 SYM(pthread_attr_ini
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DSearchForAddressOfSpecialSymbol.cpp21 #define EXPLICIT_SYMBOL(SYM) \
22 extern void *SYM; if (!strcmp(symbolName, #SYM)) return &SYM
H A DDynamicLibrary.cpp157 #define EXPLICIT_SYMBOL(SYM) \
158 if (!strcmp(symbolName, #SYM)) return &SYM
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_mech_switch.c154 #define SYM(name) \ macro
346 SYM(acquire_cred);
347 SYM(release_cred);
348 SYM(init_sec_context);
349 SYM(accept_sec_context);
350 SYM(process_context_token);
351 SYM(delete_sec_context);
352 SYM(context_time);
353 SYM(get_mic);
354 SYM(verify_mi
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DDynamicLibrary.inc107 #define EXPLICIT_SYMBOL(SYM) \
108 extern "C" { extern void *SYM; }
138 #define EXPLICIT_SYMBOL(SYM) \
139 if (!strcmp(symbolName, #SYM)) return (void*)&SYM;
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dchat2.pl327 local(*SYM) = $_;
328 if (length($SYM)) {
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dsh64-dis.c29 #define ELF_MODE32_CODE_LABEL_P(SYM) \
30 (((elf_symbol_type *) (SYM))->internal_elf_sym.st_other & STO_SH5_ISA32)
/macosx-10.10/vim-55/src/
H A DMake_bc3.mak166 -H=VIM.SYM
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dgenassym.c108 #define DECLARE(SYM,VAL) \
109 __asm("#DEFINITION##define " SYM "\t%0" : : "n" ((u_int)(VAL)))
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DCodeGeneratorGObject.pm1709 open(SYM, ">$symbolsFileName") or die "Couldn't open file $symbolsFileName";
1710 print SYM @symbols;
1711 close(SYM);
/macosx-10.10/adv_cmds-158/localedef/
H A Dlocaledef.pl914 SYM: while("" ne $str) { label
921 next SYM;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c1778 #define is_valid_next_sym(SYM) \
1779 ((SYM)->section == section \
1780 && (bfd_asymbol_value (SYM) > bfd_asymbol_value (sym)) \
1781 && pinfo->symbol_is_valid (SYM, pinfo))
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dbfd-in2.h1632 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1664 (struct bfd_symbol *) SYM, &SEC.symbol, \

Completed in 902 milliseconds