Searched refs:discarded (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/usr.sbin/bootparamd/
H A DMakefile.inc6 CWARNFLAGS.gcc+= -Wno-error=discarded-qualifiers
/freebsd-current/sys/modules/qat/qat/
H A DMakefile26 CWARNFLAGS.qat_ocf.c += -Wno-discarded-qualifiers
27 CWARNFLAGS.qat_ocf_utils.c += -Wno-discarded-qualifiers
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp417 // pass, section group members are kept or discarded as a unit.
426 if (s != &InputSection::discarded && s->flags & SHF_ALLOC)
442 if (!s || s == &InputSection::discarded)
598 this->sections[i] = &InputSection::discarded;
607 this->sections[i] = &InputSection::discarded;
634 this->sections[i] = &InputSection::discarded;
666 this->sections[secIndex] = &InputSection::discarded;
752 if (this->sections[i] == &InputSection::discarded)
756 // SHF_EXCLUDE'ed sections are discarded by the linker. However,
777 this->sections[i] = &InputSection::discarded;
[all...]
H A DInputSection.h416 static InputSection discarded; member in class:lld::elf::InputSection
H A DSymbols.cpp88 assert(isec != &InputSection::discarded);
336 report(": unable to order discarded symbol: ");
346 report(": unable to order discarded symbol: ");
405 // If this is a non-weak defined symbol in a discarded section, override the
523 // an existing STB_WEAK, there may be discarded section errors because the
H A DInputSection.cpp171 // discarded due to GC/ICF. We should compute the output section offset.
312 InputSection InputSection::discarded(nullptr, 0, 0, 0, ArrayRef<uint8_t>(), "");
337 // different in the output. We also need to handle combined or discarded
420 // .eh_frame is horribly special and can reference discarded sections. To
422 // relocation in it pointing to discarded sections with R_*_NONE, which
434 warn("relocation refers to a discarded section: " +
957 // Resolve relocations in .debug_* referencing (discarded symbols or ICF
972 // If the referenced symbol is relative to a discarded section (due to
H A DRelocations.cpp518 // Custom error message if Sym is defined in a discarded section.
529 msg = "relocation refers to a discarded section: ";
533 msg = "relocation refers to a symbol in a discarded section: " +
542 // If the discarded section is a COMDAT.
600 // If sym is a symbol defined in a discarded section, maybeReportDiscarded()
603 file->getSections()[sym.discardedSecIdx] == &InputSection::discarded)
834 // which references a switch table in a discarded .rodata/.text section. The
H A DDriver.cpp2906 if (!s || s == &InputSection::discarded)
H A DSyntheticSections.cpp2747 if (s && s != &InputSection::discarded && s->isLive())
3479 // We need to remove discarded InputSections and InputSections without
/freebsd-current/contrib/diff/src/
H A Danalyze.c325 All line numbers are origin-0 and discarded lines are not counted.
366 A line which is discarded will not be considered by the actual
369 (which don't count the discarded lines) into real line numbers;
371 that are comprehensible when the discarded lines are counted.
381 char *discarded[2];
406 /* Set up tables of which lines are going to be discarded. */
408 discarded[0] = zalloc (filevec[0].buffered_lines
410 discarded[1] = discarded[0] + filevec[0].buffered_lines;
412 /* Mark to be discarded eac
379 char *discarded[2]; local
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dmodmisc.mk40 # When a modifier is applied to the "" variable, the result is discarded.
H A Dcmdline.mk47 # Leading whitespace in the variable value is discarded though, which makes
H A Ddirective-export-gmake.mk39 # may be silently discarded. One such shell is dash, which is the default
H A Dvar-op-assign.mk14 # is discarded. Otherwise the value would start with a single tab.
H A Dvarmod-match-escape.mk60 # is silently discarded. The resulting expanded pattern is thus '\', that
H A Dvarmod-gmtime.mk130 # variable value was discarded and thus not printed.
H A Dcond-short.mk54 # The whole !empty condition is only parsed and then discarded.
166 # comparisons. Instead, they are only parsed and then discarded.
H A Dcond-func-empty.mk194 # wrong variable name should have been discarded quickly after parsing it, to
H A Dvar-scope-local.mk113 # the modifiers, the value of the expression is discarded and the expression
H A Dvarmod-match.mk261 # around the words is discarded, and whitespace between the words is
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl249 addl $ab0,$nm0,$nm0 ; low part is discarded
368 addl $ab0,$nm0,$nm0 ; low part is discarded
579 add $ablo,$nmlo0,$nmlo0 ; discarded
703 add $ablo,$nmlo0,$nmlo0 ; discarded
H A Darmv8-mont.pl126 // (*) adds $lo1,$lo1,$lo0 // discarded
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc271 // = [ result ][.... discarded ...]
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp1041 section == &InputSection::discarded)
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1825 "expression discarded for the expression '%s'", expr_str.c_str());

Completed in 402 milliseconds

12