HomeSort by: relevance | last modified time | path
    Searched defs:entrypoint (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
elf.c 50 static const char entrypoint[] = "start_prekern"; variable
115 if (!memcmp(buf, entrypoint, sizeof(entrypoint))) {
  /src/external/gpl3/gdb.old/dist/gdb/
arc-tdep.c 1360 ENTRYPOINT is a function entry point where prologue starts.
1371 arc_analyze_prologue (struct gdbarch *gdbarch, const CORE_ADDR entrypoint,
1374 arc_debug_printf ("entrypoint=%s, limit_pc=%s",
1375 paddress (gdbarch, entrypoint),
1384 CORE_ADDR current_prologue_end = entrypoint;
1663 CORE_ADDR entrypoint, prologue_end; local
1664 if (find_pc_partial_function (block_addr, NULL, &entrypoint, &prologue_end))
1666 struct symtab_and_line sal = find_pc_line (entrypoint, 0);
1681 that current PC is entrypoint to function and try to construct the
1685 entrypoint = get_frame_register_unsigned (this_frame
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arc-tdep.c 1360 ENTRYPOINT is a function entry point where prologue starts.
1371 arc_analyze_prologue (struct gdbarch *gdbarch, const CORE_ADDR entrypoint,
1374 arc_debug_printf ("entrypoint=%s, limit_pc=%s",
1375 paddress (gdbarch, entrypoint),
1384 CORE_ADDR current_prologue_end = entrypoint;
1663 CORE_ADDR entrypoint, prologue_end; local
1664 if (find_pc_partial_function (block_addr, NULL, &entrypoint, &prologue_end))
1666 struct symtab_and_line sal = find_pc_line (entrypoint, 0);
1681 that current PC is entrypoint to function and try to construct the
1685 entrypoint = get_frame_register_unsigned (this_frame
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h 204 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

Completed in 29 milliseconds