Searched defs:emt (Results 1 - 3 of 3) sorted by relevance
/external/ltrace/ |
H A D | 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) 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
|
H A D | type.c | 513 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...] |
/external/ltrace/sysdeps/linux-gnu/x86/ |
H A D | fetch.c | 430 get_array_field(struct arg_type_info *info, size_t emt) argument
|
Completed in 128 milliseconds