Lines Matching refs:bswap_32

182 	h->hdr_len = bswap_32(h->hdr_len);  in btf_bswap_hdr()
183 h->type_off = bswap_32(h->type_off); in btf_bswap_hdr()
184 h->type_len = bswap_32(h->type_len); in btf_bswap_hdr()
185 h->str_off = bswap_32(h->str_off); in btf_bswap_hdr()
186 h->str_len = bswap_32(h->str_len); in btf_bswap_hdr()
201 if (bswap_32(hdr->hdr_len) != sizeof(struct btf_header)) { in btf_parse_hdr()
203 bswap_32(hdr->hdr_len)); in btf_parse_hdr()
290 t->name_off = bswap_32(t->name_off); in btf_bswap_type_base()
291 t->info = bswap_32(t->info); in btf_bswap_type_base()
292 t->type = bswap_32(t->type); in btf_bswap_type_base()
315 *(__u32 *)(t + 1) = bswap_32(*(__u32 *)(t + 1)); in btf_bswap_type_rest()
319 e->name_off = bswap_32(e->name_off); in btf_bswap_type_rest()
320 e->val = bswap_32(e->val); in btf_bswap_type_rest()
325 a->type = bswap_32(a->type); in btf_bswap_type_rest()
326 a->index_type = bswap_32(a->index_type); in btf_bswap_type_rest()
327 a->nelems = bswap_32(a->nelems); in btf_bswap_type_rest()
332 m->name_off = bswap_32(m->name_off); in btf_bswap_type_rest()
333 m->type = bswap_32(m->type); in btf_bswap_type_rest()
334 m->offset = bswap_32(m->offset); in btf_bswap_type_rest()
339 p->name_off = bswap_32(p->name_off); in btf_bswap_type_rest()
340 p->type = bswap_32(p->type); in btf_bswap_type_rest()
344 btf_var(t)->linkage = bswap_32(btf_var(t)->linkage); in btf_bswap_type_rest()
348 v->type = bswap_32(v->type); in btf_bswap_type_rest()
349 v->offset = bswap_32(v->offset); in btf_bswap_type_rest()
350 v->size = bswap_32(v->size); in btf_bswap_type_rest()