Home
last modified time | relevance | path

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

/xen/xen/arch/x86/boot/
A Dmkelf32.c125 #undef swap64
129 #define swap64(_v) (((u64)swap32((u32)(_v))<<32)|(u64)swap32((u32)((_v)>>32))) macro
159 eh->e_entry = swap64(eh->e_entry); in endianadjust_ehdr64()
160 eh->e_phoff = swap64(eh->e_phoff); in endianadjust_ehdr64()
161 eh->e_shoff = swap64(eh->e_shoff); in endianadjust_ehdr64()
191 ph->p_offset = swap64(ph->p_offset); in endianadjust_phdr64()
192 ph->p_vaddr = swap64(ph->p_vaddr); in endianadjust_phdr64()
193 ph->p_paddr = swap64(ph->p_paddr); in endianadjust_phdr64()
194 ph->p_filesz = swap64(ph->p_filesz); in endianadjust_phdr64()
195 ph->p_memsz = swap64(ph->p_memsz); in endianadjust_phdr64()
[all …]
/xen/xen/common/libelf/
A Dlibelf-private.h61 #define bswap_64(x) swap64(x)

Completed in 4 milliseconds