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

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 117 struct internal_ldhdr ldhdr; member in struct:xcoff_link_hash_table
252 xcoff_get_ldhdr (bfd *abfd, asection *lsec, struct internal_ldhdr *ldhdr)
257 bfd_xcoff_swap_ldhdr_in (abfd, contents, ldhdr);
258 if (ldhdr->l_nsyms != 0)
260 bfd_vma symoff = bfd_xcoff_loader_symbol_offset (abfd, ldhdr);
265 if (_bfd_mul_overflow (ldhdr->l_nsyms, onesym, &syms)
269 if (ldhdr->l_stlen != 0
270 && (ldhdr->l_stoff > lsec->size
271 || ldhdr->l_stlen > lsec->size - ldhdr->l_stoff)
302 struct internal_ldhdr ldhdr; local
331 struct internal_ldhdr ldhdr; local
419 struct internal_ldhdr ldhdr; local
450 struct internal_ldhdr ldhdr; local
912 struct internal_ldhdr ldhdr; local
2403 struct internal_ldhdr ldhdr; local
3736 struct internal_ldhdr *ldhdr; local
4015 struct internal_ldhdr *ldhdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 117 struct internal_ldhdr ldhdr; member in struct:xcoff_link_hash_table
252 xcoff_get_ldhdr (bfd *abfd, asection *lsec, struct internal_ldhdr *ldhdr)
257 bfd_xcoff_swap_ldhdr_in (abfd, contents, ldhdr);
258 if (ldhdr->l_nsyms != 0)
260 bfd_vma symoff = bfd_xcoff_loader_symbol_offset (abfd, ldhdr);
265 if (_bfd_mul_overflow (ldhdr->l_nsyms, onesym, &syms)
269 if (ldhdr->l_stlen != 0
270 && (ldhdr->l_stoff > lsec->size
271 || ldhdr->l_stlen > lsec->size - ldhdr->l_stoff)
302 struct internal_ldhdr ldhdr; local
331 struct internal_ldhdr ldhdr; local
419 struct internal_ldhdr ldhdr; local
450 struct internal_ldhdr ldhdr; local
912 struct internal_ldhdr ldhdr; local
2403 struct internal_ldhdr ldhdr; local
3736 struct internal_ldhdr *ldhdr; local
4015 struct internal_ldhdr *ldhdr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 117 struct internal_ldhdr ldhdr; member in struct:xcoff_link_hash_table
254 struct internal_ldhdr ldhdr;
273 bfd_xcoff_swap_ldhdr_in (abfd, (void *) contents, &ldhdr);
275 return (ldhdr.l_nsyms + 1) * sizeof (asymbol *);
285 struct internal_ldhdr ldhdr;
307 bfd_xcoff_swap_ldhdr_in (abfd, contents, &ldhdr);
309 strings = (char *) contents + ldhdr.l_stoff;
311 symbuf = bfd_zalloc (abfd, ldhdr.l_nsyms * sizeof (* symbuf));
315 elsym = contents + bfd_xcoff_loader_symbol_offset(abfd, &ldhdr);
317 elsymend = elsym + ldhdr.l_nsyms * bfd_xcoff_ldsymsz(abfd)
253 struct internal_ldhdr ldhdr; local
284 struct internal_ldhdr ldhdr; local
372 struct internal_ldhdr ldhdr; local
405 struct internal_ldhdr ldhdr; local
869 struct internal_ldhdr ldhdr; local
2360 struct internal_ldhdr ldhdr; local
3693 struct internal_ldhdr *ldhdr; local
3972 struct internal_ldhdr *ldhdr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 117 struct internal_ldhdr ldhdr; member in struct:xcoff_link_hash_table
254 struct internal_ldhdr ldhdr;
273 bfd_xcoff_swap_ldhdr_in (abfd, (void *) contents, &ldhdr);
275 return (ldhdr.l_nsyms + 1) * sizeof (asymbol *);
285 struct internal_ldhdr ldhdr;
307 bfd_xcoff_swap_ldhdr_in (abfd, contents, &ldhdr);
309 strings = (char *) contents + ldhdr.l_stoff;
311 symbuf = bfd_zalloc (abfd, ldhdr.l_nsyms * sizeof (* symbuf));
315 elsym = contents + bfd_xcoff_loader_symbol_offset(abfd, &ldhdr);
317 elsymend = elsym + ldhdr.l_nsyms * bfd_xcoff_ldsymsz(abfd)
253 struct internal_ldhdr ldhdr; local
284 struct internal_ldhdr ldhdr; local
372 struct internal_ldhdr ldhdr; local
405 struct internal_ldhdr ldhdr; local
877 struct internal_ldhdr ldhdr; local
2368 struct internal_ldhdr ldhdr; local
3701 struct internal_ldhdr *ldhdr; local
3980 struct internal_ldhdr *ldhdr; local
    [all...]

Completed in 34 milliseconds