Home | History | Annotate | Download | only in bfd

Lines Matching refs:id5

746   asection_ptr             id4, id5, id6 = NULL, text = NULL;
854 id5 = pe_ILF_make_a_section (& vars, ".idata$5", SIZEOF_IDATA5, 0);
855 if (id4 == NULL || id5 == NULL)
868 ((unsigned int *) id5->contents)[0] = ordinal;
869 ((unsigned int *) id5->contents)[1] = 0x80000000;
872 * (unsigned int *) id5->contents = ordinal | 0x80000000;
929 pe_ILF_save_relocs (&vars, id5);
960 pe_ILF_make_a_symbol (& vars, "__imp_", symbol_name, id5, 0);