Searched refs:pathelement (Results 1 – 3 of 3) sorted by relevance
256 struct pathelement struct259 struct pathelement *next; argument736 struct pathelement *paths;738 struct pathelement *tailpaths;741 struct pathelement *rpath;742 struct pathelement *rpath_link;743 struct pathelement *runpath;744 struct pathelement *runpath_link;749 struct pathelement *ld_library_path1;750 struct pathelement *ld_library_path2;[all …]
263 static void add_rxxpath (struct pathelement **pathp, const char *str);1085 struct pathelement *newpath; in ld_new_searchdir()1087 newpath = (struct pathelement *) in ld_new_searchdir()1088 obstack_calloc (&ld_state.smem, sizeof (struct pathelement)); in ld_new_searchdir()1185 add_rxxpath (struct pathelement **pathp, const char *str) in add_rxxpath()1187 struct pathelement *newp; in add_rxxpath()1192 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in add_rxxpath()1206 normalize_dirlist (struct pathelement **pathp) in normalize_dirlist()1208 struct pathelement *firstp = *pathp; in normalize_dirlist()1217 struct pathelement *lastp = *pathp; in normalize_dirlist()[all …]
314 open_along_path2 (struct usedfiles *fileinfo, struct pathelement *path) in open_along_path2()319 struct pathelement *firstp = path; in open_along_path2()3923 struct pathelement *startp; in ld_generic_create_outfile()3924 struct pathelement *prunp; in ld_generic_create_outfile()