Searched refs:tailpaths (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/
H A Dld.c356 ld_state.paths = ld_state.tailpaths = NULL;
1093 if (ld_state.tailpaths == NULL)
1094 ld_state.paths = ld_state.tailpaths = newpath;
1097 ld_state.tailpaths->next = newpath;
1098 ld_state.tailpaths = newpath;
H A Dld.h738 struct pathelement *tailpaths; member in struct:ld_state

Completed in 19 milliseconds