Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddata.c617 gfc_advance_section (mpz_t *section_index, gfc_array_ref *ar, in gfc_advance_section() argument
637 mpz_add (section_index[i], section_index[i], in gfc_advance_section()
647 mpz_add_ui (section_index[i], section_index[i], 1); in gfc_advance_section()
656 cmp = mpz_cmp (section_index[i], end->value.integer); in gfc_advance_section()
660 cmp = mpz_cmp (section_index[i], ar->as->upper[i]->value.integer); in gfc_advance_section()
670 mpz_set (section_index[i], start->value.integer); in gfc_advance_section()
674 mpz_set (section_index[i], ar->as->lower[i]->value.integer); in gfc_advance_section()
685 mpz_sub (tmp, section_index[i], ar->as->lower[i]->value.integer); in gfc_advance_section()
777 gfc_get_section_index (gfc_array_ref *ar, mpz_t *section_index, mpz_t *offset) in gfc_get_section_index() argument
789 mpz_init (section_index[i]); in gfc_get_section_index()
[all …]
H A Dresolve.c16140 mpz_t section_index[GFC_MAX_DIMENSIONS]; in check_data_variable() local
16242 gfc_get_section_index (ar, section_index, &offset); in check_data_variable()
16325 gfc_advance_section (section_index, ar, &offset); in check_data_variable()
16332 mpz_clear (section_index[i]); in check_data_variable()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddata.cc643 gfc_advance_section (mpz_t *section_index, gfc_array_ref *ar, in gfc_advance_section() argument
663 mpz_add (section_index[i], section_index[i], in gfc_advance_section()
673 mpz_add_ui (section_index[i], section_index[i], 1); in gfc_advance_section()
682 cmp = mpz_cmp (section_index[i], end->value.integer); in gfc_advance_section()
686 cmp = mpz_cmp (section_index[i], ar->as->upper[i]->value.integer); in gfc_advance_section()
696 mpz_set (section_index[i], start->value.integer); in gfc_advance_section()
700 mpz_set (section_index[i], ar->as->lower[i]->value.integer); in gfc_advance_section()
711 mpz_sub (tmp, section_index[i], ar->as->lower[i]->value.integer); in gfc_advance_section()
803 gfc_get_section_index (gfc_array_ref *ar, mpz_t *section_index, mpz_t *offset) in gfc_get_section_index() argument
815 mpz_init (section_index[i]); in gfc_get_section_index()
[all …]
H A Dresolve.cc16368 mpz_t section_index[GFC_MAX_DIMENSIONS]; in check_data_variable() local
16477 gfc_get_section_index (ar, section_index, &offset); in check_data_variable()
16560 gfc_advance_section (section_index, ar, &offset); in check_data_variable()
16567 mpz_clear (section_index[i]); in check_data_variable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c2556 uint64_t section_index[3]; in hsa_output_brig() local
2567 + sizeof (section_index) in hsa_output_brig()
2581 uint64_t off = sizeof (module_header) + sizeof (section_index); in hsa_output_brig()
2582 section_index[0] = lendian64 (off); in hsa_output_brig()
2584 section_index[1] = lendian64 (off); in hsa_output_brig()
2586 section_index[2] = lendian64 (off); in hsa_output_brig()
2587 assemble_string ((const char *) &section_index, sizeof (section_index)); in hsa_output_brig()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-avr.c2229 unsigned int section_index; in get_elf_r_symndx_section() local
2232 section_index = isymbuf[r_symndx].st_shndx; in get_elf_r_symndx_section()
2234 if (section_index == SHN_UNDEF) in get_elf_r_symndx_section()
2236 else if (section_index == SHN_ABS) in get_elf_r_symndx_section()
2238 else if (section_index == SHN_COMMON) in get_elf_r_symndx_section()
2241 target_sec = bfd_section_from_elf_index (abfd, section_index); in get_elf_r_symndx_section()
H A Dcoffgen.c467 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index() argument
469 if (section_index == N_ABS) in coff_section_from_bfd_index()
471 if (section_index == N_UNDEF) in coff_section_from_bfd_index()
473 if (section_index == N_DEBUG) in coff_section_from_bfd_index()
500 needle.target_index = section_index; in coff_section_from_bfd_index()
509 if (answer->target_index == section_index) in coff_section_from_bfd_index()
H A Dxcofflink.c6120 int section_index; in xcoff_find_tc0() local
6130 section_index = -1; in xcoff_find_tc0()
6141 section_index = sec->output_section->target_index; in xcoff_find_tc0()
6174 section_index = sec->output_section->target_index; in xcoff_find_tc0()
6193 xcoff_data (output_bfd)->sntoc = section_index; in xcoff_find_tc0()
6200 irsym.n_scnum = section_index; in xcoff_find_tc0()
H A Delf32-xtensa.c11017 unsigned int section_index; in get_elf_r_symndx_section() local
11020 section_index = isymbuf[r_symndx].st_shndx; in get_elf_r_symndx_section()
11022 if (section_index == SHN_UNDEF) in get_elf_r_symndx_section()
11024 else if (section_index == SHN_ABS) in get_elf_r_symndx_section()
11026 else if (section_index == SHN_COMMON) in get_elf_r_symndx_section()
11029 target_sec = bfd_section_from_elf_index (abfd, section_index); in get_elf_r_symndx_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-avr.c2227 unsigned int section_index; in get_elf_r_symndx_section() local
2230 section_index = isymbuf[r_symndx].st_shndx; in get_elf_r_symndx_section()
2232 if (section_index == SHN_UNDEF) in get_elf_r_symndx_section()
2234 else if (section_index == SHN_ABS) in get_elf_r_symndx_section()
2236 else if (section_index == SHN_COMMON) in get_elf_r_symndx_section()
2239 target_sec = bfd_section_from_elf_index (abfd, section_index); in get_elf_r_symndx_section()
H A Dcoffgen.c383 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index() argument
387 if (section_index == N_ABS) in coff_section_from_bfd_index()
389 if (section_index == N_UNDEF) in coff_section_from_bfd_index()
391 if (section_index == N_DEBUG) in coff_section_from_bfd_index()
396 if (answer->target_index == section_index) in coff_section_from_bfd_index()
H A Dxcofflink.c6129 int section_index; in xcoff_find_tc0() local
6139 section_index = -1; in xcoff_find_tc0()
6150 section_index = sec->output_section->target_index; in xcoff_find_tc0()
6183 section_index = sec->output_section->target_index; in xcoff_find_tc0()
6202 xcoff_data (output_bfd)->sntoc = section_index; in xcoff_find_tc0()
6209 irsym.n_scnum = section_index; in xcoff_find_tc0()
H A Delf32-xtensa.c11024 unsigned int section_index; in get_elf_r_symndx_section() local
11027 section_index = isymbuf[r_symndx].st_shndx; in get_elf_r_symndx_section()
11029 if (section_index == SHN_UNDEF) in get_elf_r_symndx_section()
11031 else if (section_index == SHN_ABS) in get_elf_r_symndx_section()
11033 else if (section_index == SHN_COMMON) in get_elf_r_symndx_section()
11036 target_sec = bfd_section_from_elf_index (abfd, section_index); in get_elf_r_symndx_section()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20216116 * coff-pe-read.c (add_pe_forwarded_sym): Make use of section_index
6139 (general_symbol_info::section_index): Likewise.
6141 (MSYMBOL_VALUE_ADDRESS): Make use of section_index and
H A DChangeLog-20132886 Delete arg htab. Rename arg section_index to unit_index.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c258 unsigned int section_index; member
8118 g->section_index = entry; in process_section_groups()
8948 sec = filedata->section_headers + g->section_index; in ia64_process_unwind()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c263 unsigned int section_index; member
8665 g->section_index = entry; in process_section_groups()
9499 sec = filedata->section_headers + g->section_index; in ia64_process_unwind()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20132886 Delete arg htab. Rename arg section_index to unit_index.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git27594 + objfile->section_offsets[this->section_index ()]);