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

  /src/external/gpl3/gdb/dist/gdb/
mn10300-tdep.c 87 mn10300_type_align (struct type *type) function
112 int falign = mn10300_type_align (type->field (i).type ());
124 return mn10300_type_align (check_typedef (type));
151 if (mn10300_type_align (type) >= 4)
  /src/external/gpl3/gdb.old/dist/gdb/
mn10300-tdep.c 87 mn10300_type_align (struct type *type) function
112 int falign = mn10300_type_align (type->field (i).type ());
124 return mn10300_type_align (check_typedef (type));
151 if (mn10300_type_align (type) >= 4)

Completed in 25 milliseconds