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

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 47 #define PE_IDATA4_SIZE 8
60 #ifndef PE_IDATA4_SIZE
61 #define PE_IDATA4_SIZE 4
2199 bfd_set_section_size (id4, PE_IDATA4_SIZE);
2202 d4 = xmalloc (PE_IDATA4_SIZE);
2204 memset (d4, 0, PE_IDATA4_SIZE);
2212 bfd_set_section_contents (abfd, id4, d4, 0, PE_IDATA4_SIZE);
2262 bfd_set_section_size (id4, PE_IDATA4_SIZE);
2263 d4 = xmalloc (PE_IDATA4_SIZE);
2265 memset (d4, 0, PE_IDATA4_SIZE);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 47 #define PE_IDATA4_SIZE 8
60 #ifndef PE_IDATA4_SIZE
61 #define PE_IDATA4_SIZE 4
2176 bfd_set_section_size (id4, PE_IDATA4_SIZE);
2179 d4 = xmalloc (PE_IDATA4_SIZE);
2181 memset (d4, 0, PE_IDATA4_SIZE);
2189 bfd_set_section_contents (abfd, id4, d4, 0, PE_IDATA4_SIZE);
2239 bfd_set_section_size (id4, PE_IDATA4_SIZE);
2240 d4 = xmalloc (PE_IDATA4_SIZE);
2242 memset (d4, 0, PE_IDATA4_SIZE);
    [all...]

Completed in 34 milliseconds