Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
Dbreak-ask.exp21 set objfile1 [standard_output_file ${testfile}one.o]
30 if { [gdb_compile "thefile.cc" $objfile1 object $opts] != "" } {
43 if { [gdb_compile "$srcdir/${subdir}/$srcfile $objfile1 $objfile2" \
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjfiles.c839 const struct objfile *const objfile1 = sect1->objfile; in sort_cmp() local
842 if (objfile1->separate_debug_objfile == objfile2 in sort_cmp()
843 || objfile2->separate_debug_objfile == objfile1) in sort_cmp()
858 if (objfile1 == objfile2) in sort_cmp()
868 for (const obj_section *osect : objfile1->sections ()) in sort_cmp()
882 if (objfile == objfile1) in sort_cmp()
958 const struct objfile *const objfile1 = sect1->objfile; in filter_debuginfo_sections() local
964 && (objfile1->separate_debug_objfile == objfile2 in filter_debuginfo_sections()
965 || objfile2->separate_debug_objfile == objfile1)) in filter_debuginfo_sections()