Home
last modified time | relevance | path

Searched refs:h (Results 67276 – 67300 of 1258075) sorted by relevance

1...<<2691269226932694269526962697269826992700>>...50323

/dports/www/firefox-esr/firefox-91.8.0/modules/brotli/dec/
H A Ddecode.c503 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
639 h->space = space; in ReadSymbolCodeLengths()
648 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
682 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
808 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
975 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/archivers/py-brotli/Brotli-1.0.9/c/dec/
H A Ddecode.c503 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
639 h->space = space; in ReadSymbolCodeLengths()
648 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
682 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
808 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
975 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/archivers/brotli/brotli-1.0.9/c/dec/
H A Ddecode.c503 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
639 h->space = space; in ReadSymbolCodeLengths()
648 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
682 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
808 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
975 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A DChangeLog201539 * dwarf_macro5.c,dwarf_macro5.h,dwarf_opaque.h,libdwarf.h.in:
87 * dwarf_alloc.c,dwarf_macro5.c,dwarf_macro5.h,libdwarf.h.in:
342 dwarf_line.h,dwarf_line2.c,libdwarf.h.in:
418 * libdwarf/dwarf.h,dwarf_elf_access.c,dwarf_form.c,dwarf_line.h:
434 * dwarf.h, dwarf_alloc.c,dwarf_base_types.h,dwarf_init_finish.c,
546 * dwarf_incl.h: Add dwarf_xu_index.h include.
632 * Makefile.in,common.c,common.h,dwarf_abbrev.c,dwarf_abbrev.h,
634 dwarf_arange.h,dwarf_base_types.h,dwarf_die_deliv.c,dwarf_die_deliv.h,
637 dwarf_funcs.h,dwarf_gdbindex.c,dwarf_global.c,dwarf_global.h,
639 dwarf_loc.c,dwarf_loc.h,dwarf_macro.c,dwarf_macro.h,
[all …]
/dports/www/firefox/firefox-99.0/modules/brotli/dec/
H A Ddecode.c503 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
639 h->space = space; in ReadSymbolCodeLengths()
648 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
682 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
808 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
975 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A DChangeLog201539 * dwarf_macro5.c,dwarf_macro5.h,dwarf_opaque.h,libdwarf.h.in:
87 * dwarf_alloc.c,dwarf_macro5.c,dwarf_macro5.h,libdwarf.h.in:
342 dwarf_line.h,dwarf_line2.c,libdwarf.h.in:
418 * libdwarf/dwarf.h,dwarf_elf_access.c,dwarf_form.c,dwarf_line.h:
434 * dwarf.h, dwarf_alloc.c,dwarf_base_types.h,dwarf_init_finish.c,
546 * dwarf_incl.h: Add dwarf_xu_index.h include.
632 * Makefile.in,common.c,common.h,dwarf_abbrev.c,dwarf_abbrev.h,
634 dwarf_arange.h,dwarf_base_types.h,dwarf_die_deliv.c,dwarf_die_deliv.h,
637 dwarf_funcs.h,dwarf_gdbindex.c,dwarf_global.c,dwarf_global.h,
639 dwarf_loc.c,dwarf_loc.h,dwarf_macro.c,dwarf_macro.h,
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
637 h->space = space; in ReadSymbolCodeLengths()
646 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
972 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Ddecode.c501 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) {
637 h->space = space;
646 while (h->symbol < alphabet_size && h->space > 0) {
667 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space,
668 &h->prev_code_len, h->symbol_lists, h->code_length_histo,
680 &h->symbol, &h->repeat, &h->space, &h->prev_code_len,
681 &h->repeat_code_len, h->symbol_lists, h->code_length_histo,
806 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol);
827 h->symbol_lists[h->next_symbol[i]] = 0xFFFF;
972 group->htrees[h->htree_index] = h->next;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/brotli/dec/
H A Ddecode.c503 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
639 h->space = space; in ReadSymbolCodeLengths()
648 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
682 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
808 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
975 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/modules/brotli/dec/
H A Ddecode.c503 if (h->symbols_lists_array[i] == h->symbols_lists_array[k]) { in ReadSimpleHuffmanSymbols()
639 h->space = space; in ReadSymbolCodeLengths()
648 while (h->symbol < alphabet_size && h->space > 0) { in SafeReadSymbolCodeLengths()
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
670 &h->prev_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
682 &h->symbol, &h->repeat, &h->space, &h->prev_code_len, in SafeReadSymbolCodeLengths()
683 &h->repeat_code_len, h->symbol_lists, h->code_length_histo, in SafeReadSymbolCodeLengths()
808 table, HUFFMAN_TABLE_BITS, h->symbols_lists_array, h->symbol); in ReadHuffmanCode()
829 h->symbol_lists[h->next_symbol[i]] = 0xFFFF; in ReadHuffmanCode()
975 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()
[all …]
/dports/archivers/file-roller/file-roller-3.40.0/po/
H A Dkm.po1285 #: ../src/ui.h:43 ../src/ui.h:47
1293 #: ../src/ui.h:51 ../src/ui.h:55
1313 #: ../src/ui.h:68 ../src/ui.h:89
1317 #: ../src/ui.h:72 ../src/ui.h:93
1321 #: ../src/ui.h:76 ../src/ui.h:97
1325 #: ../src/ui.h:79 ../src/ui.h:100
1329 #: ../src/ui.h:80 ../src/ui.h:101
1333 #: ../src/ui.h:84 ../src/ui.h:105
1345 #: ../src/ui.h:113 ../src/ui.h:117
1349 #: ../src/ui.h:114 ../src/ui.h:118 ../src/ui.h:122
[all …]
/dports/devel/libzvbi/zvbi-0.2.35/
H A DChangeLog219 Added packet-830.h, pdc.h.
221 (LIBZVBI_HDRS): Added network.h, pdc.h, packet-830.h.
380 * src/hamm.h: Include macros.h, not misc.h.
394 * src/xds_demux.h, src/vbi.h, src/macros.h, src/io.h:
403 * test/test-common.h, src/xds_demux.h, src/vps.h:
405 * src/pfc_demux.h, src/page_table.h, src/misc.h:
505 vt.h in cache-priv.h and cache-priv.h in teletext_decoder.h.
591 * src/xds_demux.h, src/vt.h, src/vps.h, src/sliced_filter.h,
592 src/sliced.h, src/sampling_par.h, src/pfc_demux.h,
2313 * src/event.h, src/ure.h: s/stdint.h/inttypes.h/ for BSD.
[all …]
/dports/lang/tcl85/tcl8.5.19/unix/
H A Dconfigure1766 /* confdefs.h. */
1922 /* confdefs.h. */
1972 /* confdefs.h. */
2034 /* confdefs.h. */
2104 /* confdefs.h. */
2251 /* confdefs.h. */
2297 /* confdefs.h. */
2369 /* confdefs.h. */
2470 /* confdefs.h. */
2868 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-score7.c914 : e1->d.h == e2->d.h); in score_elf_got_entry_eq()
1460 e.d.h = h; in s7_bfd_score_elf_hide_symbol()
1527 entry.d.h = (struct score_elf_link_hash_entry *) h; in score_elf_record_global_got_symbol()
1666 struct score_elf_link_hash_entry *h = entry->d.h; in score_elf_resolve_final_got_entry() local
1672 if (entry->d.h == h) in score_elf_resolve_final_got_entry()
1675 entry->d.h = h; in score_elf_resolve_final_got_entry()
2636 h = NULL; in s7_bfd_score_elf_check_relocs()
2654 h = (struct elf_link_hash_entry *) h->root.u.i.link; in s7_bfd_score_elf_check_relocs()
2903 || (h->def_dynamic && h->ref_regular && !h->def_regular))); in s7_bfd_score_elf_adjust_dynamic_symbol()
2950 else if ((h->type == STT_FUNC) && !h->needs_plt) in s7_bfd_score_elf_adjust_dynamic_symbol()
[all …]
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Bundles/Alone7z/
H A DAlone.dsp245 # ADD CPP /Yc"StdAfx.h"
249 SOURCE=.\StdAfx.h
1205 SOURCE=..\..\ICoder.h
1209 SOURCE=..\..\IMyUnknown.h
1213 SOURCE=..\..\IPassword.h
1217 SOURCE=..\..\IProgress.h
1221 SOURCE=..\..\IStream.h
1225 SOURCE=..\..\PropID.h
1288 SOURCE=..\..\..\..\C\Xz.h
1484 SOURCE=..\..\..\..\C\Aes.h
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-score7.c914 : e1->d.h == e2->d.h); in score_elf_got_entry_eq()
1460 e.d.h = h; in s7_bfd_score_elf_hide_symbol()
1527 entry.d.h = (struct score_elf_link_hash_entry *) h; in score_elf_record_global_got_symbol()
1666 struct score_elf_link_hash_entry *h = entry->d.h; in score_elf_resolve_final_got_entry() local
1672 if (entry->d.h == h) in score_elf_resolve_final_got_entry()
1675 entry->d.h = h; in score_elf_resolve_final_got_entry()
2636 h = NULL; in s7_bfd_score_elf_check_relocs()
2654 h = (struct elf_link_hash_entry *) h->root.u.i.link; in s7_bfd_score_elf_check_relocs()
2903 || (h->def_dynamic && h->ref_regular && !h->def_regular))); in s7_bfd_score_elf_adjust_dynamic_symbol()
2950 else if ((h->type == STT_FUNC) && !h->needs_plt) in s7_bfd_score_elf_adjust_dynamic_symbol()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-score7.c914 : e1->d.h == e2->d.h); in score_elf_got_entry_eq()
1460 e.d.h = h; in s7_bfd_score_elf_hide_symbol()
1527 entry.d.h = (struct score_elf_link_hash_entry *) h; in score_elf_record_global_got_symbol()
1666 struct score_elf_link_hash_entry *h = entry->d.h; in score_elf_resolve_final_got_entry() local
1672 if (entry->d.h == h) in score_elf_resolve_final_got_entry()
1675 entry->d.h = h; in score_elf_resolve_final_got_entry()
2636 h = NULL; in s7_bfd_score_elf_check_relocs()
2654 h = (struct elf_link_hash_entry *) h->root.u.i.link; in s7_bfd_score_elf_check_relocs()
2903 || (h->def_dynamic && h->ref_regular && !h->def_regular))); in s7_bfd_score_elf_adjust_dynamic_symbol()
2950 else if ((h->type == STT_FUNC) && !h->needs_plt) in s7_bfd_score_elf_adjust_dynamic_symbol()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-score7.c914 : e1->d.h == e2->d.h); in score_elf_got_entry_eq()
1460 e.d.h = h; in s7_bfd_score_elf_hide_symbol()
1527 entry.d.h = (struct score_elf_link_hash_entry *) h; in score_elf_record_global_got_symbol()
1666 struct score_elf_link_hash_entry *h = entry->d.h; in score_elf_resolve_final_got_entry() local
1672 if (entry->d.h == h) in score_elf_resolve_final_got_entry()
1675 entry->d.h = h; in score_elf_resolve_final_got_entry()
2636 h = NULL; in s7_bfd_score_elf_check_relocs()
2654 h = (struct elf_link_hash_entry *) h->root.u.i.link; in s7_bfd_score_elf_check_relocs()
2903 || (h->def_dynamic && h->ref_regular && !h->def_regular))); in s7_bfd_score_elf_adjust_dynamic_symbol()
2950 else if ((h->type == STT_FUNC) && !h->needs_plt) in s7_bfd_score_elf_adjust_dynamic_symbol()
[all …]

1...<<2691269226932694269526962697269826992700>>...50323