Home
last modified time | relevance | path

Searched refs:id5 (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
908 id5 = pe_ILF_make_a_section (& vars, ".idata$5", SIZEOF_IDATA5, 0); in pe_ILF_build_a_bfd()
909 if (id4 == NULL || id5 == NULL) in pe_ILF_build_a_bfd()
922 ((unsigned int *) id5->contents)[0] = ordinal; in pe_ILF_build_a_bfd()
923 ((unsigned int *) id5->contents)[1] = 0x80000000; in pe_ILF_build_a_bfd()
926 * (unsigned int *) id5->contents = ordinal | 0x80000000; in pe_ILF_build_a_bfd()
983 pe_ILF_save_relocs (&vars, id5); in pe_ILF_build_a_bfd()
987 pe_ILF_make_a_symbol (& vars, "__imp_", symbol_name, id5, 0); 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
884 id5 = pe_ILF_make_a_section (& vars, ".idata$5", SIZEOF_IDATA5, 0); in pe_ILF_build_a_bfd()
885 if (id4 == NULL || id5 == NULL) in pe_ILF_build_a_bfd()
898 ((unsigned int *) id5->contents)[0] = ordinal; in pe_ILF_build_a_bfd()
899 ((unsigned int *) id5->contents)[1] = 0x80000000; in pe_ILF_build_a_bfd()
902 * (unsigned int *) id5->contents = ordinal | 0x80000000; in pe_ILF_build_a_bfd()
959 pe_ILF_save_relocs (&vars, id5); in pe_ILF_build_a_bfd()
963 pe_ILF_make_a_symbol (& vars, "__imp_", symbol_name, id5, 0); in pe_ILF_build_a_bfd()