Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Delf_ops.h34 bswapSZs(&shdr->sh_flags); in glue()
35 bswapSZs(&shdr->sh_addr); in glue()
36 bswapSZs(&shdr->sh_offset); in glue()
37 bswapSZs(&shdr->sh_size); in glue()
40 bswapSZs(&shdr->sh_addralign); in glue()
41 bswapSZs(&shdr->sh_entsize); in glue()
47 bswapSZs(&sym->st_value); in glue()
48 bswapSZs(&sym->st_size); in glue()
54 bswapSZs(&rela->r_offset); in glue()
55 bswapSZs(&rela->r_info); in glue()
[all …]
/openbmc/qemu/hw/core/
H A Dloader.c307 #define bswapSZs bswap32s macro
318 #undef bswapSZs
328 #define bswapSZs bswap64s macro