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

/external/elfutils/src/
H A Dld.c361 ld_state.paths = ld_state.tailpaths = NULL;
1173 if (ld_state.tailpaths == NULL)
1174 ld_state.paths = ld_state.tailpaths = newpath->next = newpath;
1177 ld_state.tailpaths->next = newpath;
1178 ld_state.tailpaths = newpath;
H A Dld.h763 struct pathelement *tailpaths; member in struct:ld_state

Completed in 79 milliseconds