Home
last modified time | relevance | path

Searched refs:in_section (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dpatchstream.py68 self.in_section = None # Name of start...END section we are in
91 self.in_section = name
107 self.in_section = 'commit-' + name
118 if self.in_section == 'cover' and self.is_log:
120 self.in_section = None
186 if self.in_section:
187 self.warn.append("Missing 'END' in section '%s'" % self.in_section)
188 if self.in_section == 'cover':
190 elif self.in_section == 'notes':
193 elif self.in_section == 'commit-notes':
[all …]
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.c155 unsigned int in_section:1; member
1473 ictx->in_section = 0; in sb_parse_line()
1481 ictx->in_section = 1; in sb_parse_line()
1487 if (!ictx->in_section && !ictx->in_dcd) { in sb_parse_line()
1493 if (ictx->in_section) { in sb_parse_line()
1578 if (ictx->in_section && !ret) { in sb_parse_line()