HomeSort by: relevance | last modified time | path
    Searched defs:ENTRY (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/lib/libc/compat/arch/vax/sys/
compat___sigreturn14.S 41 #undef ENTRY
42 #define ENTRY(x, y) _ENTRY(x, y); pushr $0x3f; _PROF_PROLOGUE; popr $0x3f
compat_sigreturn13.S 41 #undef ENTRY
42 #define ENTRY(x, y) \
  /src/lib/libc/compat/arch/i386/sys/
compat___sigreturn14.S 48 #undef ENTRY
55 #define ENTRY(x) \
compat_sigreturn.S 48 #undef ENTRY
55 #define ENTRY(x) \
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
__arm_sme_state.S 37 ENTRY (__arm_sme_state)
__arm_tpidr2_restore.S 36 ENTRY (__arm_tpidr2_restore)
__arm_za_disable.S 40 ENTRY (__arm_za_disable)
__arm_tpidr2_save.S 38 ENTRY (__arm_tpidr2_save)
aarch64-asm.h 104 #define ENTRY(name) ENTRY_ALIGN(name, 16)
  /src/external/cddl/osnet/dist/uts/common/sys/
asm_linkage.h 56 * ENTRY provides the standard procedure entry code and an easy way to
60 #define ENTRY(x) \
68 * ALTENTRY provides for additional entry points.
  /src/usr.bin/man/
manconf.h 50 /* ENTRY: each TAG has one or more ENTRY strings linked off of it */
56 } ENTRY;
  /src/external/gpl3/gcc/dist/libgcc/config/or1k/
or1k.S 6 #define ENTRY(symbol) \
13 ENTRY(__mulsi3)
46 ENTRY(__udivsi3)
143 ENTRY(__divsi3)
185 ENTRY(__umodsi3)
202 ENTRY(__modsi3)
  /src/external/gpl3/gcc.old/dist/libgcc/config/or1k/
or1k.S 6 #define ENTRY(symbol) \
13 ENTRY(__mulsi3)
46 ENTRY(__udivsi3)
143 ENTRY(__divsi3)
185 ENTRY(__umodsi3)
202 ENTRY(__modsi3)
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-set_si.c 30 #define ENTRY(n) { n, { n, 0 } }
32 #define ENTRY(n) { n, { (n) & GMP_NUMB_MASK, (n) >> GMP_NUMB_BITS } }
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h 25 ENTRY = 0,
41 /// - entry type: identifies what kind of instrumentation point was
42 /// encountered (function entry, function exit, etc.). See the
53 extern int __xray_set_handler(void (*entry)(int32_t, XRayEntryType));
64 extern int __xray_set_handler_arg1(void (*entry)(int32_t, XRayEntryType,
72 extern int __xray_set_customevent_handler(void (*entry)(void *, std::size_t));
80 extern int __xray_set_typedevent_handler(void (*entry)(uint16_t, const void *,
  /src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
efi_stub.S 51 #define ENTRY(name) \
55 ENTRY(efi_call0)
61 ENTRY(efi_call1)
68 ENTRY(efi_call2)
76 ENTRY(efi_call3)
85 ENTRY(efi_call4)
95 ENTRY(efi_call5)
106 ENTRY(efi_call6)
119 ENTRY(efi_call7)
134 ENTRY(efi_call8
    [all...]
  /src/usr.bin/chpass/
chpass.h 40 } ENTRY;
51 extern ENTRY list[];
59 int p_change(const char *, struct passwd *, ENTRY *);
60 int p_class(const char *, struct passwd *, ENTRY *);
61 int p_expire(const char *, struct passwd *, ENTRY *);
62 int p_gecos(const char *, struct passwd *, ENTRY *);
63 int p_gid(const char *, struct passwd *, ENTRY *);
64 int p_hdir(const char *, struct passwd *, ENTRY *);
65 int p_login(const char *, struct passwd *, ENTRY *);
66 int p_passwd(const char *, struct passwd *, ENTRY *);
    [all...]
  /src/sys/arch/evbarm/stand/bootimx23/
Makefile 32 ENTRY= _start
46 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET} \
  /src/sys/arch/hppa/include/
asm.h 47 .export x, entry ! .label x ! .proc
52 .entry
57 .entry
95 #define ENTRY(x,n) !\
99 #define ALTENTRY(x) ! .export x, entry ! .label x
  /src/sys/arch/sparc64/include/
locore.h 145 #ifdef ENTRY
146 #undef ENTRY
151 #define ENTRY(x) \
164 #define ENTRY(x) .globl _C_LABEL(x); .type _C_LABEL(x),@function; \
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
morestack.S 62 #define ENTRY(name) \
67 #define ENTRY(name) \
88 #define ENTRY(name) ENTRY0(name)
123 # On entry, r12 is the requested stack pointer. One version of the
361 ENTRY(__stack_split_initialize)
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
morestack.S 62 #define ENTRY(name) \
67 #define ENTRY(name) \
88 #define ENTRY(name) ENTRY0(name)
123 # On entry, r12 is the requested stack pointer. One version of the
361 ENTRY(__stack_split_initialize)
  /src/include/
search.h 20 typedef struct entry { struct
23 } ENTRY;
62 ENTRY *hsearch(ENTRY, ACTION);
69 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
  /src/sys/arch/amd64/include/
asm.h 106 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /src/sys/arch/evbarm/stand/boot2440/
Makefile 6 SRCS= entry.S main.c devopen.c netif.c dev_net.c dm9000.c dev_sdmmc.c
36 ENTRY= _start
56 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET}.elf \

Completed in 40 milliseconds

1 2 3 4