Searched refs:lhdr (Results 1 – 1 of 1) sorted by relevance
1033 struct external_ldhdr *lhdr; in dump_xcoff32_loader() local1055 if (size < sizeof (*lhdr)) in dump_xcoff32_loader()1063 lhdr = (struct external_ldhdr *)ldr_data; in dump_xcoff32_loader()1065 version = bfd_h_get_32 (abfd, lhdr->l_version); in dump_xcoff32_loader()1073 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms); in dump_xcoff32_loader()1075 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc); in dump_xcoff32_loader()1079 (unsigned) bfd_h_get_32 (abfd, lhdr->l_istlen)); in dump_xcoff32_loader()1080 nimpid = bfd_h_get_32 (abfd, lhdr->l_nimpid); in dump_xcoff32_loader()1082 impoff = bfd_h_get_32 (abfd, lhdr->l_impoff); in dump_xcoff32_loader()1084 stlen = bfd_h_get_32 (abfd, lhdr->l_stlen); in dump_xcoff32_loader()[all …]