HomeSort by: relevance | last modified time | path
    Searched refs:compile3 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
codeview.c 317 struct COMPILESYM3 compile3; local
359 + sizeof (assembler) + padding, &compile3.length);
360 bfd_putl16 (S_COMPILE3, &compile3.type);
361 bfd_putl32 (CV_CFL_MASM, &compile3.flags);
362 bfd_putl16 (target_processor (), &compile3.machine);
363 bfd_putl16 (0, &compile3.frontend_major);
364 bfd_putl16 (0, &compile3.frontend_minor);
365 bfd_putl16 (0, &compile3.frontend_build);
366 bfd_putl16 (0, &compile3.frontend_qfe);
367 bfd_putl16 (0, &compile3.backend_major)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
codeview.c 317 struct COMPILESYM3 compile3; local
359 + sizeof (assembler) + padding, &compile3.length);
360 bfd_putl16 (S_COMPILE3, &compile3.type);
361 bfd_putl32 (CV_CFL_MASM, &compile3.flags);
362 bfd_putl16 (target_processor (), &compile3.machine);
363 bfd_putl16 (0, &compile3.frontend_major);
364 bfd_putl16 (0, &compile3.frontend_minor);
365 bfd_putl16 (0, &compile3.frontend_build);
366 bfd_putl16 (0, &compile3.frontend_qfe);
367 bfd_putl16 (0, &compile3.backend_major)
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pdb.h 840 struct compile3 struct
pdb.c 3759 struct compile3 *comp;
3799 *sym_byte_size += offsetof (struct compile3, compiler) + sizeof (linker_name);
3841 comp = (struct compile3 *) ptr;
3843 bfd_putl16 (offsetof (struct compile3, compiler) + sizeof (linker_name)
3860 ptr += offsetof (struct compile3, compiler) + sizeof (linker_name) + padding1;
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 840 struct compile3 struct
pdb.c 3760 struct compile3 *comp;
3800 *sym_byte_size += offsetof (struct compile3, compiler) + sizeof (linker_name);
3842 comp = (struct compile3 *) ptr;
3844 bfd_putl16 (offsetof (struct compile3, compiler) + sizeof (linker_name)
3861 ptr += offsetof (struct compile3, compiler) + sizeof (linker_name) + padding1;

Completed in 36 milliseconds