Searched refs:ENTRY (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h67 ENTRY(AL) \
68 ENTRY(CL) \
69 ENTRY(DL) \
70 ENTRY(BL) \
71 ENTRY(AH) \
72 ENTRY(CH) \
73 ENTRY(DH) \
74 ENTRY(BH) \
75 ENTRY(R8B) \
76 ENTRY(R9
301 #define ENTRY macro
303 #undef ENTRY macro
304 #define ENTRY macro
306 #undef ENTRY macro
318 #define ENTRY macro
322 #undef ENTRY macro
331 #define ENTRY macro
333 #undef ENTRY macro
352 #define ENTRY macro
354 #undef ENTRY macro
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c69 # define ENTRY(value, name, msg) {value, name, msg} macro
71 # define ENTRY(value, name, msg) {value, name} macro
77 ENTRY(EPERM, "EPERM", "Not owner"),
80 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
83 ENTRY(ESRCH, "ESRCH", "No such process"),
86 ENTRY(EINTR, "EINTR", "Interrupted system call"),
89 ENTRY(EIO, "EIO", "I/O error"),
92 ENTRY(ENXIO, "ENXIO", "No such device or address"),
95 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
98 ENTRY(ENOEXE
[all...]
H A Dstrsignal.c73 # define ENTRY(value, name, msg) {value, name, msg} macro
75 # define ENTRY(value, name, msg) {value, name} macro
81 ENTRY(SIGHUP, "SIGHUP", "Hangup"),
84 ENTRY(SIGINT, "SIGINT", "Interrupt"),
87 ENTRY(SIGQUIT, "SIGQUIT", "Quit"),
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
101 ENTRY(SIGABRT, "SIGABRT", "Aborted"),
104 ENTRY(SIGEM
[all...]
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dchpass.h89 } ENTRY; typedef in typeref:struct:_entry
99 extern ENTRY list[];
119 int p_change(char *, struct passwd *, ENTRY *);
120 int p_class(char *, struct passwd *, ENTRY *);
121 int p_expire(char *, struct passwd *, ENTRY *);
122 int p_gecos(char *, struct passwd *, ENTRY *);
123 int p_gid(char *, struct passwd *, ENTRY *);
124 int p_hdir(char *, struct passwd *, ENTRY *);
125 int p_login(char *, struct passwd *, ENTRY *);
126 int p_passwd(char *, struct passwd *, ENTRY *);
[all...]
H A Dfield.c90 p_login(char *p, struct passwd *pw, ENTRY *ep __unused)
118 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused)
132 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused)
159 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused)
193 p_class(char *p, struct passwd *pw, ENTRY *ep __unused)
207 p_change(char *p, struct passwd *pw, ENTRY *ep __unused)
219 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused)
231 p_gecos(char *p, struct passwd *pw __unused, ENTRY *ep)
244 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unused)
262 p_shell(char *p, struct passwd *pw, ENTRY *e
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dchpass.h89 } ENTRY; typedef in typeref:struct:_entry
99 extern ENTRY list[];
119 int p_change(char *, struct passwd *, ENTRY *);
120 int p_class(char *, struct passwd *, ENTRY *);
121 int p_expire(char *, struct passwd *, ENTRY *);
122 int p_gecos(char *, struct passwd *, ENTRY *);
123 int p_gid(char *, struct passwd *, ENTRY *);
124 int p_hdir(char *, struct passwd *, ENTRY *);
125 int p_login(char *, struct passwd *, ENTRY *);
126 int p_passwd(char *, struct passwd *, ENTRY *);
[all...]
H A Dfield.c90 p_login(char *p, struct passwd *pw, ENTRY *ep __unused)
118 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused)
132 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused)
159 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused)
193 p_class(char *p, struct passwd *pw, ENTRY *ep __unused)
207 p_change(char *p, struct passwd *pw, ENTRY *ep __unused)
219 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused)
231 p_gecos(char *p, struct passwd *pw __unused, ENTRY *ep)
244 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unused)
262 p_shell(char *p, struct passwd *pw, ENTRY *e
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/i386/pid/
H A Dtst.retlist.s31 ENTRY(simple)
36 ENTRY(complex)
46 ENTRY(main)
H A Dtst.ret.s31 ENTRY(ret1)
35 ENTRY(ret2)
40 ENTRY(ret3)
44 ENTRY(ret4)
49 ENTRY(ret5)
54 ENTRY(ret6)
60 ENTRY(waiting)
70 ENTRY(main)
H A Dtst.branch.s31 ENTRY(waiting)
40 ENTRY(main)
66 ENTRY(other)
H A Dtst.embedded.s31 ENTRY(waiting)
40 ENTRY(main)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dentries.c63 NCURSES_EXPORT_VAR(ENTRY *) _nc_head = 0;
64 NCURSES_EXPORT_VAR(ENTRY *) _nc_tail = 0;
67 _nc_free_entry(ENTRY * headp, TERMTYPE *tterm)
70 ENTRY *ep;
78 _nc_free_entries(ENTRY * headp)
88 NCURSES_EXPORT(ENTRY *)
89 _nc_delink_entry(ENTRY * headp, TERMTYPE *tterm)
92 ENTRY *ep, *last;
/macosx-10.9.5/dtrace-118.1/test/tst/sparc/pid/
H A Dtst.branch.s31 ENTRY(waiting)
36 ENTRY(main)
57 ENTRY(other)
H A Dtst.embedded.s31 ENTRY(waiting)
36 ENTRY(main)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dhsearch.c64 ENTRY item;
117 ENTRY* hsearch(ENTRY item, ACTION action)
119 ENTRY* hsearch(item, action)
120 ENTRY item;
127 return NIL(ENTRY*);
135 return o ? &(o->item) : NIL(ENTRY*);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dsearch.h19 } ENTRY; typedef in typeref:struct:entry
47 ENTRY *hsearch(ENTRY, ACTION);
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dterm_entry.h70 ENTRY; typedef in typeref:struct:entry
94 extern NCURSES_EXPORT_VAR(ENTRY *) _nc_head;
95 extern NCURSES_EXPORT_VAR(ENTRY *) _nc_tail;
100 #define NULLHOOK (bool(*)(ENTRY *))0
121 extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp);
125 extern NCURSES_EXPORT(void) _nc_wrap_entry (ENTRY *const, bool);
145 extern NCURSES_EXPORT(int) _nc_parse_entry (ENTRY *, int, bool);
153 extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*));
157 extern NCURSES_EXPORT(void) _nc_free_entries (ENTRY *);
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Daout-ns32k.c209 #define ENTRY(i,j) case i: return &MY (howto_table)[j] macro
225 ENTRY (BFD_RELOC_NS32K_IMM_8, 0);
226 ENTRY (BFD_RELOC_NS32K_IMM_16, 1);
227 ENTRY (BFD_RELOC_NS32K_IMM_32, 2);
228 ENTRY (BFD_RELOC_NS32K_IMM_8_PCREL, 3);
229 ENTRY (BFD_RELOC_NS32K_IMM_16_PCREL, 4);
230 ENTRY (BFD_RELOC_NS32K_IMM_32_PCREL, 5);
231 ENTRY (BFD_RELOC_NS32K_DISP_8, 6);
232 ENTRY (BFD_RELOC_NS32K_DISP_16, 7);
233 ENTRY (BFD_RELOC_NS32K_DISP_3
246 #undef ENTRY macro
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/hppa/
H A Daddendbug.s15 .EXPORT initialize_char_syntax,ENTRY,PRIV_LEV=3,RTNVAL=GR
19 .ENTRY
H A Dfreg.s16 .EXPORT main,ENTRY,PRIV_LEV=3,RTNVAL=GR
20 .ENTRY
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCSectionMachO.cpp57 #define ENTRY(ASMNAME, ENUM) \ macro
59 ENTRY("pure_instructions", S_ATTR_PURE_INSTRUCTIONS)
60 ENTRY("no_toc", S_ATTR_NO_TOC)
61 ENTRY("strip_static_syms", S_ATTR_STRIP_STATIC_SYMS)
62 ENTRY("no_dead_strip", S_ATTR_NO_DEAD_STRIP)
63 ENTRY("live_support", S_ATTR_LIVE_SUPPORT)
64 ENTRY("self_modifying_code", S_ATTR_SELF_MODIFYING_CODE)
65 ENTRY("debug", S_ATTR_DEBUG)
66 ENTRY(0 /*FIXME*/, S_ATTR_SOME_INSTRUCTIONS)
67 ENTRY(
69 #undef ENTRY macro
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dbcopy.s66 ENTRY(memcpy)
81 ENTRY(bcopy_no_overwrite)
90 ENTRY(bcopy)
/macosx-10.9.5/BerkeleyDB-21/db/hsearch/
H A Dhsearch.c50 static ENTRY retval;
59 * EXTERN: ENTRY *__db_hsearch __P((ENTRY, ACTION));
89 ENTRY *
91 ENTRY item;
/macosx-10.9.5/objc4-551.1/runtime/Messengers.subproj/
H A Dobjc-msg-arm.s203 // ENTRY functionName
210 .macro ENTRY /* name */
234 // a close-parenthesis for ENTRY, until it is needed for something.
377 ENTRY objc_msgSend
407 ENTRY objc_msgSend_noarg
424 ENTRY objc_msgSend_stret
455 ENTRY objc_msgSendSuper
481 ENTRY objc_msgSendSuper2
512 ENTRY objc_msgSendSuper_stret
533 ENTRY objc_msgSendSuper2_stre
[all...]
H A Dobjc-msg-simulator-i386.s186 // ENTRY functionName
193 .macro ENTRY
212 // a close-parenthesis for ENTRY, until it is needed for something.
426 ENTRY _cache_getImp
449 ENTRY _objc_msgSend
482 ENTRY _objc_msgSendSuper
501 ENTRY _objc_msgSendSuper2
527 ENTRY _objc_msgSend_fpret
564 ENTRY _objc_msgSend_stret
606 ENTRY _objc_msgSendSuper_stre
[all...]

Completed in 347 milliseconds

123