Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dobjfiles.c1056 const CORE_ADDR sect2_addr = obj_section_addr (sect2); in qsort_cmp()
1070 const struct objfile *const objfile2 = sect2->objfile; in qsort_cmp()
1099 else if (osect == sect2) in qsort_cmp()
1181 struct obj_section *const sect2 = map[i + 1]; in filter_debuginfo_sections() local
1183 const struct objfile *const objfile2 = sect2->objfile; in filter_debuginfo_sections()
1185 const CORE_ADDR sect2_addr = obj_section_addr (sect2); in filter_debuginfo_sections()
1191 map[j++] = preferred_obj_section (sect1, sect2); in filter_debuginfo_sections()
1228 struct obj_section *const sect2 = map[k]; in filter_overlapping_sections() local
1230 const CORE_ADDR sect2_addr = obj_section_addr (sect2); in filter_overlapping_sections()
1242 struct objfile *const objf2 = sect2->objfile; in filter_overlapping_sections()
[all …]
/dragonfly/contrib/flex/src/
H A Dparse.y118 goal : initlex sect1 sect1end sect2 initforrule
213 sect2 : sect2 scon initforrule flexrule '\n'
215 | sect2 scon '{' sect2 '}'
/dragonfly/contrib/file/magic/Magdir/
H A Dscientific78 # https://www.wwpdb.org/documentation/format32/sect2.html
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c7937 asection *sect2; in elfcore_maybe_make_sect() local
7942 sect2 = bfd_make_section_with_flags (abfd, name, sect->flags); in elfcore_maybe_make_sect()
7943 if (sect2 == NULL) in elfcore_maybe_make_sect()
7946 sect2->size = sect->size; in elfcore_maybe_make_sect()
7947 sect2->filepos = sect->filepos; in elfcore_maybe_make_sect()
7948 sect2->alignment_power = sect->alignment_power; in elfcore_maybe_make_sect()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c8691 asection *sect2; in elfcore_maybe_make_sect() local
8696 sect2 = bfd_make_section_with_flags (abfd, name, sect->flags); in elfcore_maybe_make_sect()
8697 if (sect2 == NULL) in elfcore_maybe_make_sect()
8700 sect2->size = sect->size; in elfcore_maybe_make_sect()
8701 sect2->filepos = sect->filepos; in elfcore_maybe_make_sect()
8702 sect2->alignment_power = sect->alignment_power; in elfcore_maybe_make_sect()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c9349 asection *sect2; in elfcore_maybe_make_sect() local
9354 sect2 = bfd_make_section_with_flags (abfd, name, sect->flags); in elfcore_maybe_make_sect()
9355 if (sect2 == NULL) in elfcore_maybe_make_sect()
9358 sect2->size = sect->size; in elfcore_maybe_make_sect()
9359 sect2->filepos = sect->filepos; in elfcore_maybe_make_sect()
9360 sect2->alignment_power = sect->alignment_power; in elfcore_maybe_make_sect()