HomeSort by relevance Sort by last modified time
    Searched refs:bswap32s (Results 1 - 4 of 4) sorted by null

  /external/qemu/
loader.c 179 bswap32s(&e->a_info);
180 bswap32s(&e->a_text);
181 bswap32s(&e->a_data);
182 bswap32s(&e->a_bss);
183 bswap32s(&e->a_syms);
184 bswap32s(&e->a_entry);
185 bswap32s(&e->a_trsize);
186 bswap32s(&e->a_drsize);
283 #define bswapSZs bswap32s
360 bswap32s(&hdr->ih_magic)
    [all...]
elf_ops.h 5 bswap32s(&ehdr->e_version); /* Object file version */
9 bswap32s(&ehdr->e_flags); /* Processor-specific flags */
20 bswap32s(&phdr->p_type); /* Segment type */
26 bswap32s(&phdr->p_flags); /* Segment flags */
32 bswap32s(&shdr->sh_name);
33 bswap32s(&shdr->sh_type);
38 bswap32s(&shdr->sh_link);
39 bswap32s(&shdr->sh_info);
46 bswap32s(&sym->st_name);
bswap.h 74 static inline void bswap32s(uint32_t *s) function
cpu-all.h 110 #define bswaptls(s) bswap32s(s)

Completed in 85 milliseconds