Searched refs:endian (Results 1 – 6 of 6) sorted by relevance
46 struct kbuffer *kbuffer_alloc(enum kbuffer_long_size size, enum kbuffer_endian endian);
752 static inline void pevent_set_file_bigendian(struct pevent *pevent, int endian) in pevent_set_file_bigendian() argument754 pevent->file_bigendian = endian; in pevent_set_file_bigendian()762 static inline void pevent_set_host_bigendian(struct pevent *pevent, int endian) in pevent_set_host_bigendian() argument764 pevent->host_bigendian = endian; in pevent_set_host_bigendian()
180 kbuffer_alloc(enum kbuffer_long_size size, enum kbuffer_endian endian) in kbuffer_alloc() argument195 switch (endian) { in kbuffer_alloc()
11 nop # guaranteed to be illegal in reverse-endian
416 static unsigned int const endian = 1; in bpf_object__check_endianness() local421 if (*(unsigned char const *)&endian != 1) in bpf_object__check_endianness()427 if (*(unsigned char const *)&endian != 0) in bpf_object__check_endianness()
567 static unsigned int const endian = 1; in dso__swap_init() local574 if (*(unsigned char const *)&endian != 1) in dso__swap_init()580 if (*(unsigned char const *)&endian != 0) in dso__swap_init()