Searched refs:tag_header (Results 1 – 7 of 7) sorted by relevance
22 struct tag_header { struct128 struct tag_header hdr;152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
86 struct tag_header { struct209 struct tag_header hdr;247 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
215 struct tag_header { struct222 struct tag_header hdr; argument240 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
181 (sizeof(struct tag_header) + strlen(p) + 1 + 4) >> 2; in setup_commandline_tag()
278 length = (t->hdr.size << 2) - sizeof(struct tag_header) - HASH_LEN; in atags_set_tag()
170 (sizeof (struct tag_header) + strlen (p) + 1 + 4) >> 2; in setup_commandline_tag()
252 total_size = sizeof(struct tag_header); in setup_board_tags()