Home
last modified time | relevance | path

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

/external/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()
365 size_t debuginfo_rootlen = strlen (debuginfo_root); in process_file()
370 debuginfo_root, in process_file()