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

  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 583 void (*set_64) (unsigned char *, ulong_type);
589 set_64 = simple_object_set_big_64;
598 set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
636 void (*set_64) (unsigned char *, unsigned int);
643 set_64 = simple_object_set_big_32;
663 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size),
665 set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr),
simple-object-mach-o.c 983 void (*set_64) (unsigned char *, ulong_type);
985 set_64 = (attrs->is_big_endian
993 set_64 (hdr + offsetof (struct mach_o_section_64, addr), secaddr);
994 set_64 (hdr + offsetof (struct mach_o_section_64, size), secsize);
    [all...]
  /external/syslinux/libinstaller/
syslxint.h 107 static inline void set_64(uint64_t *p, uint64_t v) function
170 set_64((uint64_t _force *)p, v);

Completed in 82 milliseconds