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

/freebsd-9.3-release/contrib/binutils/bfd/
H A Dpeicode.h596 pe_ILF_make_a_section (pe_ILF_vars * vars,
836 by the pe_ILF_make_a_section() function. */
849 id4 = pe_ILF_make_a_section (& vars, ".idata$4", SIZEOF_IDATA4, 0);
850 id5 = pe_ILF_make_a_section (& vars, ".idata$5", SIZEOF_IDATA5, 0);
877 id6 = pe_ILF_make_a_section (& vars, ".idata$6", SIZEOF_IDATA6, 0);
944 text = pe_ILF_make_a_section (& vars, ".text", jtab[i].size, SEC_CODE);
594 pe_ILF_make_a_section (pe_ILF_vars * vars, function

Completed in 96 milliseconds