HomeSort by: relevance | last modified time | path
    Searched defs:reloc_count (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/bfd/
reloc16.c 151 long reloc_count; local
169 reloc_count =
172 if (reloc_count < 0)
193 if (reloc_count > 0)
200 amt = reloc_count + 1;
225 for (j = i + 1; j <= reloc_count; j++)
232 shrink = shrinks[reloc_count];
256 long reloc_count; local
284 reloc_count = bfd_canonicalize_reloc (input_bfd,
288 if (reloc_count < 0
    [all...]
elfxx-sparc.h 27 unsigned int do_relax, reloc_count; member in struct:_bfd_sparc_elf_section_data
33 ((struct _bfd_sparc_elf_section_data *) elf_section_data (sec))->reloc_count
reloc.c 8242 long reloc_count; local
8263 reloc_count = bfd_canonicalize_reloc (input_bfd,
8267 if (reloc_count < 0)
8270 if (reloc_count > 0)
8350 os->orelocation[os->reloc_count] = *parent;
8351 os->reloc_count++;
8396 section->reloc_count = count;
som.h 80 int reloc_count; member in struct:som_symbol
syms.c 1016 long reloc_size, reloc_count; local
1078 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector,
1080 if (reloc_count < 0)
1094 if (reloc_count > 0)
elfcode.h 955 reloc_count field to zero to inhibit writing them here. Also,
958 if (sec->reloc_count == 0)
961 /* If we have opened an existing file for update, reloc_count may be
971 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
972 if (_bfd_mul_overflow (sec->reloc_count, rela_hdr->sh_entsize, &amt)
1003 /* orelocation has the data, reloc_count has the count... */
1008 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize)
1537 /* Read relocations for ASECT from REL_HDR. There are RELOC_COUNT of
1544 bfd_size_type reloc_count,
1575 i < reloc_count;
1648 bfd_size_type reloc_count; local
    [all...]
aoutx.h 2354 asect->reloc_count = cache_ptr - reloc_cache;
2368 unsigned int count = section->reloc_count;
2455 for (count = 0; count < section->reloc_count; count ++)
2465 for (count = 0; count++ < section->reloc_count; )
2472 return section->reloc_count;
2481 count = asect->reloc_count;
3965 bfd_size_type reloc_count;
3982 reloc_count = rel_size / RELOC_STD_SIZE;
3984 rel_end = rel + reloc_count;
4313 bfd_size_type reloc_count;
3956 bfd_size_type reloc_count; local
4304 bfd_size_type reloc_count; local
    [all...]
coff-alpha.c 791 long reloc_count;
816 reloc_count = bfd_canonicalize_reloc (input_bfd, input_section,
818 if (reloc_count < 0)
820 if (reloc_count == 0)
1158 os->orelocation[os->reloc_count] = rel;
1159 os->reloc_count++;
1511 ext_rel_end = ext_rel + input_section->reloc_count;
786 long reloc_count; local
elf64-mips.c 4016 bfd_size_type reloc_count,
4051 i < reloc_count;
4193 bfd_size_type reloc_count;
4204 || asect->reloc_count == 0)
4208 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0;
4212 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2));
4219 /* Note that ASECT->RELOC_COUNT tends not to be accurate in this
4222 in elf.c does not update the RELOC_COUNT. */
4227 reloc_count = NUM_SHDR_ENTRIES (rel_hdr)
4187 bfd_size_type reloc_count; local
    [all...]
linker.c 1971 o->reloc_count = 0;
1976 ++o->reloc_count;
1984 long reloc_count;
1996 reloc_count = bfd_canonicalize_reloc (input_bfd,
2001 if (reloc_count < 0)
2003 BFD_ASSERT ((unsigned long) reloc_count
2004 == input_section->reloc_count);
2005 o->reloc_count += reloc_count;
2008 if (o->reloc_count > 0
1979 long reloc_count; local
    [all...]
coff-rs6000.c 2822 unsigned int reloc_count;
2852 e->reloc_count += s->reloc_count;
2861 if (e->reloc_count >= 0xffff
3753 relend = rel + input_section->reloc_count;
2818 unsigned int reloc_count; member in struct:nbr_reloc_lineno
coffcode.h 1957 section->reloc_count = hdr->s_nreloc = n.r_vaddr - 1;
1988 real_sec->reloc_count = hdr->s_paddr;
2022 section->reloc_count = hdr->s_nreloc = n.r_vaddr - 1;
2589 amt = s->reloc_count;
2594 if (s->reloc_count > 0)
2600 qsort (p, s->reloc_count, sizeof (arelent *), compare_arelent_ptr);
2609 if ((obj_pe (abfd) || obj_go32 (abfd)) && s->reloc_count >= 0xffff)
2616 n.r_vaddr = s->reloc_count + 1;
2624 for (i = 0; i < s->reloc_count; i++)
3069 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff
3508 unsigned long reloc_size = 0, reloc_count = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
reloc16.c 151 long reloc_count; local
169 reloc_count =
172 if (reloc_count < 0)
193 if (reloc_count > 0)
200 amt = reloc_count + 1;
225 for (j = i + 1; j <= reloc_count; j++)
232 shrink = shrinks[reloc_count];
256 long reloc_count; local
284 reloc_count = bfd_canonicalize_reloc (input_bfd,
288 if (reloc_count < 0
    [all...]
elfxx-sparc.h 27 unsigned int do_relax, reloc_count; member in struct:_bfd_sparc_elf_section_data
33 ((struct _bfd_sparc_elf_section_data *) elf_section_data (sec))->reloc_count
reloc.c 8490 long reloc_count; local
8511 reloc_count = bfd_canonicalize_reloc (input_bfd,
8515 if (reloc_count < 0)
8518 if (reloc_count > 0)
8580 os->orelocation[os->reloc_count] = *parent;
8581 os->reloc_count++;
8673 section->reloc_count = count;
som.h 80 int reloc_count; member in struct:som_symbol
syms.c 1017 long reloc_size, reloc_count; local
1079 reloc_count = bfd_canonicalize_reloc (abfd, info->stabsec, reloc_vector,
1081 if (reloc_count < 0)
1095 if (reloc_count > 0)
elfcode.h 956 reloc_count field to zero to inhibit writing them here. Also,
959 if (sec->reloc_count == 0)
962 /* If we have opened an existing file for update, reloc_count may be
972 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
973 if (_bfd_mul_overflow (sec->reloc_count, rela_hdr->sh_entsize, &amt)
1004 /* orelocation has the data, reloc_count has the count... */
1009 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize)
1538 /* Read relocations for ASECT from REL_HDR. There are RELOC_COUNT of
1545 bfd_size_type reloc_count,
1576 i < reloc_count;
1649 bfd_size_type reloc_count; local
    [all...]
aoutx.h 2354 asect->reloc_count = cache_ptr - reloc_cache;
2368 unsigned int count = section->reloc_count;
2455 for (count = 0; count < section->reloc_count; count ++)
2465 for (count = 0; count++ < section->reloc_count; )
2472 return section->reloc_count;
2481 count = asect->reloc_count;
3965 bfd_size_type reloc_count;
3982 reloc_count = rel_size / RELOC_STD_SIZE;
3984 rel_end = rel + reloc_count;
4313 bfd_size_type reloc_count;
3956 bfd_size_type reloc_count; local
4304 bfd_size_type reloc_count; local
    [all...]
coff-alpha.c 791 long reloc_count;
816 reloc_count = bfd_canonicalize_reloc (input_bfd, input_section,
818 if (reloc_count < 0)
820 if (reloc_count == 0)
1158 os->orelocation[os->reloc_count] = rel;
1159 os->reloc_count++;
1547 ext_rel_end = ext_rel + input_section->reloc_count;
786 long reloc_count; local
elf64-mips.c 4016 bfd_size_type reloc_count,
4051 i < reloc_count;
4193 bfd_size_type reloc_count;
4204 || asect->reloc_count == 0)
4208 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0;
4212 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2));
4219 /* Note that ASECT->RELOC_COUNT tends not to be accurate in this
4222 in elf.c does not update the RELOC_COUNT. */
4227 reloc_count = NUM_SHDR_ENTRIES (rel_hdr)
4187 bfd_size_type reloc_count; local
    [all...]
linker.c 1969 o->reloc_count = 0;
1974 ++o->reloc_count;
1982 long reloc_count;
1994 reloc_count = bfd_canonicalize_reloc (input_bfd,
1999 if (reloc_count < 0)
2001 BFD_ASSERT ((unsigned long) reloc_count
2002 == input_section->reloc_count);
2003 o->reloc_count += reloc_count;
2006 if (o->reloc_count > 0
1977 long reloc_count; local
    [all...]
coff-rs6000.c 2822 unsigned int reloc_count;
2852 e->reloc_count += s->reloc_count;
2861 if (e->reloc_count >= 0xffff
3753 relend = rel + input_section->reloc_count;
2818 unsigned int reloc_count; member in struct:nbr_reloc_lineno
  /src/external/gpl3/binutils/dist/binutils/
rescoff.c 499 unsigned int reloc_count;
642 cwi.reloc_count = 0;
690 if (!bfd_finalize_section_relocs (abfd, sec, cwi.relocs, cwi.reloc_count))
900 (cwi->reloc_count + 2) * sizeof (arelent *));
901 cwi->relocs[cwi->reloc_count] = r;
902 cwi->relocs[cwi->reloc_count + 1] = NULL;
903 ++cwi->reloc_count;
497 unsigned int reloc_count; member in struct:coff_write_info
  /src/external/gpl3/binutils.old/dist/binutils/
rescoff.c 491 unsigned int reloc_count;
634 cwi.reloc_count = 0;
682 bfd_set_reloc (abfd, sec, cwi.relocs, cwi.reloc_count);
886 (cwi->reloc_count + 2) * sizeof (arelent *));
887 cwi->relocs[cwi->reloc_count] = r;
888 cwi->relocs[cwi->reloc_count + 1] = NULL;
889 ++cwi->reloc_count;
489 unsigned int reloc_count; member in struct:coff_write_info

Completed in 83 milliseconds

1 2 3 4