Home
last modified time | relevance | path

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

/external/u-boot/tools/patman/
Dpatchstream.py67 self.in_section = None # Name of start...END section we are in
90 self.in_section = name
106 self.in_section = 'commit-' + name
117 if self.in_section == 'cover' and self.is_log:
119 self.in_section = None
185 if self.in_section:
186 self.warn.append("Missing 'END' in section '%s'" % self.in_section)
187 if self.in_section == 'cover':
189 elif self.in_section == 'notes':
192 elif self.in_section == 'commit-notes':
[all …]
/external/u-boot/tools/
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()