Searched refs:debugdir (Results 1 – 11 of 11) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getalt.c | 50 __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()
|
D | libdw_find_split_unit.c | 111 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()
|
D | dwarf_end.c | 148 free (dwarf->debugdir); in dwarf_end()
|
D | libdwP.h | 164 char *debugdir; member 1355 char * __libdw_filepath (const char *debugdir, const char *dir,
|
D | dwarf_begin_elf.c | 385 result->debugdir = __libdw_debugdir (result->elf->fildes); in valid_p()
|
D | ChangeLog | 694 * 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/ |
D | cef_api_hash.py | 28 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/ |
D | elfxx.c | 493 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/ |
D | run-addr2line-alt-debugpath.sh | 27 abs_test_debugdir=$(pwd)/debugdir
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 1367 if (mod->dw->debugdir == NULL && mod->elfdir != NULL in load_dw() 1369 mod->dw->debugdir = strdup (mod->elfdir); in load_dw()
|
D | ChangeLog | 632 dwarf_begin_elf call. Set Dwarf debugdir if it is NULL, this is the
|