Searched refs:filter (Results 1 – 25 of 57) sorted by relevance
123
/toolchain/binutils/binutils-2.27/config/ |
D | bootstrap-O3.mk | 1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
|
D | bootstrap-O1.mk | 1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | objdump.h | 37 int (*filter)(bfd *abfd); member
|
D | NEWS | 485 * The new stand-alone program c++filt is a filter that converts encoded
|
D | objdump.c | 2790 if ((*desc)->filter (abfd)) in dump_target_specific()
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
D | compressed-plt-1-dyn.s | 6 .set filter, -1 define
|
D | mips-elf.exp | 893 proc run_mips_plt_test { name abi filter micromips suffix {extra {}} } { 897 set as_flags "$abi_asflags($abi) --defsym filter=$filter" 905 if { $filter & 3 } { 908 if { $filter & 12 } { 911 if { $filter & 16 } {
|
D | compressed-plt-1.s | 28 .if (\flags & filter) == \flags
|
/toolchain/binutils/binutils-2.27/gold/ |
D | options.cc | 1273 if (this->filter() != NULL) in finalize()
|
D | options.h | 801 DEFINE_string(filter, options::TWO_DASHES, 'F', NULL,
|
D | layout.cc | 4956 if (parameters->options().filter() != NULL) in finish_dynamic_section() 4957 odyn->add_string(elfcpp::DT_FILTER, parameters->options().filter()); in finish_dynamic_section()
|
/toolchain/binutils/binutils-2.27/ |
D | ltmain.sh | 7262 …'/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter 7265 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols 7506 …'/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter 7509 … $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | rw.po | 2527 # goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.RB_COMPRESSION_NONE.text 2650 # goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text 3696 # goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text 3911 # goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text 3964 # goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text
|
/toolchain/benchmark/ |
D | panorama.diff | 1006 +# and *.h) to filter out the source-files in the directories. If left 1085 +# and *.h) to filter out the source-files in the directories. If left 1104 +# invoke to filter for each input file. Doxygen will invoke the filter program 1105 +# by executing (via popen()) the command <filter> <input-file>, where <filter> 1107 +# input file. Doxygen will then use the output that the filter program writes 1115 +# filter if there is a match. The filters are a list of the form: 1116 +# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 1122 +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 1123 +# INPUT_FILTER) will be used to filter the input files when producing source 1357 +# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. [all …]
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-2009 | 1041 * pe-dll.c (process_def_file): Use version script info to filter 1375 (-F/--filter): Likewise.
|
D | NEWS | 503 * New options --filter/-F and --auxiliary/-f.
|
D | ld.texinfo | 564 table of the shared object should be used as an auxiliary filter on the 567 If you later link a program against this filter object, then, when you 569 the dynamic linker resolves any symbols from the filter object, it will 572 in the filter object. The shared object @var{name} need not exist. 581 @kindex --filter=@var{name} 583 @itemx --filter=@var{name} 586 of the shared object which is being created should be used as a filter 589 If you later link a program against this filter object, then, when you 592 filter object as usual, but it will actually link to the definitions 593 found in the shared object @var{name}. Thus the filter object can be [all …]
|
/toolchain/binutils/binutils-2.27/ld/po/ |
D | sv.po | 1141 msgid "Auxiliary filter for shared object symbol table" 1142 msgstr "Yttre filter f�r symboltabell �ver delade objekt"
|
D | id.po | 1337 msgid "Auxiliary filter for shared object symbol table" 1338 msgstr "Tambahan filter untuk simbol tabel objek terbagi"
|
D | da.po | 1424 msgid "Auxiliary filter for shared object symbol table" 1425 msgstr "Ydre filter for symboltabel over delte objekter"
|
D | ld.pot | 1415 msgid "Auxiliary filter for shared object symbol table"
|
/toolchain/binutils/binutils-2.27/gold/po/ |
D | gold.pot | 1509 msgid "-F/--filter may not used without -shared" 1852 msgid "Auxiliary filter for shared object symbol table"
|
D | zh_CN.po | 1531 msgid "-F/--filter may not used without -shared" 1920 msgid "Auxiliary filter for shared object symbol table"
|
D | fi.po | 1509 msgid "-F/--filter may not used without -shared" 1510 msgstr "-F/--filter-valitsinta ei saa käyttää ilman valitsinta -shared" 1848 msgid "Auxiliary filter for shared object symbol table"
|
D | fr.po | 1504 msgid "-F/--filter may not used without -shared" 1505 msgstr "-F/--filter ne peut être utilisé sans -shared" 1845 msgid "Auxiliary filter for shared object symbol table"
|
123