HomeSort by relevance Sort by last modified time
    Searched refs:byte_put (Results 1 - 4 of 4) 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;
elfcomm.c 61 void (*byte_put) (unsigned char *, elf_vma, int); variable
readelf.c     [all...]

Completed in 864 milliseconds