Searched refs:sect2 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dparse.y117 goal : initlex sect1 sect1end sect2 initforrule
210 sect2 : sect2 scon initforrule flexrule '\n' label
212 | sect2 scon '{' sect2 '}'
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c6420 asection *sect2;
6425 sect2 = bfd_make_section (abfd, name);
6426 if (sect2 == NULL)
6429 sect2->_raw_size = sect->_raw_size;
6430 sect2->filepos = sect->filepos;
6431 sect2->flags = sect->flags;
6432 sect2->alignment_power = sect->alignment_power;
6412 asection *sect2; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c7444 asection *sect2;
7449 sect2 = bfd_make_section (abfd, name);
7450 if (sect2 == NULL)
7453 sect2->size = sect->size;
7454 sect2->filepos = sect->filepos;
7455 sect2->flags = sect->flags;
7456 sect2->alignment_power = sect->alignment_power;
7436 asection *sect2; local

Completed in 268 milliseconds