Home
last modified time | relevance | path

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

/external/elfutils/src/
Dld.h269 struct pathelement struct
272 struct pathelement *next; argument
761 struct pathelement *paths;
763 struct pathelement *tailpaths;
766 struct pathelement *rpath;
767 struct pathelement *rpath_link;
768 struct pathelement *runpath;
769 struct pathelement *runpath_link;
774 struct pathelement *ld_library_path1;
775 struct pathelement *ld_library_path2;
[all …]
Dld.c265 static void add_rxxpath (struct pathelement **pathp, const char *str);
1165 struct pathelement *newpath; in ld_new_searchdir()
1167 newpath = (struct pathelement *) in ld_new_searchdir()
1168 obstack_calloc (&ld_state.smem, sizeof (struct pathelement)); in ld_new_searchdir()
1267 add_rxxpath (struct pathelement **pathp, const char *str) in add_rxxpath()
1269 struct pathelement *newp; in add_rxxpath()
1274 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in add_rxxpath()
1288 normalize_dirlist (struct pathelement **pathp) in normalize_dirlist()
1290 struct pathelement *firstp = *pathp; in normalize_dirlist()
1299 struct pathelement *lastp = *pathp; in normalize_dirlist()
[all …]
Dldgeneric.c335 open_along_path2 (struct usedfiles *fileinfo, struct pathelement *path) in open_along_path2()
340 struct pathelement *firstp = path; in open_along_path2()
4582 struct pathelement *startp; in ld_generic_create_outfile()
4583 struct pathelement *prunp; in ld_generic_create_outfile()