Searched refs:bswap_32 (Results 1 – 19 of 19) sorted by relevance
66 ddest->vd_hash = bswap_32 (dsrc->vd_hash); in elf_cvt_Verdef()67 ddest->vd_aux = bswap_32 (dsrc->vd_aux); in elf_cvt_Verdef()68 ddest->vd_next = bswap_32 (dsrc->vd_next); in elf_cvt_Verdef()90 adest->vda_name = bswap_32 (asrc->vda_name); in elf_cvt_Verdef()91 adest->vda_next = bswap_32 (asrc->vda_next); in elf_cvt_Verdef()107 ddest->vd_hash = bswap_32 (dsrc->vd_hash); in elf_cvt_Verdef()108 ddest->vd_aux = bswap_32 (dsrc->vd_aux); in elf_cvt_Verdef()109 ddest->vd_next = bswap_32 (dsrc->vd_next); in elf_cvt_Verdef()158 ndest->vn_file = bswap_32 (nsrc->vn_file); in elf_cvt_Verneed()159 ndest->vn_aux = bswap_32 (nsrc->vn_aux); in elf_cvt_Verneed()[all …]
127 ? bswap_32 (Var) \136 ? bswap_32 (Var) \
145 n = bswap_32 (n);226 arsym[cnt].as_off = bswap_32 (file_data[cnt]);
52 #define LEN4_SWAP(Src) bswap_32 (*((uint32_t *) Src))
34 #define bswap_32 swap32 macro38 #define bswap_32 bswap32 macro55 static inline unsigned int bswap_32(unsigned int v) in bswap_32() function218 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))219 #define host_to_be32(n) ((__force be32) bswap_32((n)))229 #define le_to_host32(n) bswap_32(n)367 #ifndef bswap_32368 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro
69 static inline unsigned long bswap_32(unsigned long val) in bswap_32() function77 return ((((unsigned long long)bswap_32(val)) << 32) | in bswap_64()78 (((unsigned long long)bswap_32(val >> 32)) & 0xffffffffULL)); in bswap_64()
68 #define bswap_32 bswap32 macro
34 # define target_bswap_32(n) bswap_32 (n)87 uint32_t _val = bswap_32 (_ptr->u) + (value); \88 _ptr->u = bswap_32 (_val); \
2315 namesz32 = namesz = bswap_32 (*ptr); in check_note()2317 descsz32 = descsz = bswap_32 (*ptr); in check_note()2319 type = bswap_32 (*ptr); in check_note()2344 namesz32 = bswap_32 (*ptr32); in check_note()2346 descsz32 = bswap_32 (*ptr32); in check_note()
1010 debug_crc = bswap_32 (debug_crc); in handle_elf()
32 #define bswap_32 bswap32 macro103 #define be_to_host32(n) bswap_32(n)104 #define host_to_be32(n) bswap_32(n)114 #define le_to_host32(n) bswap_32(n)482 #ifndef bswap_32483 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro
122 ? bswap_32 (*((const uint32_t *) (Addr))) \126 ? (int32_t) bswap_32 (*((const int32_t *) (Addr))) \179 return bswap_32 (up->u4); in read_4ubyte_unaligned()187 return (int32_t) bswap_32 (up->u4); in read_4sbyte_unaligned()
31 #define BE_INT(v) bswap_32(v)35 #define LE_INT(v) bswap_32(v)
94 #define htobl(d) bswap_32(d)96 #define btohl(d) bswap_32(d)
26 #define bswap_32(x) \ macro59 return bswap_32(x); in bswap32()
60 # define SWAP(i) bswap_32 (i)
68 #define __bswap_32 bswap_32
54 #define cpu_to_le32(d) bswap_32(d)56 #define le32_to_cpu(d) bswap_32(d)
134 #define SHA_HTONL(x) bswap_32(x)