Home
last modified time | relevance | path

Searched refs:src_count (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/sys/external/bsd/common/linux/
H A Dlinux_srcu.c72 int64_t src_count[2]; member
138 cpu->src_count[epoch] += delta; in srcu_adjust()
251 local = cpu->src_count[epoch]; in synchronize_srcu_xc()
253 cpu->src_count[epoch] -= local; /* i.e., cpu->src_count[epoch] = 0 */ in synchronize_srcu_xc()
254 KASSERT(cpu->src_count[epoch] == 0); in synchronize_srcu_xc()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Darchive.c2370 long src_count; in _bfd_compute_and_write_armap() local
2400 for (src_count = 0; src_count < symcount; src_count++) in _bfd_compute_and_write_armap()
2402 flagword flags = (syms[src_count])->flags; in _bfd_compute_and_write_armap()
2403 asection *sec = syms[src_count]->section; in _bfd_compute_and_write_armap()
2427 if (syms[src_count]->name != NULL in _bfd_compute_and_write_armap()
2428 && syms[src_count]->name[0] == '_' in _bfd_compute_and_write_armap()
2429 && syms[src_count]->name[1] == '_' in _bfd_compute_and_write_armap()
2430 && strcmp (syms[src_count]->name in _bfd_compute_and_write_armap()
2431 + (syms[src_count]->name[2] == '_'), in _bfd_compute_and_write_armap()
2440 namelen = strlen (syms[src_count]->name); in _bfd_compute_and_write_armap()
[all …]
H A Dvms-lib.c2049 long src_count; in _bfd_vms_lib_build_map() local
2075 for (src_count = 0; src_count < symcount; src_count++) in _bfd_vms_lib_build_map()
2077 flagword flags = (syms[src_count])->flags; in _bfd_vms_lib_build_map()
2078 asection *sec = syms[src_count]->section; in _bfd_vms_lib_build_map()
2100 map[map_count].namlen = strlen (syms[src_count]->name); in _bfd_vms_lib_build_map()
2101 map[map_count].name = syms[src_count]->name; in _bfd_vms_lib_build_map()
H A Delf32-xtensa.c5109 int src_count, in find_source_reloc() argument
5115 for (i = 0; i < src_count; i++) in find_source_reloc()
6075 int src_count; member
6144 relax_info->src_count = 0; in init_xtensa_relax_info()
7026 bfd_malloc (relax_info->src_count * sizeof (source_reloc)); in analyze_relocations()
7029 relax_info->src_count = 0; in analyze_relocations()
7134 target_relax_info->src_count++; in find_relaxable_sections()
7766 BFD_ASSERT (relax_info->src_next == relax_info->src_count); in compute_text_actions()
8828 qsort (src_relocs, relax_info->src_count, in compute_removed_literals()
8842 for (i = 0; i < relax_info->src_count; i++) in compute_removed_literals()
[all …]
H A Delflink.c12214 long src_count; in elf_output_implib() local
12279 for (src_count = 0; src_count < symcount; src_count++) in elf_output_implib()
12281 memcpy (&osymbuf[src_count], (elf_symbol_type *) sympp[src_count], in elf_output_implib()
12283 osymbuf[src_count].symbol.section = bfd_abs_section_ptr; in elf_output_implib()
12284 osymbuf[src_count].internal_elf_sym.st_shndx = SHN_ABS; in elf_output_implib()
12285 osymbuf[src_count].symbol.value += sympp[src_count]->section->vma; in elf_output_implib()
12286 osymbuf[src_count].internal_elf_sym.st_value = in elf_output_implib()
12287 osymbuf[src_count].symbol.value; in elf_output_implib()
12288 sympp[src_count] = &osymbuf[src_count].symbol; in elf_output_implib()
H A Delf.c4555 long src_count, dst_count = 0; in _bfd_elf_filter_global_symbols() local
4557 for (src_count = 0; src_count < symcount; src_count++) in _bfd_elf_filter_global_symbols()
4559 asymbol *sym = syms[src_count]; in _bfd_elf_filter_global_symbols()
H A DChangeLog-20073081 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.
3082 (find_relaxable_sections): Do not increment src_count for unknown
3085 src_next matches src_count in relax_info.
H A Delf32-arm.c18413 long src_count, dst_count = 0; in elf32_arm_filter_cmse_symbols() local
18424 for (src_count = 0; src_count < symcount; src_count++) in elf32_arm_filter_cmse_symbols()
18432 sym = syms[src_count]; in elf32_arm_filter_cmse_symbols()
H A DChangeLog-2004953 call. Increment relax_info src_count field only for appropriate
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Darchive.c2337 long src_count; in _bfd_compute_and_write_armap() local
2367 for (src_count = 0; src_count < symcount; src_count++) in _bfd_compute_and_write_armap()
2369 flagword flags = (syms[src_count])->flags; in _bfd_compute_and_write_armap()
2370 asection *sec = syms[src_count]->section; in _bfd_compute_and_write_armap()
2394 if (syms[src_count]->name != NULL in _bfd_compute_and_write_armap()
2395 && syms[src_count]->name[0] == '_' in _bfd_compute_and_write_armap()
2396 && syms[src_count]->name[1] == '_' in _bfd_compute_and_write_armap()
2397 && strcmp (syms[src_count]->name in _bfd_compute_and_write_armap()
2398 + (syms[src_count]->name[2] == '_'), in _bfd_compute_and_write_armap()
2407 namelen = strlen (syms[src_count]->name); in _bfd_compute_and_write_armap()
[all …]
H A Dvms-lib.c2036 long src_count; in _bfd_vms_lib_build_map() local
2062 for (src_count = 0; src_count < symcount; src_count++) in _bfd_vms_lib_build_map()
2064 flagword flags = (syms[src_count])->flags; in _bfd_vms_lib_build_map()
2065 asection *sec = syms[src_count]->section; in _bfd_vms_lib_build_map()
2087 map[map_count].namlen = strlen (syms[src_count]->name); in _bfd_vms_lib_build_map()
2088 map[map_count].name = syms[src_count]->name; in _bfd_vms_lib_build_map()
H A Delf32-xtensa.c5123 int src_count, in find_source_reloc() argument
5129 for (i = 0; i < src_count; i++) in find_source_reloc()
6082 int src_count; member
6151 relax_info->src_count = 0; in init_xtensa_relax_info()
7033 bfd_malloc (relax_info->src_count * sizeof (source_reloc)); in analyze_relocations()
7036 relax_info->src_count = 0; in analyze_relocations()
7141 target_relax_info->src_count++; in find_relaxable_sections()
7773 BFD_ASSERT (relax_info->src_next == relax_info->src_count); in compute_text_actions()
8835 qsort (src_relocs, relax_info->src_count, in compute_removed_literals()
8849 for (i = 0; i < relax_info->src_count; i++) in compute_removed_literals()
[all …]
H A Delflink.c12117 long src_count; in elf_output_implib() local
12182 for (src_count = 0; src_count < symcount; src_count++) in elf_output_implib()
12184 memcpy (&osymbuf[src_count], (elf_symbol_type *) sympp[src_count], in elf_output_implib()
12186 osymbuf[src_count].symbol.section = bfd_abs_section_ptr; in elf_output_implib()
12187 osymbuf[src_count].internal_elf_sym.st_shndx = SHN_ABS; in elf_output_implib()
12188 osymbuf[src_count].symbol.value += sympp[src_count]->section->vma; in elf_output_implib()
12189 osymbuf[src_count].internal_elf_sym.st_value = in elf_output_implib()
12190 osymbuf[src_count].symbol.value; in elf_output_implib()
12191 sympp[src_count] = &osymbuf[src_count].symbol; in elf_output_implib()
H A Delf.c4028 long src_count, dst_count = 0; in _bfd_elf_filter_global_symbols() local
4030 for (src_count = 0; src_count < symcount; src_count++) in _bfd_elf_filter_global_symbols()
4032 asymbol *sym = syms[src_count]; in _bfd_elf_filter_global_symbols()
H A DChangeLog-20073081 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.
3082 (find_relaxable_sections): Do not increment src_count for unknown
3085 src_next matches src_count in relax_info.
H A Delf32-arm.c18356 long src_count, dst_count = 0; in elf32_arm_filter_cmse_symbols() local
18367 for (src_count = 0; src_count < symcount; src_count++) in elf32_arm_filter_cmse_symbols()
18375 sym = syms[src_count]; in elf32_arm_filter_cmse_symbols()
H A DChangeLog-2004953 call. Increment relax_info src_count field only for appropriate
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c1529 long src_count = 0, dst_count = 0; in filter_symbols() local
1532 for (; src_count < symcount; src_count++) in filter_symbols()
1534 asymbol *sym = from[src_count]; in filter_symbols()
1730 for (src_count = 0; src_count < add_symbols; src_count++) in filter_symbols()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c1566 long src_count = 0, dst_count = 0; in filter_symbols() local
1569 for (; src_count < symcount; src_count++) in filter_symbols()
1571 asymbol *sym = from[src_count]; in filter_symbols()
1767 for (src_count = 0; src_count < add_symbols; src_count++) in filter_symbols()
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dpe.em1910 long nsyms, src_count;
1922 for (src_count = 0; src_count < nsyms; src_count++)
1924 if (symbols[src_count]->section->id == stub_sec->id)
1929 symbols[src_count]->name,
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dpe.em1768 long nsyms, src_count;
1780 for (src_count = 0; src_count < nsyms; src_count++)
1782 if (symbols[src_count]->section->id == stub_sec->id)
1787 symbols[src_count]->name,
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20073081 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.
3082 (find_relaxable_sections): Do not increment src_count for unknown
3085 src_next matches src_count in relax_info.
H A DChangeLog-2004953 call. Increment relax_info src_count field only for appropriate
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20073081 * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.
3082 (find_relaxable_sections): Do not increment src_count for unknown
3085 src_next matches src_count in relax_info.
H A DChangeLog-2004953 call. Increment relax_info src_count field only for appropriate

12