Searched refs:emt (Results 1 - 4 of 4) sorted by relevance

/external/ltrace/
H A Dtype.c513 type_offsetof(struct process *proc, struct arg_type_info *type, size_t emt) argument
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) argument
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
[all...]
H A Dvect.h102 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);
H A Dvect.c133 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) argument
132 vect_erase(struct vect *vec, size_t start, size_t end, void (*dtor)(void *emt, void *data), void *data) argument
152 vect_popback(struct vect *vec, void (*dtor)(void *emt, void *data), void *data) argument
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c430 get_array_field(struct arg_type_info *info, size_t emt) argument

Completed in 97 milliseconds