Lines Matching refs:hdr
738 void * hdr,
743 struct internal_scnhdr *internal_s = (struct internal_scnhdr *) hdr;
893 void * hdr,
897 struct internal_scnhdr *internal_s = (struct internal_scnhdr *) hdr;
1160 void * hdr,
1165 struct internal_scnhdr *internal_s = (struct internal_scnhdr *) hdr;
1289 sec_flags = handle_COMDAT (abfd, sec_flags, hdr, name, section);
1825 struct internal_scnhdr *hdr = (struct internal_scnhdr *) scnhdr;
1831 if ((1 << i) >= hdr->s_align)
1836 i = (hdr->s_flags >> 8) & 0xF ;
1839 i = COFF_DECODE_ALIGNMENT(hdr->s_flags);
1844 coff_set_section_load_page (section, hdr->s_page);
1856 struct internal_scnhdr *hdr = (struct internal_scnhdr *) scnhdr;
1859 = hdr->s_flags & IMAGE_SCN_ALIGN_POWER_BIT_MASK;
1905 pei_section_data (abfd, section)->virt_size = hdr->s_paddr;
1906 pei_section_data (abfd, section)->pe_flags = hdr->s_flags;
1908 section->lma = hdr->s_vaddr;
1911 if (hdr->s_flags & IMAGE_SCN_LNK_NRELOC_OVFL)
1918 if (bfd_seek (abfd, (file_ptr) hdr->s_relptr, 0) != 0)
1926 section->reloc_count = hdr->s_nreloc = n.r_vaddr - 1;
1929 else if (hdr->s_nreloc == 0xffff)
1947 struct internal_scnhdr *hdr = (struct internal_scnhdr *) scnhdr;
1950 if ((hdr->s_flags & STYP_OVRFLO) == 0)
1953 real_sec = coff_section_from_bfd_index (abfd, (int) hdr->s_nreloc);
1957 real_sec->reloc_count = hdr->s_paddr;
1958 real_sec->lineno_count = hdr->s_vaddr;
4056 /* ...and the "opt"hdr... */