Searched refs:BYTE_PUT (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfcomm.h44 #define BYTE_PUT(field, val) byte_put (field, val, sizeof (field))
43 #define BYTE_PUT macro
H A Delfedit.c407 BYTE_PUT (ehdr32.e_machine, output_elf_machine);
409 BYTE_PUT (ehdr32.e_type, output_elf_type);
418 BYTE_PUT (ehdr64.e_machine, output_elf_machine);
420 BYTE_PUT (ehdr64.e_type, output_elf_type);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfcomm.h45 #define BYTE_PUT(field, val) byte_put (field, val, sizeof (field))
44 #define BYTE_PUT macro
H A Delfedit.c388 BYTE_PUT (ehdr32.e_machine, output_elf_machine);
390 BYTE_PUT (ehdr32.e_type, output_elf_type);
397 BYTE_PUT (ehdr64.e_machine, output_elf_machine);
399 BYTE_PUT (ehdr64.e_type, output_elf_type);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfcomm.h42 #define BYTE_PUT(field, val) byte_put (field, val, sizeof (field))
41 #define BYTE_PUT macro
H A Delfedit.c407 BYTE_PUT (ehdr32.e_machine, output_elf_machine);
409 BYTE_PUT (ehdr32.e_type, output_elf_type);
418 BYTE_PUT (ehdr64.e_machine, output_elf_machine);
420 BYTE_PUT (ehdr64.e_type, output_elf_type);

Completed in 137 milliseconds