HomeSort by relevance Sort by last modified time
    Searched full:tailpaths (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
ld.c 356 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;
    [all...]
ld.h 738 struct pathelement *tailpaths; member in struct:ld_state

Completed in 49 milliseconds