Home
last modified time | relevance | path

Searched refs:Be32 (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.2.1/build/tools/bin2obj/
Dobject.c184 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()
[all …]