Lines Matching refs:id4
1562 asection *id2, *id5, *id4; in make_head() local
1582 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2); in make_head()
1607 bfd_set_section_size (abfd, id4, 4); in make_head()
1609 id4->contents = d4; in make_head()
1616 bfd_set_section_contents (abfd, id4, d4, 0, 4); in make_head()
1634 asection *id4, *id5, *id7; in make_tail() local
1653 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2); in make_tail()
1658 bfd_set_section_size (abfd, id4, 4); in make_tail()
1660 id4->contents = d4; in make_tail()
1678 bfd_set_section_contents (abfd, id4, d4, 0, 4); in make_tail()
1739 asection *tx, *id7, *id5, *id4, *id6; in make_one() local
1781 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2); in make_one()
1864 bfd_set_section_size (abfd, id4, 4); in make_one()
1866 id4->contents = d4; in make_one()
1878 save_relocs (id4); in make_one()
1905 bfd_set_section_contents (abfd, id4, d4, 0, 4); in make_one()
1917 asection *id4; in make_singleton_name_thunk() local
1935 id4 = quick_section (abfd, ".idata$4", SEC_HAS_CONTENTS, 2); in make_singleton_name_thunk()
1936 quick_symbol (abfd, U ("_nm_thnk_"), import, "", id4, BSF_GLOBAL, 0); in make_singleton_name_thunk()
1939 bfd_set_section_size (abfd, id4, 8); in make_singleton_name_thunk()
1941 id4->contents = d4; in make_singleton_name_thunk()
1944 save_relocs (id4); in make_singleton_name_thunk()
1948 bfd_set_section_contents (abfd, id4, d4, 0, 8); in make_singleton_name_thunk()