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

/external/elfutils/src/
H A Dld.c96 { "-z defs | nodefs", '\0', NULL, OPTION_DOC,
401 there are any we stop. If the user used the '-z nodefs' option
672 ld_state.nodefs = false;
892 else if (strcmp (arg, "nodefs") == 0)
893 ld_state.nodefs = true;
895 ld_state.nodefs = false;
H A Dld.h796 bool nodefs; member in struct:ld_state
H A Dldgeneric.c161 ld_state.nodefs = true;
2162 else if (ld_state.file_type != dso_file_type || !ld_state.nodefs)
/external/libffi/
H A Dltcf-cxx.sh199 allow_undefined_flag="-z nodefs"

Completed in 200 milliseconds