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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 97 enum call_dummy_location_type call_dummy_location = AT_ENTRY_POINT; member in struct:gdbarch
360 /* Skip verify of call_dummy_location, invalid_p == 0. */
739 "gdbarch_dump: call_dummy_location = %s\n",
740 plongest (gdbarch->call_dummy_location));
2319 /* Skip verify of call_dummy_location, invalid_p == 0. */
2322 return gdbarch->call_dummy_location;
2327 enum call_dummy_location_type call_dummy_location)
2329 gdbarch->call_dummy_location = call_dummy_location;
gdbarch-gen.h 355 extern void set_gdbarch_call_dummy_location (struct gdbarch *gdbarch, enum call_dummy_location_type call_dummy_location);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 97 enum call_dummy_location_type call_dummy_location = AT_ENTRY_POINT; member in struct:gdbarch
362 /* Skip verify of call_dummy_location, invalid_p == 0. */
743 "gdbarch_dump: call_dummy_location = %s\n",
744 plongest (gdbarch->call_dummy_location));
2332 /* Skip verify of call_dummy_location, invalid_p == 0. */
2335 return gdbarch->call_dummy_location;
2340 enum call_dummy_location_type call_dummy_location)
2342 gdbarch->call_dummy_location = call_dummy_location;
gdbarch-gen.h 355 extern void set_gdbarch_call_dummy_location (struct gdbarch *gdbarch, enum call_dummy_location_type call_dummy_location);

Completed in 22 milliseconds