Searched refs:entrypoint (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcompiler.h25 extern Module *entrypoint;
H A Ddimport.c306 sc->_module->ident != Id::entrypoint &&
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dproc.c41 LOCAL void doentry(struct entrypoint *ep);
108 for(p = entries ; p ; p = p->entrypoint.nextp)
109 doentry(&p->entrypoint);
123 p = ALLOC(entrypoint);
128 p->entrypoint.entryname = progname;
129 p->entrypoint.entrylabel = newlabel();
200 p = ALLOC(entrypoint);
202 p->entrypoint.entryname = entry;
203 p->entrypoint.arglist = args;
204 p->entrypoint
[all...]
H A Ddefs.h204 struct entrypoint
374 struct entrypoint entrypoint;
495 void prolog(struct entrypoint *, struct bigblock *), prendproc(void);
203 struct entrypoint struct
373 struct entrypoint entrypoint; member in union:chainedblock
H A Dexpr.c766 for(ep = entries ; ep ; ep = ep->entrypoint.nextp)
767 if(ep->entrypoint.enamep == np)
771 ap = builtin(np->vtype, varstr(XL, ep->entrypoint.entryname->extname) );
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dflocal.c193 prolog(struct entrypoint *ep, struct bigblock *argvec)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dflocal.c193 prolog(struct entrypoint *ep, struct bigblock *argvec)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darc-tdep.c1400 arc_analyze_prologue (struct gdbarch *gdbarch, const CORE_ADDR entrypoint, argument
1404 debug_printf ("arc: analyze_prologue (entrypoint=%s, limit_pc=%s)\n",
1405 paddress (gdbarch, entrypoint),
1414 CORE_ADDR current_prologue_end = entrypoint;
1694 CORE_ADDR entrypoint, prologue_end; local
1695 if (find_pc_partial_function (block_addr, NULL, &entrypoint, &prologue_end))
1697 struct symtab_and_line sal = find_pc_line (entrypoint, 0);
1712 that current PC is entrypoint to function and try to construct the
1716 entrypoint = get_frame_register_unsigned (this_frame,
1718 prologue_end = entrypoint
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darc-tdep.c1360 arc_analyze_prologue (struct gdbarch *gdbarch, const CORE_ADDR entrypoint, argument
1363 arc_debug_printf ("entrypoint=%s, limit_pc=%s",
1364 paddress (gdbarch, entrypoint),
1373 CORE_ADDR current_prologue_end = entrypoint;
1652 CORE_ADDR entrypoint, prologue_end; local
1653 if (find_pc_partial_function (block_addr, NULL, &entrypoint, &prologue_end))
1655 struct symtab_and_line sal = find_pc_line (entrypoint, 0);
1670 that current PC is entrypoint to function and try to construct the
1674 entrypoint = get_frame_register_unsigned (this_frame,
1676 prologue_end = entrypoint
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kafs/
H A Dafssys.c204 try_ioctlpath(const char *path, unsigned long ioctlnum, int entrypoint) argument
211 switch (entrypoint) {
248 afs_entry_point = entrypoint;
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Delf.c50 static const char entrypoint[] = "start_prekern"; variable
115 if (!memcmp(buf, entrypoint, sizeof(entrypoint))) {
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat_entry.asm49 dnl Emit a fat binary entrypoint function of the given name. This is the
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/fat/
H A Dfat_entry.asm68 dnl Emit a fat binary entrypoint function of the given name. This is the
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Dmul_1.asm65 C An mpn_mul_1c entrypoint would need a double carry out of the low result
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/
H A DMakefile.am183 core/internal/entrypoint.d core/internal/gc/bits.d \
H A DMakefile.in207 core/internal/entrypoint.lo core/internal/gc/bits.lo \
848 core/internal/entrypoint.d core/internal/gc/bits.d \
1228 core/internal/entrypoint.lo: core/internal/$(am__dirstamp)
H A Dobject.d4883 public import core.internal.entrypoint : _d_cmain;
/netbsd-current/sys/arch/amiga/amiga/
H A Dlocore.s1274 movel %sp@(12),%a6 | find entrypoint (a6)

Completed in 220 milliseconds