HomeSort by relevance Sort by last modified time
    Searched refs:emt (Results 1 - 4 of 4) sorted by null

  /external/ltrace/
type.c 513 type_offsetof(struct process *proc, struct arg_type_info *type, size_t emt)
530 return emt * align(size, alignment);
533 if (layout_struct(proc, type, NULL, NULL, &emt) < 0)
535 return emt;
543 type_element(struct arg_type_info *info, size_t emt)
553 assert(emt < type_struct_size(info));
554 return type_struct_get(info, emt);
686 struct arg_type_info *emt = type_element(info, n); local
689 if (emt->type == ARGTYPE_STRUCT || emt->type == ARGTYPE_ARRAY
    [all...]
vect.h 102 void (*dtor)(void *emt, void *data), void *data);
115 void (*dtor)(void *emt, void *data), void *data);
144 void (*dtor)(void *emt, void *data), void *data);
vect.c 133 void (*dtor)(void *emt, void *data), void *data)
153 void (*dtor)(void *emt, void *data), void *data)
160 vect_destroy(struct vect *vec, void (*dtor)(void *emt, void *data), void *data)
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 430 get_array_field(struct arg_type_info *info, size_t emt)

Completed in 29 milliseconds