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

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dcodeview.c317 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
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpdb.h828 struct compile3 struct
H A Dpdb.c3659 struct compile3 *comp;
3699 *sym_byte_size += offsetof (struct compile3, compiler) + sizeof (linker_name);
3741 comp = (struct compile3 *) ptr;
3743 bfd_putl16 (offsetof (struct compile3, compiler) + sizeof (linker_name)
3760 ptr += offsetof (struct compile3, compiler) + sizeof (linker_name) + padding1;

Completed in 91 milliseconds