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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-common.h170 /* Define ulong_type as an unsigned 64-bit type if available.
174 __extension__ typedef UNSIGNED_64BIT_TYPE ulong_type; typedef
176 typedef unsigned long ulong_type; typedef
217 /* Fetch a big-endian 32-bit value as a ulong_type. */
219 static inline ulong_type
222 return (ulong_type) simple_object_fetch_big_32 (buf);
225 /* Fetch a little-endian 32-bit value as a ulong_type. */
227 static inline ulong_type
230 return (ulong_type) simple_object_fetch_little_32 (buf);
237 static inline ulong_type
[all...]
H A Dsimple-object-elf.c191 ulong_type (*fetch_Elf_Addr) (const unsigned char *);
194 void (*set_Elf_Addr) (unsigned char *, ulong_type);
321 ulong_type shoff;
H A Dsimple-object-mach-o.c330 ulong_type (*fetch_64) (const unsigned char *);
767 void (*set_64) (unsigned char *, ulong_type);
944 void (*set_64) (unsigned char *, ulong_type);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-common.h170 /* Define ulong_type as an unsigned 64-bit type if available.
174 __extension__ typedef UNSIGNED_64BIT_TYPE ulong_type; typedef
176 typedef unsigned long ulong_type; typedef
217 /* Fetch a big-endian 32-bit value as a ulong_type. */
219 static inline ulong_type
222 return (ulong_type) simple_object_fetch_big_32 (buf);
225 /* Fetch a little-endian 32-bit value as a ulong_type. */
227 static inline ulong_type
230 return (ulong_type) simple_object_fetch_little_32 (buf);
237 static inline ulong_type
[all...]
H A Dsimple-object-elf.c196 ulong_type (*fetch_Elf_Addr) (const unsigned char *);
199 void (*set_Elf_Addr) (unsigned char *, ulong_type);
326 ulong_type shoff;
H A Dsimple-object-mach-o.c330 ulong_type (*fetch_64) (const unsigned char *);
767 void (*set_64) (unsigned char *, ulong_type);
944 void (*set_64) (unsigned char *, ulong_type);

Completed in 92 milliseconds