Searched refs:unresolved_syms_in_objects (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/binutils/ld/
H A Dlexsup.c908 link_info.unresolved_syms_in_objects
921 link_info.unresolved_syms_in_objects = RM_IGNORE;
926 link_info.unresolved_syms_in_objects
933 link_info.unresolved_syms_in_objects = RM_IGNORE;
939 link_info.unresolved_syms_in_objects
948 if (link_info.unresolved_syms_in_objects == RM_GENERATE_ERROR)
949 link_info.unresolved_syms_in_objects = RM_GENERATE_WARNING;
956 if (link_info.unresolved_syms_in_objects == RM_GENERATE_WARNING)
957 link_info.unresolved_syms_in_objects = RM_GENERATE_ERROR;
1123 if (link_info.unresolved_syms_in_objects
[all...]
/freebsd-12-stable/contrib/gdb/include/
H A Dbfdlink.h312 enum report_method unresolved_syms_in_objects;
310 enum report_method unresolved_syms_in_objects; member in struct:bfd_link_info
/freebsd-12-stable/contrib/binutils/include/
H A Dbfdlink.h357 enum report_method unresolved_syms_in_objects;
355 enum report_method unresolved_syms_in_objects; member in struct:bfd_link_info
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf-bfd.h2109 else if (info->unresolved_syms_in_objects == RM_IGNORE \
2115 err = (info->unresolved_syms_in_objects == RM_GENERATE_ERROR \
H A Delf32-mep.c588 (!info->shared && info->unresolved_syms_in_objects == RM_GENERATE_ERROR))))
H A Delf32-score.c2378 else if (info->unresolved_syms_in_objects == RM_IGNORE
2395 (info->unresolved_syms_in_objects == RM_GENERATE_ERROR)
H A Delfxx-mips.c4049 else if (info->unresolved_syms_in_objects == RM_IGNORE
4081 (info->unresolved_syms_in_objects == RM_GENERATE_ERROR)
H A Delflink.c7175 info->unresolved_syms_in_objects == RM_GENERATE_ERROR

Completed in 273 milliseconds