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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.h 1757 extern ULONGEST gdbarch_type_align (struct gdbarch *gdbarch, struct type *type);
gdbtypes.c 3604 ULONGEST align = gdbarch_type_align (type->arch (), type);
gdbarch-gen.c 5449 gdbarch_type_align (struct gdbarch *gdbarch, struct type *type) function
5454 gdb_printf (gdb_stdlog, "gdbarch_type_align called\n");
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.h 1753 extern ULONGEST gdbarch_type_align (struct gdbarch *gdbarch, struct type *type);
gdbtypes.c 3667 ULONGEST align = gdbarch_type_align (type->arch (), type);
gdbarch-gen.c 5462 gdbarch_type_align (struct gdbarch *gdbarch, struct type *type) function
5467 gdb_printf (gdb_stdlog, "gdbarch_type_align called\n");

Completed in 66 milliseconds