Home
last modified time | relevance | path

Searched refs:DEBUGDIR (Results 1 – 8 of 8) sorted by relevance

/dragonfly/gnu/usr.bin/gdb/libgdb/
HDconfig.h25 #define DEBUGDIR "/usr/lib/debug" macro
/dragonfly/contrib/gdb-7/gdb/
HDmain.c407 debug_file_directory = relocate_gdb_directory (DEBUGDIR, in captured_main()
HDconfig.in24 #undef DEBUGDIR
HDconfigure.ac119 GDB_AC_WITH_DIR(DEBUGDIR, separate-debug-dir,
/dragonfly/contrib/binutils-2.34/bfd/
HDdwarf2.c800 char *debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_string()
846 char *debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_ref()
4511 debug_filename = bfd_follow_build_id_debuglink (abfd, DEBUGDIR); in _bfd_dwarf2_slurp_debug_info()
4513 debug_filename = bfd_follow_gnu_debuglink (abfd, DEBUGDIR); in _bfd_dwarf2_slurp_debug_info()
/dragonfly/contrib/binutils-2.27/bfd/
HDdwarf2.c723 char * debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_string()
771 char * debug_filename = bfd_follow_gnu_debugaltlink (unit->abfd, DEBUGDIR); in read_alt_indirect_ref()
3708 char * debug_filename = bfd_follow_gnu_debuglink (abfd, DEBUGDIR); in _bfd_dwarf2_slurp_debug_info()
/dragonfly/contrib/binutils-2.34/binutils/
HDdwarf.c10247 #ifndef DEBUGDIR in load_separate_debug_info()
10248 #define DEBUGDIR "/lib/debug" in load_separate_debug_info() macro
10257 debug_filename = (char *) malloc (strlen (DEBUGDIR) + 1 in load_separate_debug_info()
10315 strcpy (debug_filename, DEBUGDIR); in load_separate_debug_info()
10316 dirlen = strlen (DEBUGDIR) - 1; in load_separate_debug_info()
10317 if (dirlen > 0 && DEBUGDIR[dirlen] != '/') in load_separate_debug_info()
/dragonfly/contrib/gdb-7/bfd/
HDdwarf2.c3222 char * debug_filename = bfd_follow_gnu_debuglink (abfd, DEBUGDIR); in _bfd_dwarf2_slurp_debug_info()