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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 48 static short pe_subsystem = -1;
2891 if (pe_subsystem != -1)
2892 pe->pe_opthdr.Subsystem = pe_subsystem;
5187 pe_subsystem = value;
5198 pe_subsystem = v[i].value;
6190 if (pe_subsystem == -1)
6191 pe_subsystem = subsys;
47 static short pe_subsystem = -1; variable
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 49 static short pe_subsystem = -1;
2886 if (pe_subsystem != -1)
2887 pe->pe_opthdr.Subsystem = pe_subsystem;
5189 pe_subsystem = value;
5200 pe_subsystem = v[i].value;
6188 if (pe_subsystem == -1)
6189 pe_subsystem = subsys;
48 static short pe_subsystem = -1; variable

Completed in 32 milliseconds