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

/haiku-buildtools/gcc/gcc/fortran/
H A Ddata.c531 gfc_advance_section (mpz_t *section_index, gfc_array_ref *ar, argument
547 mpz_add (section_index[i], section_index[i],
556 mpz_add_ui (section_index[i], section_index[i], 1);
561 cmp = mpz_cmp (section_index[i], ar->end[i]->value.integer);
563 cmp = mpz_cmp (section_index[i], ar->as->upper[i]->value.integer);
569 mpz_set (section_index[i], ar->start[i]->value.integer);
571 mpz_set (section_index[i], ar->as->lower[i]->value.integer);
582 mpz_sub (tmp, section_index[
674 gfc_get_section_index(gfc_array_ref *ar, mpz_t *section_index, mpz_t *offset) argument
[all...]
H A Dresolve.c14030 mpz_t section_index[GFC_MAX_DIMENSIONS]; local
14115 gfc_get_section_index (ar, section_index, &offset);
14198 gfc_advance_section (section_index, ar, &offset);
14205 mpz_clear (section_index[i]);
/haiku-buildtools/legacy/binutils/include/
H A Dieee.h153 unsigned int section_index; member in struct:ieee_section
/haiku-buildtools/binutils/include/
H A Dieee.h153 unsigned int section_index; member in struct:ieee_section
/haiku-buildtools/legacy/binutils/bfd/
H A Dieee.c1111 unsigned int section_index;
1114 section_index = must_parse_int (&(ieee->h));
1116 section = get_section_entry (abfd, ieee, section_index);
1197 unsigned int section_index;
1202 section_index = must_parse_int (&ieee->h);
1203 section = get_section_entry (abfd, ieee, section_index);
1204 if (section_index > ieee->section_count)
1205 ieee->section_count = section_index;
1109 unsigned int section_index; local
1195 unsigned int section_index; local
H A Delf32-xtensa.c9380 unsigned int section_index;
9383 section_index = isymbuf[r_symndx].st_shndx;
9385 if (section_index == SHN_UNDEF)
9387 else if (section_index > 0 && section_index < SHN_LORESERVE)
9388 target_sec = bfd_section_from_elf_index (abfd, section_index);
9389 else if (section_index == SHN_ABS)
9391 else if (section_index == SHN_COMMON)
9351 unsigned int section_index; local
/haiku-buildtools/binutils/bfd/
H A Dieee.c1165 unsigned int section_index;
1169 section_index = must_parse_int (&(ieee->h));
1171 section = get_section_entry (abfd, ieee, section_index);
1259 unsigned int section_index;
1265 section_index = must_parse_int (&ieee->h);
1266 section = get_section_entry (abfd, ieee, section_index);
1267 if (section_index > ieee->section_count)
1268 ieee->section_count = section_index;
1163 unsigned int section_index; local
1257 unsigned int section_index; local
H A Dcoffgen.c391 coff_section_from_bfd_index (bfd *abfd, int section_index) argument
395 if (section_index == N_ABS)
397 if (section_index == N_UNDEF)
399 if (section_index == N_DEBUG)
404 if (answer->target_index == section_index)
H A Delf32-avr.c2222 unsigned int section_index;
2225 section_index = isymbuf[r_symndx].st_shndx;
2227 if (section_index == SHN_UNDEF)
2229 else if (section_index == SHN_ABS)
2231 else if (section_index == SHN_COMMON)
2234 target_sec = bfd_section_from_elf_index (abfd, section_index);
2221 unsigned int section_index; local
H A Dxcofflink.c5065 int section_index;
5075 section_index = -1;
5086 section_index = sec->output_section->target_index;
5119 section_index = sec->output_section->target_index;
5138 xcoff_data (output_bfd)->sntoc = section_index;
5145 irsym.n_scnum = section_index;
5053 int section_index; local
H A Delf32-xtensa.c10895 unsigned int section_index;
10898 section_index = isymbuf[r_symndx].st_shndx;
10900 if (section_index == SHN_UNDEF)
10902 else if (section_index == SHN_ABS)
10904 else if (section_index == SHN_COMMON)
10907 target_sec = bfd_section_from_elf_index (abfd, section_index);
10867 unsigned int section_index; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c169 unsigned int section_index;
4480 g->section_index = entry;
4976 sec = SECTION_HEADER (g->section_index);
167 unsigned int section_index; member in struct:group_list
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c226 unsigned int section_index;
6630 g->section_index = entry;
7397 sec = section_headers + g->section_index;
224 unsigned int section_index; member in struct:group_list

Completed in 444 milliseconds