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

  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-loc2c.c 446 static void pushf (int indent, string_file *stream, const char *format, ...)
450 pushf (int indent, string_file *stream, const char *format, ...)
535 pushf (indent, stream,
554 pushf (indent, stream, COMPILE_I_SIMPLE_REGISTER_ARG_NAME "->%s",
557 pushf (indent, stream,
670 pushf (indent, stream, "%s", core_addr_to_string (*initial));
917 pushf (indent, stream, "%s + %s", fb_name, hex_string (offset));
922 pushf (indent, stream, "__gdb_stack[__gdb_tos]");
931 pushf (indent, stream, "__gdb_stack[__gdb_tos - %s]",
949 pushf (indent, stream, "__gdb_stack[__gdb_tos - 1]")
448 pushf (int indent, string_file *stream, const char *format, ...) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-loc2c.c 447 static void pushf (int indent, string_file *stream, const char *format, ...)
451 pushf (int indent, string_file *stream, const char *format, ...)
536 pushf (indent, stream,
555 pushf (indent, stream, COMPILE_I_SIMPLE_REGISTER_ARG_NAME "->%s",
558 pushf (indent, stream,
671 pushf (indent, stream, "%s", core_addr_to_string (*initial));
918 pushf (indent, stream, "%s + %s", fb_name, hex_string (offset));
923 pushf (indent, stream, "__gdb_stack[__gdb_tos]");
932 pushf (indent, stream, "__gdb_stack[__gdb_tos - %s]",
950 pushf (indent, stream, "__gdb_stack[__gdb_tos - 1]")
449 pushf (int indent, string_file *stream, const char *format, ...) function
    [all...]
  /src/usr.bin/m4/
mdef.h 179 * pushf() - push a call frame entry onto stack
183 #define pushf(x) \ macro
  /src/external/bsd/libpcap/dist/msdos/
pktdrvr.c 1161 int pushf = PktReceiver; local
1163 while (real_stub_array[pushf++] != 0x9C && /* pushf */
1164 real_stub_array[pushf] != 0xFA) /* cli */

Completed in 22 milliseconds