Lines Matching refs:Be32
184 static u32 Be32(u32 x) in Be32() function
200 dest->e_version = Be32(src->e_version); in conv_to_big_endian_header()
201 dest->e_entry = Be32(src->e_entry); in conv_to_big_endian_header()
202 dest->e_phoff = Be32(src->e_phoff); in conv_to_big_endian_header()
203 dest->e_shoff = Be32(src->e_shoff); in conv_to_big_endian_header()
204 dest->e_flags = Be32(src->e_flags); in conv_to_big_endian_header()
215 dest->sh_name = Be32(src->sh_name); in conv_to_big_endian_section()
216 dest->sh_type = Be32(src->sh_type); in conv_to_big_endian_section()
217 dest->sh_flags = Be32(src->sh_flags); in conv_to_big_endian_section()
218 dest->sh_addr = Be32(src->sh_addr); in conv_to_big_endian_section()
219 dest->sh_offset = Be32(src->sh_offset); in conv_to_big_endian_section()
220 dest->sh_size = Be32(src->sh_size); in conv_to_big_endian_section()
221 dest->sh_link = Be32(src->sh_link); in conv_to_big_endian_section()
222 dest->sh_info = Be32(src->sh_info); in conv_to_big_endian_section()
223 dest->sh_addralign = Be32(src->sh_addralign); in conv_to_big_endian_section()
224 dest->sh_entsize = Be32(src->sh_entsize); in conv_to_big_endian_section()
229 dest->st_name = Be32(src->st_name); in conv_to_big_endian_symbol()
230 dest->st_value = Be32(src->st_value); in conv_to_big_endian_symbol()
231 dest->st_size = Be32(src->st_size); in conv_to_big_endian_symbol()