Home
last modified time | relevance | path

Searched refs:offset_size (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0017-CVE-2022-38127-3.patch33 - dwarf_vma offset_size, bool dwo)
36 + dwarf_vma offset_size,
46 - str_offset = byte_get (curr + index_offset, offset_size);
49 + if (offset_size == 8)
55 + str_offset = byte_get (curr + index_offset + str_offsets_base, offset_size);
63 - fetch_indexed_string (uvalue, this_set, offset_size, dwo));
64 + fetch_indexed_string (uvalue, this_set, offset_size, dwo,
69 - fetch_indexed_string (uvalue, this_set, offset_size, dwo));
70 + fetch_indexed_string (uvalue, this_set, offset_size, dwo,
102 - add_dwo_name (fetch_indexed_string (uvalue, this_set, offset_size, false), cu_offset);
[all …]
H A D0017-CVE-2022-38127-4.patch26 + strng = fetch_indexed_string (uvalue, this_set, offset_size, dwo,
32 - fetch_indexed_string (uvalue, this_set, offset_size, dwo,
38 - fetch_indexed_string (uvalue, this_set, offset_size, dwo,
H A D0017-CVE-2022-38127-2.patch76 + unsigned int offset_size)
81 + if (offset_size == 4)
129 + unsigned int offset_size = 0;
139 - unsigned int offset_size, offset_entry_count;
163 + (start, finish, pointer_size, offset, base_address, offset_size);
H A D0018-CVE-2022-38128-2.patch149 add_dwo_name (fetch_indexed_string (uvalue, this_set, offset_size, false,
158 add_dwo_dir (fetch_indexed_string (uvalue, this_set, offset_size, false,
H A D0017-CVE-2022-38127-1.patch309 - unsigned int offset_size;
324 + unsigned int offset_size;
781 + if (offset_size == 8)
H A D0018-CVE-2022-38128-1.patch228 unsigned int offset_size;
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dqsfp.c216 u8 slave_addr, int offset, int offset_size, in i2c_bus_write() argument
224 switch (offset_size) { in i2c_bus_write()
241 msgs[0].len = offset_size; in i2c_bus_write()
264 u8 slave_addr, int offset, int offset_size, in i2c_bus_read() argument
272 switch (offset_size) { in i2c_bus_read()
289 msgs[0].len = offset_size; in i2c_bus_read()
322 int offset_size; in __i2c_write() local
326 offset_size = (i2c_addr >> 8) & 0x3; in __i2c_write()
327 return i2c_bus_write(dd, bus, slave_addr, offset, offset_size, bp, len); in __i2c_write()
361 int offset_size; in __i2c_read() local
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c994 fdt_size_t size, offset_size; in fdtdec_decode_memory_region() local
1037 &offset_size)) { in fdtdec_decode_memory_region()
1044 *sizep = offset_size; in fdtdec_decode_memory_region()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h378 __be16 offset_size; member
H A Dmain.c1793 if (array_size < sizeof(iv->offset_size)) in b43legacy_write_initvals()
1795 array_size -= sizeof(iv->offset_size); in b43legacy_write_initvals()
1796 offset = be16_to_cpu(iv->offset_size); in b43legacy_write_initvals()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Db43.h650 __be16 offset_size; member
H A Dmain.c2766 if (array_size < sizeof(iv->offset_size)) in b43_write_initvals()
2768 array_size -= sizeof(iv->offset_size); in b43_write_initvals()
2769 offset = be16_to_cpu(iv->offset_size); in b43_write_initvals()