Searched refs:nodefs (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Dld.c110 { "-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;
H A Dld.h825 bool nodefs; member in struct:ld_state
H A Dldgeneric.c183 ld_state.nodefs = true;
2357 else if (ld_state.file_type != dso_file_type || !ld_state.nodefs)

Completed in 163 milliseconds