Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dfindtextrel.c102 static const char *debuginfo_root; variable
128 if (debuginfo_root == NULL) in main()
132 debuginfo_root = "/usr/lib/debug"; in main()
134 debuginfo_root = (sizeof (long int) == 4 in main()
167 debuginfo_root = arg; in parse_opt()
364 xasprintf("%s%s/%s.debug", rootdir, debuginfo_root, fname); in process_file()