HomeSort by: relevance | last modified time | path
    Searched defs:pe_ILF_make_a_section (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
peicode.h 620 pe_ILF_make_a_section (pe_ILF_vars * vars,
915 by the pe_ILF_make_a_section() function. */
940 id4 = pe_ILF_make_a_section (&vars, ".idata$4", SIZEOF_IDATA4, 0);
941 id5 = pe_ILF_make_a_section (&vars, ".idata$5", SIZEOF_IDATA5, 0);
969 id6 = pe_ILF_make_a_section (&vars, ".idata$6", SIZEOF_IDATA6, 0);
1048 text = pe_ILF_make_a_section (&vars, ".text", jtab[i].size, SEC_CODE);
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 615 pe_ILF_make_a_section (pe_ILF_vars * vars,
910 by the pe_ILF_make_a_section() function. */
935 id4 = pe_ILF_make_a_section (&vars, ".idata$4", SIZEOF_IDATA4, 0);
936 id5 = pe_ILF_make_a_section (&vars, ".idata$5", SIZEOF_IDATA5, 0);
964 id6 = pe_ILF_make_a_section (&vars, ".idata$6", SIZEOF_IDATA6, 0);
1043 text = pe_ILF_make_a_section (&vars, ".text", jtab[i].size, SEC_CODE);
  /src/external/gpl3/gdb/dist/bfd/
peicode.h 615 pe_ILF_make_a_section (pe_ILF_vars * vars,
916 by the pe_ILF_make_a_section() function. */
941 id4 = pe_ILF_make_a_section (&vars, ".idata$4", SIZEOF_IDATA4, 0);
942 id5 = pe_ILF_make_a_section (&vars, ".idata$5", SIZEOF_IDATA5, 0);
970 id6 = pe_ILF_make_a_section (&vars, ".idata$6", SIZEOF_IDATA6, 0);
1049 text = pe_ILF_make_a_section (&vars, ".text", jtab[i].size, SEC_CODE);
  /src/external/gpl3/gdb.old/dist/bfd/
peicode.h 613 pe_ILF_make_a_section (pe_ILF_vars * vars,
902 by the pe_ILF_make_a_section() function. */
927 id4 = pe_ILF_make_a_section (& vars, ".idata$4", SIZEOF_IDATA4, 0);
928 id5 = pe_ILF_make_a_section (& vars, ".idata$5", SIZEOF_IDATA5, 0);
955 id6 = pe_ILF_make_a_section (& vars, ".idata$6", SIZEOF_IDATA6, 0);
1032 text = pe_ILF_make_a_section (& vars, ".text", jtab[i].size, SEC_CODE);

Completed in 28 milliseconds