Home
last modified time | relevance | path

Searched refs:target_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
H A Du_boot_dtb_with_ucode.py46 if not ucode_dest_entry or not ucode_dest_entry.target_offset:
49 if not ucode_dest_entry or not ucode_dest_entry.target_offset:
52 if not ucode_dest_entry or not ucode_dest_entry.target_offset:
H A Du_boot_ucode.py69 if entry and entry.target_offset:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/
H A Darptables-arpt-get-target-fix.patch24 - return (void *)e + e->target_offset;
/openbmc/qemu/block/
H A Dmirror.c627 int64_t target_offset; in mirror_iteration() local
631 &target_offset, &target_bytes); in mirror_iteration()
633 if (target_offset == offset && in mirror_iteration()