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

/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-common.h171 /* Define ulong_type as an unsigned 64-bit type if available.
175 __extension__ typedef UNSIGNED_64BIT_TYPE ulong_type; typedef
177 typedef unsigned long ulong_type; typedef
218 /* Fetch a big-endian 32-bit value as a ulong_type. */
220 static inline ulong_type
223 return (ulong_type) simple_object_fetch_big_32 (buf);
226 /* Fetch a little-endian 32-bit value as a ulong_type. */
228 static inline ulong_type
231 return (ulong_type) simple_object_fetch_little_32 (buf);
238 static inline ulong_type
[all...]
H A Dsimple-object-xcoff.c300 ulong_type (*fetch_64) (const unsigned char *);
402 ulong_type (*fetch_64) (const unsigned char *);
583 void (*set_64) (unsigned char *, ulong_type);
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.c350 ulong_type (*fetch_64) (const unsigned char *);
983 void (*set_64) (unsigned char *, ulong_type);
1307 void (*set_64) (unsigned char *, ulong_type);
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-common.h171 /* Define ulong_type as an unsigned 64-bit type if available.
175 __extension__ typedef UNSIGNED_64BIT_TYPE ulong_type; typedef
177 typedef unsigned long ulong_type; typedef
218 /* Fetch a big-endian 32-bit value as a ulong_type. */
220 static inline ulong_type
223 return (ulong_type) simple_object_fetch_big_32 (buf);
226 /* Fetch a little-endian 32-bit value as a ulong_type. */
228 static inline ulong_type
231 return (ulong_type) simple_object_fetch_little_32 (buf);
238 static inline ulong_type
[all...]
H A Dsimple-object-xcoff.c300 ulong_type (*fetch_64) (const unsigned char *);
402 ulong_type (*fetch_64) (const unsigned char *);
583 void (*set_64) (unsigned char *, ulong_type);
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.c350 ulong_type (*fetch_64) (const unsigned char *);
983 void (*set_64) (unsigned char *, ulong_type);
1307 void (*set_64) (unsigned char *, ulong_type);
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtiming.c76 tree ulong_type; local
78 ulong_type = TREE_TYPE (lookup_name (
99 ulong_type);
103 ulong_type);
H A Dinout.c195 tree long_type, ulong_type, union_type;
198 ulong_type = long_unsigned_type_node;
430 ulong_type));
476 ulong_type);
483 ulong_type);
566 ulong_type);
616 ulong_type));
193 tree long_type, ulong_type, union_type; local

Completed in 131 milliseconds