Searched refs:ldhdr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c164 struct internal_ldhdr ldhdr;
183 bfd_xcoff_swap_ldhdr_in (abfd, (void *) contents, &ldhdr);
185 return (ldhdr.l_nsyms + 1) * sizeof (asymbol *);
195 struct internal_ldhdr ldhdr;
219 bfd_xcoff_swap_ldhdr_in (abfd, contents, &ldhdr);
221 strings = (char *) contents + ldhdr.l_stoff;
223 symbuf = bfd_zalloc (abfd, ldhdr.l_nsyms * sizeof (* symbuf));
227 elsym = contents + bfd_xcoff_loader_symbol_offset(abfd, &ldhdr);
229 elsymend = elsym + ldhdr.l_nsyms * bfd_xcoff_ldsymsz(abfd);
270 return ldhdr
163 struct internal_ldhdr ldhdr; local
194 struct internal_ldhdr ldhdr; local
279 struct internal_ldhdr ldhdr; local
312 struct internal_ldhdr ldhdr; local
550 struct internal_ldhdr ldhdr; local
1981 struct internal_ldhdr ldhdr; local
2983 struct internal_ldhdr *ldhdr; local
[all...]
H A Dcoff64-rs6000.c601 /* Swap in the ldhdr structure. */
623 /* Swap out the ldhdr structure. */
2151 xcoff64_loader_symbol_offset (abfd, ldhdr)
2153 struct internal_ldhdr *ldhdr;
2155 return (ldhdr->l_symoff);
2159 xcoff64_loader_reloc_offset (abfd, ldhdr)
2161 struct internal_ldhdr *ldhdr;
2163 return (ldhdr->l_rldoff);
H A Dcoff-rs6000.c2614 /* Swap in the ldhdr structure. */
2634 /* Swap out the ldhdr structure. */
3660 xcoff_loader_symbol_offset (abfd, ldhdr)
3662 struct internal_ldhdr *ldhdr ATTRIBUTE_UNUSED;
3668 xcoff_loader_reloc_offset (abfd, ldhdr)
3670 struct internal_ldhdr *ldhdr;
3672 return bfd_xcoff_ldhdrsz (abfd) + ldhdr->l_nsyms * bfd_xcoff_ldsymsz (abfd);
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dxcoff.h127 /* The ldhdr structure. This appears at the start of the .loader
349 struct internal_ldhdr ldhdr; member in struct:xcoff_link_hash_table

Completed in 122 milliseconds