Searched refs:chains (Results 1 – 25 of 34) sorted by relevance
12
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | algorithm.txt | 27 The hash chains are searched starting with the most recent strings, to 29 The hash chains are singly linked. There are no deletions from the 30 hash chains, the algorithm simply discards matches that are too old. 32 To avoid a worst-case situation, very long hash chains are arbitrarily
|
D | rfc1951.txt | 811 The compressor searches the hash chains starting with the most recent 813 Huffman encoding. The hash chains are singly linked. There are no 814 deletions from the hash chains; the algorithm simply discards matches 816 chains are arbitrarily truncated at a certain length, determined by a
|
/toolchain/binutils/binutils-2.27/gold/ |
D | arm-reloc.def | 41 // conforming tool-chains.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | readelf.c | 10887 bfd_vma * chains = NULL; in process_symbol_table() local 10939 chains = get_dynamic_data (file, nchains, hash_ent_size); in process_symbol_table() 10942 if (buckets == NULL || chains == NULL) in process_symbol_table() 10947 free (chains); in process_symbol_table() 10949 chains = NULL; in process_symbol_table() 11090 for (si = buckets[hn]; si < nchains && si > 0; si = chains[si]) in process_symbol_table() 11258 si = chains[si], ++chained) in process_symbol_table() 11307 free (chains); in process_symbol_table()
|
D | NEWS | 209 for inlined function chains, back to first non-inlined function.
|
D | ChangeLog-9899 | 893 bucket chains if none were found.
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-2011 | 822 file chains to preserve critical link order.
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | internals.texi | 668 processing of frag chains should be prepared to deal with multiple chains per 672 be generated, the frag chains are joined into one per section for further
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | zh_TW.po | 3566 msgid "Failed to read in number of chains\n"
|
D | rw.po | 3313 msgid "Failed to read in number of chains\n"
|
D | hr.po | 5966 msgid "Failed to read in number of chains\n"
|
D | ru.po | 6364 msgid "Failed to read in number of chains\n"
|
D | tr.po | 3629 msgid "Failed to read in number of chains\n"
|
D | bg.po | 6858 msgid "Failed to read in number of chains\n"
|
D | uk.po | 6372 msgid "Failed to read in number of chains\n"
|
D | id.po | 4852 msgid "Failed to read in number of chains\n"
|
D | da.po | 5386 msgid "Failed to read in number of chains\n"
|
D | ja.po | 6278 msgid "Failed to read in number of chains\n"
|
D | binutils.pot | 7757 msgid "Failed to read in number of chains\n"
|
D | sk.po | 4667 msgid "Failed to read in number of chains\n"
|
D | zh_CN.po | 7106 msgid "Failed to read in number of chains\n"
|
D | sr.po | 7126 msgid "Failed to read in number of chains\n"
|
D | it.po | 6277 msgid "Failed to read in number of chains\n"
|
D | sv.po | 7201 msgid "Failed to read in number of chains\n"
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9899 | 3205 (Ctors_Symbols, Dtors_Symbols): New symbol chains.
|
12