HomeSort by relevance Sort by last modified time
    Searched full:type_alignof (Results 1 - 8 of 8) sorted by null

  /external/ltrace/
type.c 151 size_t alignment = type_alignof(proc, field->info);
460 type_alignof(struct process *proc, struct arg_type_info *type) function
500 return type_alignof(proc, type->u.array_info.elt_type);
522 alignment = type_alignof(proc, type->u.array_info.elt_type);
type.h 123 size_t type_alignof(struct process *proc, struct arg_type_info *type);
  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 129 size_t a = type_alignof(valuep->inferior, valuep->type);
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 108 size_t al = type_alignof(proc, info);
183 size_t align = type_alignof(proc, info);
  /external/ltrace/sysdeps/linux-gnu/aarch64/
fetch.c 272 type_alignof(proc, info), how.sz);
  /external/ltrace/sysdeps/linux-gnu/arm/
fetch.c 217 const size_t al = type_alignof(proc, info);
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 153 size_t a = type_alignof(proc, info);
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 142 size_t a = type_alignof(valuep->inferior, valuep->type);

Completed in 1178 milliseconds