Searched refs:section_index (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddata.c617 gfc_advance_section (mpz_t *section_index, gfc_array_ref *ar, argument
637 mpz_add (section_index[i], section_index[i],
647 mpz_add_ui (section_index[i], section_index[i], 1);
656 cmp = mpz_cmp (section_index[i], end->value.integer);
660 cmp = mpz_cmp (section_index[i], ar->as->upper[i]->value.integer);
670 mpz_set (section_index[i], start->value.integer);
674 mpz_set (section_index[i], ar->as->lower[i]->value.integer);
685 mpz_sub (tmp, section_index[
777 gfc_get_section_index(gfc_array_ref *ar, mpz_t *section_index, mpz_t *offset) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddata.cc643 gfc_advance_section (mpz_t *section_index, gfc_array_ref *ar, argument
663 mpz_add (section_index[i], section_index[i],
673 mpz_add_ui (section_index[i], section_index[i], 1);
682 cmp = mpz_cmp (section_index[i], end->value.integer);
686 cmp = mpz_cmp (section_index[i], ar->as->upper[i]->value.integer);
696 mpz_set (section_index[i], start->value.integer);
700 mpz_set (section_index[i], ar->as->lower[i]->value.integer);
711 mpz_sub (tmp, section_index[
803 gfc_get_section_index(gfc_array_ref *ar, mpz_t *section_index, mpz_t *offset) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpsympriv.h57 + objfile->section_offsets[ginfo.section_index ()]);
H A Dminsyms.c1292 && (copyfrom->section_index ()
1293 == (copyfrom + 1)->section_index ())
1594 section = msymbol->section_index ();
1599 && iter->section_index () == section)
H A Delfread.c212 int section_index = 0; local
214 section_index = gdb_bfd_section_index (objfile->obfd.get (), bfd_section);
217 = reader.record_full (name, copy_name, address, ms_type, section_index);
H A Dcoff-pe-read.c217 section = msymbol.minsym->section_index ();
H A Dobjfiles.c597 && sym->section_index () >= 0)
599 + delta[sym->section_index ()]);
H A Dsymtab.c427 + objfile->section_offsets[this->section_index ()]);
1092 if (section_index () >= 0)
1093 return &objfile->sections[section_index ()];
1726 ginfo->set_section_index (msym->section_index ());
6570 + objf->section_offsets[minsym->section_index ()]);
H A Dsymtab.h604 short section_index () const function in struct:general_symbol_info
H A Dsymmisc.c206 + objfile->section_offsets[msymbol->section_index ()]);
H A Dctfread.c334 sym->set_section_index (msym.minsym->section_index ());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c2556 uint64_t section_index[3]; local
2567 + sizeof (section_index)
2581 uint64_t off = sizeof (module_header) + sizeof (section_index);
2582 section_index[0] = lendian64 (off);
2584 section_index[1] = lendian64 (off);
2586 section_index[2] = lendian64 (off);
2587 assemble_string ((const char *) &section_index, sizeof (section_index));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c215 int section_index = 0; local
217 section_index = gdb_bfd_section_index (objfile->obfd, bfd_section);
220 = reader.record_full (name, copy_name, address, ms_type, section_index);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c383 coff_section_from_bfd_index (bfd *abfd, int section_index) argument
387 if (section_index == N_ABS)
389 if (section_index == N_UNDEF)
391 if (section_index == N_DEBUG)
396 if (answer->target_index == section_index)
H A Delf32-avr.c2228 unsigned int section_index;
2231 section_index = isymbuf[r_symndx].st_shndx;
2233 if (section_index == SHN_UNDEF)
2235 else if (section_index == SHN_ABS)
2237 else if (section_index == SHN_COMMON)
2240 target_sec = bfd_section_from_elf_index (abfd, section_index);
2227 unsigned int section_index; local
H A Dxcofflink.c6141 int section_index;
6151 section_index = -1;
6162 section_index = sec->output_section->target_index;
6195 section_index = sec->output_section->target_index;
6214 xcoff_data (output_bfd)->sntoc = section_index;
6221 irsym.n_scnum = section_index;
6129 int section_index; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoffgen.c361 coff_section_from_bfd_index (bfd *abfd, int section_index) argument
365 if (section_index == N_ABS)
367 if (section_index == N_UNDEF)
369 if (section_index == N_DEBUG)
374 if (answer->target_index == section_index)
H A Delf32-avr.c2230 unsigned int section_index;
2233 section_index = isymbuf[r_symndx].st_shndx;
2235 if (section_index == SHN_UNDEF)
2237 else if (section_index == SHN_ABS)
2239 else if (section_index == SHN_COMMON)
2242 target_sec = bfd_section_from_elf_index (abfd, section_index);
2229 unsigned int section_index; local
H A Dxcofflink.c6141 int section_index;
6151 section_index = -1;
6162 section_index = sec->output_section->target_index;
6195 section_index = sec->output_section->target_index;
6214 xcoff_data (output_bfd)->sntoc = section_index;
6221 irsym.n_scnum = section_index;
6129 int section_index; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-avr.c2233 unsigned int section_index;
2236 section_index = isymbuf[r_symndx].st_shndx;
2238 if (section_index == SHN_UNDEF)
2240 else if (section_index == SHN_ABS)
2242 else if (section_index == SHN_COMMON)
2245 target_sec = bfd_section_from_elf_index (abfd, section_index);
2232 unsigned int section_index; local
H A Dcoffgen.c398 coff_section_from_bfd_index (bfd *abfd, int section_index) argument
402 if (section_index == N_ABS)
404 if (section_index == N_UNDEF)
406 if (section_index == N_DEBUG)
411 if (answer->target_index == section_index)
H A Dxcofflink.c5064 int section_index;
5074 section_index = -1;
5085 section_index = sec->output_section->target_index;
5118 section_index = sec->output_section->target_index;
5137 xcoff_data (output_bfd)->sntoc = section_index;
5144 irsym.n_scnum = section_index;
5052 int section_index; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-avr.c2231 unsigned int section_index;
2234 section_index = isymbuf[r_symndx].st_shndx;
2236 if (section_index == SHN_UNDEF)
2238 else if (section_index == SHN_ABS)
2240 else if (section_index == SHN_COMMON)
2243 target_sec = bfd_section_from_elf_index (abfd, section_index);
2230 unsigned int section_index; local
H A Dcoffgen.c383 coff_section_from_bfd_index (bfd *abfd, int section_index) argument
387 if (section_index == N_ABS)
389 if (section_index == N_UNDEF)
391 if (section_index == N_DEBUG)
396 if (answer->target_index == section_index)
H A Dxcofflink.c5074 int section_index;
5084 section_index = -1;
5095 section_index = sec->output_section->target_index;
5128 section_index = sec->output_section->target_index;
5147 xcoff_data (output_bfd)->sntoc = section_index;
5154 irsym.n_scnum = section_index;
5062 int section_index; local

Completed in 633 milliseconds

12