HomeSort by relevance Sort by last modified time
    Searched refs:nodefs (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/
ld.c 110 { "-z defs | nodefs", '\0', NULL, OPTION_DOC,
406 there are any we stop. If the user used the '-z nodefs' option
736 ld_state.nodefs = false;
964 else if (strcmp (arg, "nodefs") == 0)
965 ld_state.nodefs = true;
967 ld_state.nodefs = false;
    [all...]
ld.h 825 bool nodefs; member in struct:ld_state
    [all...]
ldgeneric.c 183 ld_state.nodefs = true;
    [all...]

Completed in 68 milliseconds