xcofflink.c | 116 struct internal_ldhdr ldhdr; member in struct:xcoff_link_hash_table 247 struct internal_ldhdr ldhdr; 266 bfd_xcoff_swap_ldhdr_in (abfd, (void *) contents, &ldhdr); 268 return (ldhdr.l_nsyms + 1) * sizeof (asymbol *); 278 struct internal_ldhdr ldhdr; 302 bfd_xcoff_swap_ldhdr_in (abfd, contents, &ldhdr); 304 strings = (char *) contents + ldhdr.l_stoff; 306 symbuf = bfd_zalloc (abfd, ldhdr.l_nsyms * sizeof (* symbuf)); 310 elsym = contents + bfd_xcoff_loader_symbol_offset(abfd, &ldhdr); 312 elsymend = elsym + ldhdr.l_nsyms * bfd_xcoff_ldsymsz(abfd) 246 struct internal_ldhdr ldhdr; local 277 struct internal_ldhdr ldhdr; local 367 struct internal_ldhdr ldhdr; local 400 struct internal_ldhdr ldhdr; local 820 struct internal_ldhdr ldhdr; local 2238 struct internal_ldhdr ldhdr; local 3497 struct internal_ldhdr *ldhdr; local [all...] |