OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bswapSZs
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/hw/
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
...]
/external/qemu/hw/core/
loader.c
284
#define
bswapSZs
bswap32s
294
#undef
bswapSZs
303
#define
bswapSZs
bswap64s
Completed in 33 milliseconds