Lines Matching full:lmp_object_header
220 struct lmp_object_header {
365 const struct lmp_object_header *lmp_obj_header;
414 if (!TTEST2(*tptr, sizeof(struct lmp_object_header)))
417 lmp_obj_header = (const struct lmp_object_header *)tptr;
436 obj_tptr=tptr+sizeof(struct lmp_object_header);
437 lmp_object_header);
698 while (offset < (lmp_obj_len-(int)sizeof(struct lmp_object_header)) ) {
732 while (offset < (lmp_obj_len-(int)sizeof(struct lmp_object_header)) ) {
872 print_unknown_data(tptr+sizeof(sizeof(struct lmp_object_header)),"\n\t ",
873 lmp_obj_len-sizeof(struct lmp_object_header));