Home
last modified time | relevance | path

Searched refs:id6 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A Dpeicode.h779 asection_ptr id4, id5, id6 = NULL, text = NULL; in pe_ILF_build_a_bfd() local
935 id6 = pe_ILF_make_a_section (& vars, ".idata$6", SIZEOF_IDATA6, 0); in pe_ILF_build_a_bfd()
936 if (id6 == NULL) in pe_ILF_build_a_bfd()
970 id6->contents[0] = ordinal & 0xff; in pe_ILF_build_a_bfd()
971 id6->contents[1] = ordinal >> 8; in pe_ILF_build_a_bfd()
973 memcpy ((char *) id6->contents + 2, symbol, len); in pe_ILF_build_a_bfd()
974 id6->contents[len + 2] = '\0'; in pe_ILF_build_a_bfd()
979 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); in pe_ILF_build_a_bfd()
982 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); in pe_ILF_build_a_bfd()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dpeicode.h758 asection_ptr id4, id5, id6 = NULL, text = NULL; in pe_ILF_build_a_bfd() local
911 id6 = pe_ILF_make_a_section (& vars, ".idata$6", SIZEOF_IDATA6, 0); in pe_ILF_build_a_bfd()
912 if (id6 == NULL) in pe_ILF_build_a_bfd()
946 id6->contents[0] = ordinal & 0xff; in pe_ILF_build_a_bfd()
947 id6->contents[1] = ordinal >> 8; in pe_ILF_build_a_bfd()
949 memcpy ((char *) id6->contents + 2, symbol, len); in pe_ILF_build_a_bfd()
950 id6->contents[len + 2] = '\0'; in pe_ILF_build_a_bfd()
955 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); in pe_ILF_build_a_bfd()
958 pe_ILF_make_a_reloc (&vars, (bfd_vma) 0, BFD_RELOC_RVA, id6); in pe_ILF_build_a_bfd()