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

  /external/qemu/
elf_ops.h 6 bswapSZs(&ehdr->e_entry); /* Entry point virtual address */
7 bswapSZs(&ehdr->e_phoff); /* Program header table file offset */
8 bswapSZs(&ehdr->e_shoff); /* Section header table file offset */
21 bswapSZs(&phdr->p_offset); /* Segment file offset */
22 bswapSZs(&phdr->p_vaddr); /* Segment virtual address */
23 bswapSZs(&phdr->p_paddr); /* Segment physical address */
24 bswapSZs(&phdr->p_filesz); /* Segment size in file */
25 bswapSZs(&phdr->p_memsz); /* Segment size in memory */
27 bswapSZs(&phdr->p_align); /* Segment alignment */
34 bswapSZs(&shdr->sh_flags)
    [all...]
loader.c 283 #define bswapSZs bswap32s
293 #undef bswapSZs
302 #define bswapSZs bswap64s

Completed in 31 milliseconds