Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/flex/
Dparse.y118 goal : initlex sect1 sect1end sect2 initforrule
211 sect2 : sect2 scon initforrule flexrule '\n'
213 | sect2 scon '{' sect2 '}'
/freebsd-12-stable/contrib/file/magic/Magdir/
Dscientific78 # https://www.wwpdb.org/documentation/format32/sect2.html
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c7476 asection *sect2; in elfcore_maybe_make_sect() local
7481 sect2 = bfd_make_section_with_flags (abfd, name, sect->flags); in elfcore_maybe_make_sect()
7482 if (sect2 == NULL) in elfcore_maybe_make_sect()
7485 sect2->size = sect->size; in elfcore_maybe_make_sect()
7486 sect2->filepos = sect->filepos; in elfcore_maybe_make_sect()
7487 sect2->alignment_power = sect->alignment_power; in elfcore_maybe_make_sect()