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

  /toolchain/binutils/binutils-2.27/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 184 BYTE_PUT (ehdr32.e_machine, output_elf_machine);
186 BYTE_PUT (ehdr32.e_type, output_elf_type);
193 BYTE_PUT (ehdr64.e_machine, output_elf_machine);
195 BYTE_PUT (ehdr64.e_type, output_elf_type);
223 byte_put = byte_put_little_endian;
227 byte_put = byte_put_big_endian;
elfcomm.c 61 void (*byte_put) (unsigned char *, elf_vma, int); variable
readelf.c     [all...]

Completed in 255 milliseconds