Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dld.h277 struct pathelement struct
280 struct pathelement *next; argument
769 struct pathelement *paths;
771 struct pathelement *tailpaths;
774 struct pathelement *rpath;
775 struct pathelement *rpath_link;
776 struct pathelement *runpath;
777 struct pathelement *runpath_link;
782 struct pathelement *ld_library_path1;
783 struct pathelement *ld_library_path2;
[all …]
Dld.c274 static void add_rxxpath (struct pathelement **pathp, const char *str);
1177 struct pathelement *newpath; in ld_new_searchdir()
1179 newpath = (struct pathelement *) in ld_new_searchdir()
1180 obstack_calloc (&ld_state.smem, sizeof (struct pathelement)); in ld_new_searchdir()
1279 add_rxxpath (struct pathelement **pathp, const char *str) in add_rxxpath()
1281 struct pathelement *newp; in add_rxxpath()
1286 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in add_rxxpath()
1300 normalize_dirlist (struct pathelement **pathp) in normalize_dirlist()
1302 struct pathelement *firstp = *pathp; in normalize_dirlist()
1311 struct pathelement *lastp = *pathp; in normalize_dirlist()
[all …]
Dldgeneric.c343 open_along_path2 (struct usedfiles *fileinfo, struct pathelement *path) in open_along_path2()
348 struct pathelement *firstp = path; in open_along_path2()
4590 struct pathelement *startp; in ld_generic_create_outfile()
4591 struct pathelement *prunp; in ld_generic_create_outfile()