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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.h 143 enum call_dummy_location_type enum
gdbarch-gen.h 354 extern enum call_dummy_location_type gdbarch_call_dummy_location (struct gdbarch *gdbarch);
355 extern void set_gdbarch_call_dummy_location (struct gdbarch *gdbarch, enum call_dummy_location_type call_dummy_location);
gdbarch-gen.c 97 enum call_dummy_location_type call_dummy_location = AT_ENTRY_POINT;
2315 enum call_dummy_location_type
2327 enum call_dummy_location_type call_dummy_location)
  /src/external/gpl3/gdb/dist/gdb/
gdbarch.h 138 enum call_dummy_location_type enum
gdbarch-gen.h 354 extern enum call_dummy_location_type gdbarch_call_dummy_location (struct gdbarch *gdbarch);
355 extern void set_gdbarch_call_dummy_location (struct gdbarch *gdbarch, enum call_dummy_location_type call_dummy_location);
gdbarch-gen.c 97 enum call_dummy_location_type call_dummy_location = AT_ENTRY_POINT;
2328 enum call_dummy_location_type
2340 enum call_dummy_location_type call_dummy_location)

Completed in 23 milliseconds