Home
last modified time | relevance | path

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

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsymfile.c1376 struct objfile *parent_objfile) in separate_debug_file_exists() argument
1390 if (filename_cmp (name, parent_objfile->name) == 0) in separate_debug_file_exists()
1410 && bfd_stat (parent_objfile->obfd, &parent_stat) == 0) in separate_debug_file_exists()
1436 if (!verified_as_different && !parent_objfile->crc32_p) in separate_debug_file_exists()
1438 parent_objfile->crc32_p = get_file_crc (parent_objfile->obfd, in separate_debug_file_exists()
1439 &parent_objfile->crc32); in separate_debug_file_exists()
1440 if (!parent_objfile->crc32_p) in separate_debug_file_exists()
1444 if (verified_as_different || parent_objfile->crc32 != file_crc) in separate_debug_file_exists()
1447 name, parent_objfile->name); in separate_debug_file_exists()
H A DChangeLog-20091010 to parent_objfile. New variables parent_stat and abfd_stat. Call
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsymfile.c1246 struct objfile *parent_objfile) in separate_debug_file_exists() argument
1259 if (filename_cmp (name.c_str (), objfile_name (parent_objfile)) == 0) in separate_debug_file_exists()
1291 && bfd_stat (parent_objfile->obfd, &parent_stat) == 0) in separate_debug_file_exists()
1326 if (!gdb_bfd_crc (parent_objfile->obfd, &parent_crc)) in separate_debug_file_exists()
1338 name.c_str (), objfile_name (parent_objfile)); in separate_debug_file_exists()
H A DChangeLog-20091010 to parent_objfile. New variables parent_stat and abfd_stat. Call
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsymfile.c1314 struct objfile *parent_objfile) in separate_debug_file_exists() argument
1328 if (filename_cmp (name, parent_objfile->name) == 0) in separate_debug_file_exists()
1347 && bfd_stat (parent_objfile->obfd, &parent_stat) == 0 in separate_debug_file_exists()
1365 name, parent_objfile->name); in separate_debug_file_exists()
H A DChangeLog-20091010 to parent_objfile. New variables parent_stat and abfd_stat. Call