Searched refs:EXT (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dstart.s82 .globl EXT(low_intstack)
83 EXT(low_intstack):
84 .globl EXT(gIOHibernateRestoreStack)
85 EXT(gIOHibernateRestoreStack):
89 .globl EXT(low_eintstack)
90 EXT(low_eintstack:)
91 .globl EXT(gIOHibernateRestoreStackEnd)
92 EXT(gIOHibernateRestoreStackEnd):
102 .globl EXT(mc_task_stack)
103 EXT(mc_task_stac
[all...]
H A Didt64.s73 #define HNDL_ALLINTRS EXT(hndl_allintrs)
74 #define HNDL_ALLTRAPS EXT(hndl_alltraps)
75 #define HNDL_SYSENTER EXT(hndl_sysenter)
76 #define HNDL_SYSCALL EXT(hndl_syscall)
77 #define HNDL_UNIX_SCALL EXT(hndl_unix_scall)
78 #define HNDL_MACH_SCALL EXT(hndl_mach_scall)
79 #define HNDL_MDEP_SCALL EXT(hndl_mdep_scall)
80 #define HNDL_DOUBLE_FAULT EXT(hndl_double_fault)
81 #define HNDL_MACHINE_CHECK EXT(hndl_machine_check)
282 cmpl $0, EXT(pmap_smap_enable
[all...]
H A Dcswitch.s68 addq EXT(kernel_stack_size)(%rip),%rdx /* point to stack top */
76 call EXT(thread_continue)
106 add EXT(kernel_stack_size)(%rip),%rcx /* point to stack top */
H A Dlocore.s89 .globl EXT(recover_table) ;\
102 .globl EXT(recover_table_end) ;\
163 .globl EXT(thread_exception_return)
164 .globl EXT(thread_bootstrap_return)
167 call EXT(dtrace_thread_bootstrap)
173 jmp EXT(return_from_trap)
H A Dbcopy.s83 jmp EXT(memcpy)
H A Dmachine_routines_asm.s183 call EXT(thread_terminate)
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dasm.h114 #define EXT(x) _ ## x macro
118 #define EXT(x) x macro
127 #define EXT(x) _/**/x macro
131 #define EXT(x) x macro
185 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)
187 #define ENTRY2(x,y) .globl EXT(x); .globl EXT(y); \
188 ELF_FUNC(EXT(x)); ELF_FUNC(EXT(
[all...]
H A Di386_lock.s84 #define CALL_PANIC() xorb %al,%al ; call EXT(panic) ;
506 jmp EXT(lck_rw_lock_shared_gen)
626 jmp EXT(lck_rw_lock_exclusive_gen)
744 call EXT(lck_rw_lock_shared_to_exclusive_failure)
750 jmp EXT(lck_rw_lock_shared_to_exclusive_success)
808 call EXT(lck_rw_done_gen)
859 call EXT(lck_rw_lock_exclusive_to_shared_gen)
1003 call EXT(func_name) ; \
1021 call EXT(func_name) ; \
H A Dmp.h284 call EXT(kernel_preempt_check) ; \
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h302 #define EXT(x) _ ## x macro
306 #define EXT(x) x macro
315 #define EXT(x) _/**/x macro
319 #define EXT(x) x macro
356 call *EXT(_mcount_ptr);
371 #define Entry(x,tag) .globl EXT(x); ELF_FUNC(EXT(x)); .long tag;.align FALIGN; LEXT(x)
373 #define ENTRY2(x,y,tag) .globl EXT(x); .globl EXT(y); \
374 ELF_FUNC(EXT(
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Dti.h245 #define COFF_ADJUST_SCNHDR_IN_POST(ABFD, EXT, INT) \
249 GET_SCNHDR_PAGE (ABFD, ((SCNHDR *)(EXT))->s_page); \
258 #define COFF_ADJUST_SCNHDR_OUT_POST(ABFD, INT, EXT) \
262 ((SCNHDR *)(EXT))->s_nlnno); \
264 ((SCNHDR *)(EXT))->s_nreloc); \
266 ((SCNHDR *)(EXT))->s_flags); \
268 ((SCNHDR *)(EXT))->s_page); \
389 #define GET_SCN_SCNLEN(ABFD, EXT) \
390 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD))
391 #define PUT_SCN_SCNLEN(ABFD, INT, EXT) \
[all...]
/macosx-10.10.1/libresolv-57/
H A Dres_send.c136 #define EXT(res) ((res)->_u._ext) macro
400 if (EXT(statp).ext == NULL) break;
537 if (EXT(statp).nscount != 0)
543 if (EXT(statp).nscount != statp->nscount)
551 if ((statp->nsaddr_list[ns].sin_family) && (EXT(statp).ext != NULL) && (!sock_eq((struct sockaddr *)&statp->nsaddr_list[ns], (struct sockaddr *)&EXT(statp).ext->nsaddrs[ns])))
557 if (EXT(statp).nssocks[ns] == -1) continue;
560 if (getsockname(EXT(statp).nssocks[ns], (struct sockaddr *)&peer, &peerlen) < 0)
577 EXT(statp).nscount = 0;
584 if (EXT(stat
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/parser/
H A Dchangelog.rb126 # [ 'README.EXT: Converted to RDoc format',
127 # 'README.EXT.ja: ditto']]
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DinstallManPage22 -e EXT Defines the extension added by -z PROG when compressing.
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DinstallManPage22 -e EXT Defines the extension added by -z PROG when compressing.
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_changelog.rb162 'README.EXT: Converted to RDoc format',
163 'README.EXT.ja: ditto',
168 item('README.EXT',
170 item('README.EXT.ja',
210 * README.EXT: Converted to RDoc format
211 * README.EXT.ja: ditto
225 [ 'README.EXT: Converted to RDoc format',
226 'README.EXT.ja: ditto']],
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dinit.c22 EXT void boot_DynaLoader LDAP_P((PERL_BACK_BOOT_DYNALOADER_PARAMS));
/macosx-10.10.1/emacs-93/emacs/lispref/
H A Dtindex.pl30 Usage: $0 [--old=EXT] FILE...
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfnmatch.c152 # define EXT ext_match macro
182 # define EXT ext_wmatch macro
H A Dfnmatch_loop.c21 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
55 res = EXT (c, p, n, string_end, no_leading_period,
87 res = EXT (c, p, n, string_end, no_leading_period,
938 res = EXT (c, p, n, string_end, no_leading_period, flags);
1016 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, function
1202 #undef EXT macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Daout-ns32k.c193 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \
194 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
H A Daout-arm.c187 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \
188 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
H A Daoutx.h268 #define EXT(i, j) case i: return & howto_table_ext [j] macro
286 EXT (BFD_RELOC_8, 0);
287 EXT (BFD_RELOC_16, 1);
288 EXT (BFD_RELOC_32, 2);
289 EXT (BFD_RELOC_HI22, 8);
290 EXT (BFD_RELOC_LO10, 11);
291 EXT (BFD_RELOC_32_PCREL_S2, 6);
292 EXT (BFD_RELOC_SPARC_WDISP22, 7);
293 EXT (BFD_RELOC_SPARC13, 10);
294 EXT (BFD_RELOC_SPARC_GOT1
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcmake.vim38 \ ABSOLUTE AND BOOL CACHE COMMAND DEFINED DOC EQUAL EXISTS EXT FALSE GREATER INTERNAL LESS MATCHES NAME NAMES NAME_WE NOT OFF ON OR PATH PATHS PROGRAM STREQUAL STRGREATER STRING STRLESS TRUE
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h323 #define EXT MUL +9 macro

Completed in 235 milliseconds

12