Home
last modified time | relevance | path

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

/external/elfutils/src/
Dfindtextrel.c212 size_t rootdir_len = strlen (rootdir); in process_file() local
217 char *new_fname = alloca (rootdir_len + fname_len + 2); in process_file()
218 *((char *) mempcpy (stpcpy (mempcpy (new_fname, rootdir, rootdir_len), in process_file()
367 char *difname = (char *) alloca (rootdir_len + debuginfo_rootlen in process_file()
370 rootdir_len), in process_file()