HomeSort by: relevance | last modified time | path
    Searched refs:extsym_size (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf.c 458 size_t extsym_size; local
516 extsym_size = bed->s->sizeof_sym;
517 if (_bfd_mul_overflow (symcount, extsym_size, &amt))
522 pos = symtab_hdr->sh_offset + symoffset * extsym_size;
574 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
578 symoffset += (esym - (bfd_byte *) extsym_buf) / extsym_size;
1899 size_t extsym_size;
1927 extsym_size = bed->s->sizeof_sym;
1962 if (dyn.d_un.d_val != extsym_size)
2174 if (_bfd_mul_overflow (symcount, extsym_size, &amt)
1898 size_t extsym_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 390 size_t extsym_size; local
448 extsym_size = bed->s->sizeof_sym;
449 if (_bfd_mul_overflow (symcount, extsym_size, &amt))
454 pos = symtab_hdr->sh_offset + symoffset * extsym_size;
506 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
510 symoffset += (esym - (bfd_byte *) extsym_buf) / extsym_size;
1835 size_t extsym_size;
1863 extsym_size = bed->s->sizeof_sym;
1898 if (dyn.d_un.d_val != extsym_size)
2110 if (_bfd_mul_overflow (symcount, extsym_size, &amt)
1834 size_t extsym_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 390 size_t extsym_size; local
448 extsym_size = bed->s->sizeof_sym;
449 if (_bfd_mul_overflow (symcount, extsym_size, &amt))
454 pos = symtab_hdr->sh_offset + symoffset * extsym_size;
506 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
509 symoffset += (esym - (bfd_byte *) extsym_buf) / extsym_size;
1808 size_t extsym_size;
1836 extsym_size = bed->s->sizeof_sym;
1871 if (dyn.d_un.d_val != extsym_size)
2085 if (_bfd_mul_overflow (symcount, extsym_size, &amt)
1807 size_t extsym_size; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 456 size_t extsym_size; local
514 extsym_size = bed->s->sizeof_sym;
515 if (_bfd_mul_overflow (symcount, extsym_size, &amt))
520 pos = symtab_hdr->sh_offset + symoffset * extsym_size;
572 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
576 symoffset += (esym - (bfd_byte *) extsym_buf) / extsym_size;
1897 size_t extsym_size;
1925 extsym_size = bed->s->sizeof_sym;
1960 if (dyn.d_un.d_val != extsym_size)
2172 if (_bfd_mul_overflow (symcount, extsym_size, &amt)
1896 size_t extsym_size; local
    [all...]

Completed in 151 milliseconds