HomeSort by relevance Sort by last modified time
    Searched full:byte_put (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.h 42 extern void (*byte_put) (unsigned char *, elf_vma, int);
52 #define BYTE_PUT(field, val) byte_put (field, val, sizeof (field))
elfedit.c 142 BYTE_PUT (ehdr32.e_machine, output_elf_machine);
144 BYTE_PUT (ehdr32.e_type, output_elf_type);
151 BYTE_PUT (ehdr64.e_machine, output_elf_machine);
153 BYTE_PUT (ehdr64.e_type, output_elf_type);
181 byte_put = byte_put_little_endian;
185 byte_put = byte_put_big_endian;
ChangeLog-2010 138 (BYTE_PUT): Likewise.
140 (byte_put): Likewise.
162 (byte_put): Likewise.
    [all...]
elfcomm.c 61 void (*byte_put) (unsigned char *, elf_vma, int); variable
readelf.c     [all...]
ChangeLog-0203 745 (byte_put): New variable.
    [all...]

Completed in 513 milliseconds