Searched refs:id4 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dpeicode.h737 asection_ptr id4, id5, id6 = NULL, text = NULL;
844 id4 = pe_ILF_make_a_section (& vars, ".idata$4", SIZEOF_IDATA4, 0);
846 if (id4 == NULL || id5 == NULL)
857 ((unsigned int *) id4->contents)[0] = ordinal;
858 ((unsigned int *) id4->contents)[1] = 0x80000000;
862 * (unsigned int *) id4->contents = ordinal | 0x80000000;
913 pe_ILF_save_relocs (&vars, id4);
735 asection_ptr id4, id5, id6 = NULL, text = NULL; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dpeicode.h737 asection_ptr id4, id5, id6 = NULL, text = NULL;
844 id4 = pe_ILF_make_a_section (& vars, ".idata$4", SIZEOF_IDATA4, 0);
846 if (id4 == NULL || id5 == NULL)
857 ((unsigned int *) id4->contents)[0] = ordinal;
858 ((unsigned int *) id4->contents)[1] = 0x80000000;
862 * (unsigned int *) id4->contents = ordinal | 0x80000000;
913 pe_ILF_save_relocs (&vars, id4);
735 asection_ptr id4, id5, id6 = NULL, text = NULL; local

Completed in 136 milliseconds