Home
last modified time | relevance | path

Searched refs:bswaptls (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/bsd-user/
H A Delfload.c53 bswaptls(&ehdr->e_entry); /* Entry point virtual address */ in bswap_ehdr()
54 bswaptls(&ehdr->e_phoff); /* Program header table file offset */ in bswap_ehdr()
55 bswaptls(&ehdr->e_shoff); /* Section header table file offset */ in bswap_ehdr()
72 bswaptls(&phdr->p_offset); /* Segment file offset */ in bswap_phdr()
73 bswaptls(&phdr->p_vaddr); /* Segment virtual address */ in bswap_phdr()
74 bswaptls(&phdr->p_paddr); /* Segment physical address */ in bswap_phdr()
75 bswaptls(&phdr->p_filesz); /* Segment size in file */ in bswap_phdr()
76 bswaptls(&phdr->p_memsz); /* Segment size in memory */ in bswap_phdr()
77 bswaptls(&phdr->p_align); /* Segment alignment */ in bswap_phdr()
88 bswaptls(&shdr->sh_flags); in bswap_shdr()
[all …]
/openbmc/qemu/include/user/
H A Dtswap-target.h16 #define bswaptls(s) bswap32s(s) macro
19 #define bswaptls(s) bswap64s(s) macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h51 #undef bswaptls
52 #define bswaptls(ptr) bswap32s(ptr) macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h48 #undef bswaptls
49 #define bswaptls(ptr) bswap32s(ptr) macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h48 #undef bswaptls
49 #define bswaptls(ptr) bswap32s(ptr) macro
/openbmc/qemu/linux-user/
H A Delfload.c2053 #undef bswaptls
2054 #define bswaptls(ptr) bswap32s(ptr) macro
2128 bswaptls(&ehdr->e_entry); /* Entry point virtual address */ in bswap_ehdr()
2129 bswaptls(&ehdr->e_phoff); /* Program header table file offset */ in bswap_ehdr()
2130 bswaptls(&ehdr->e_shoff); /* Section header table file offset */ in bswap_ehdr()
2146 bswaptls(&phdr->p_offset); /* Segment file offset */ in bswap_phdr()
2147 bswaptls(&phdr->p_vaddr); /* Segment virtual address */ in bswap_phdr()
2148 bswaptls(&phdr->p_paddr); /* Segment physical address */ in bswap_phdr()
2149 bswaptls(&phdr->p_filesz); /* Segment size in file */ in bswap_phdr()
2150 bswaptls(&phdr->p_memsz); /* Segment size in memory */ in bswap_phdr()
[all …]