Searched refs:endianness (Results 1 – 15 of 15) sorted by relevance
131 endianness = "<"133 endianness = ">"135 formatter = endianness + fmt
152 def set_tgt_endianness(self, endianness): argument158 self.database['target']['little_endianness'] = endianness
43 def _llext_const_symbol_struct(ptr_size: int, endianness: str):48 endspec = "<" if endianness == 'little' else ">"256 sh_flags = int.from_bytes(self.elf_fd.read(SHF_SIZE), self.endianness)261 self.elf_fd.write(int.to_bytes(sh_flags, self.ptrsize, self.endianness))280 self.endianness = 'little' if self.elf.little_endian else 'big'281 self.lcs_struct = _llext_const_symbol_struct(self.ptrsize, self.endianness)
11 # affecting endianness: https://sourceware.org/bugzilla/show_bug.cgi?id=25202
23 Frames are encoded in "Big Endian" (Network endianness) when fields are more than
51 in the endianness native to the SoC. ``west bindesc`` assumes little endian by default,
384 necessary to specify the endianness of an individual cell here.
365 may not work in the other due to endianness bugs.
603 endianess||endianness
941 * Fixed a bug where LL address endianness was swapped twice when deciphering a frame.
1162 * :github:`23444` - drivers: hwinfo: shell command "hwinfo devid" output ignores endianness
1521 * Fixed the protocol field endianness for ``AF_PACKET`` type sockets.
523 * :github:`18799` - bt_uuid_create_le() and bt_uuid_create() have endianness issues, and only one o…
1797 * :github:`42799` - gptp correction field in sync follow up message does not have correct endianness
1212 * :github:`35151` - [Coverity CID: 235943] Reliance on integer endianness in include/sys/cbprintf_c…