Home | History | Annotate | Download | only in strace

Lines Matching refs:hdr_

457 #define CHECK_SIZE(hdr_, size_, name_, ...) \
459 if ((size_) < sizeof(*(hdr_))) { \
463 (size_), sizeof(*(hdr_))); \
464 print_quoted_string((char *) (hdr_), (size_), \
471 #define PRINT_UNKNOWN_TAIL(hdr_, size_) \
473 if ((size_) > sizeof(*(hdr_)) && \
474 !is_filled((char *) ((hdr_) + 1), '\0', \
475 (size_) - sizeof(*(hdr_)))) \
476 print_quoted_string((char *) ((hdr_) + 1), \
477 (size_) - sizeof(*(hdr_)), \