Searched refs:read16 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endian-ness_handling.patch | 19 +static uint16_t read16(uint16_t x, int be) 50 + if (read16(elf_header->e_type, be) != ET_DYN) 54 + read16(elf_header->e_type, be)); 69 + i < read16(elf_header->e_phnum, be); i++, segment++) 196 + if (read16(elf_header->e_type, be) != ET_DYN) 200 + read16(elf_header->e_type, be)); 215 + i < read16(elf_header->e_phnum, be); i++, segment++)
|
| H A D | ldconfig-handle-.dynstr-located-in-separate-segment.patch | 77 + i < read16(elf_header->e_phnum, be); i++, segment++) 155 + i < read16(elf_header->e_phnum, be); i++, segment++)
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-migration.py | 46 def read16(self): member in MigrationFile 252 n_valid = self.file.read16() 253 n_invalid = self.file.read16() 691 command_type = file.read16() 692 command_data_len = file.read16()
|
| /openbmc/u-boot/drivers/bootcount/ |
| H A D | Kconfig | 97 and read16 ops of DM RTC devices.
|