Home
last modified time | relevance | path

Searched refs:debugdir (Results 1 – 11 of 11) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_getalt.c50 __libdw_filepath (const char *debugdir, const char *dir, const char *file) in __libdw_filepath() argument
74 if (debugdir != NULL) in __libdw_filepath()
76 size_t debugdirlen = strlen (debugdir); in __libdw_filepath()
83 char *c = mempcpy (path, debugdir, debugdirlen); in __libdw_filepath()
142 char *altpath = __libdw_filepath (dbg->debugdir, NULL, altname); in find_debug_altlink()
Dlibdw_find_split_unit.c111 const char *debugdir = cu->dbg->debugdir; in __libdw_find_split_unit() local
112 char *dwo_path = __libdw_filepath (debugdir, NULL, dwo_file); in __libdw_find_split_unit()
127 dwo_path = __libdw_filepath (debugdir, dwo_dir, dwo_file); in __libdw_find_split_unit()
Ddwarf_end.c148 free (dwarf->debugdir); in dwarf_end()
DlibdwP.h164 char *debugdir; member
1355 char * __libdw_filepath (const char *debugdir, const char *dir,
Ddwarf_begin_elf.c385 result->debugdir = __libdw_debugdir (result->elf->fildes); in valid_p()
DChangeLog694 * dwarf_end.c (dwarf_end.c): Free debugdir.
696 take debugdir as argument instead of fd.
697 (find_debug_altlink): Call __libdw_filepath with debugdir.
698 * libdwP.h (struct Dwarf): Add debugdir field.
703 __libdw_filepath with debugdir.
/third_party/cef/tools/
Dcef_api_hash.py28 def __init__(self, headerdir, debugdir=None, verbose=False): argument
33 self.__debugdir = debugdir
283 calc = cef_api_hash(options.cppheaderdir, options.debugdir, options.verbose)
/third_party/libunwind/src/
Delfxx.c493 static const char *debugdir = "/usr/lib/debug"; in elf_w() local
495 char newname[shdr->sh_size + strlen (debugdir) + strlen (file) + 9]; in elf_w()
530 strcpy (newname, debugdir); in elf_w()
/third_party/elfutils/tests/
Drun-addr2line-alt-debugpath.sh27 abs_test_debugdir=$(pwd)/debugdir
/third_party/elfutils/libdwfl/
Ddwfl_module_getdwarf.c1367 if (mod->dw->debugdir == NULL && mod->elfdir != NULL in load_dw()
1369 mod->dw->debugdir = strdup (mod->elfdir); in load_dw()
DChangeLog632 dwarf_begin_elf call. Set Dwarf debugdir if it is NULL, this is the