Lines Matching defs:with

3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
46 // avoid warnings with MSVC.
134 // Object compatible with all conventions.
154 // is compiled with an architecture that supports these features then lld is
176 // The J1 = 1 J2 = 1 Thumb branch range extension, with the exception
184 // All Architectures used in Cortex processors with the exception
222 // This is useful when you are dealing with files created by --reproduce.
268 // (e.g. it does not make sense to link x86 object files with
284 error(toString(file) + " is incompatible with " + target);
295 std::string with;
297 with = " with " + toString(existing);
298 error(toString(file) + " is incompatible" + with);
338 // to avoid warnings when building with MSVC.
651 // Producing a static binary with MTE globals is not currently supported,
697 // Sections with SHT_GROUP and comdat bits define comdat section groups.
717 // with different sh_entsize. One option would be to just copy every SHF_MERGE
718 // section as is to the output. While this would produce a valid ELF file with
727 // A mergeable section with size 0 is useless because they don't have
728 // any data to merge. A mergeable string section with size 0 can be
729 // argued as invalid because it doesn't end with a null character.
737 // that Rust 1.13 produces a string mergeable section with a zero
762 // initialized with null pointers.
791 // This is compatible with GNU.
807 "] with sh_link=0 "
883 // Find a relocation target section and associate this section with that.
893 // ELF spec allows mergeable sections with relocations, but they are rare,
926 // A SHF_LINK_ORDER section with sh_link=0 is handled as if it did not have
943 " with SHF_LINK_ORDER should not refer a non-regular section: " +
1096 // functions were compiled with the no_split_stack_attribute will
1113 // .eh_frame_hdr section for runtime. So we handle them with a special
1308 // replace the tentative definition with. This is the behavior used by
1412 fatal(toString(this) + " has a Vernaux with an invalid vna_name");
1491 error("SHT_GNU_versym should be associated with symbol table");
1516 // If a DSO appears more than once on the command line with and without
1518 // user can add an extra DSO with --no-as-needed to force it to be added to
1543 // System libraries can have a lot of symbols with versions. Using a
1612 // Also add the symbol with the versioned name to handle undefined symbols
1613 // with explicit versions.
1712 // name. If two archives define two members with the same name, this
1831 // characters in a filename are replaced with underscore.