Home
last modified time | relevance | path

Searched refs:ulong_type (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-common.h175 __extension__ typedef UNSIGNED_64BIT_TYPE ulong_type; typedef
177 typedef unsigned long ulong_type; typedef
220 static inline ulong_type
223 return (ulong_type) simple_object_fetch_big_32 (buf); in simple_object_fetch_big_32_ulong()
228 static inline ulong_type
231 return (ulong_type) simple_object_fetch_little_32 (buf); in simple_object_fetch_little_32_ulong()
238 static inline ulong_type
241 return (((ulong_type) buf[0] << 56) in simple_object_fetch_big_64()
242 | ((ulong_type) buf[1] << 48) in simple_object_fetch_big_64()
243 | ((ulong_type) buf[2] << 40) in simple_object_fetch_big_64()
[all …]
Dsimple-object-xcoff.c300 ulong_type (*fetch_64) (const unsigned char *); in simple_object_xcoff_match()
402 ulong_type (*fetch_64) (const unsigned char *); in simple_object_xcoff_find_sections()
583 void (*set_64) (unsigned char *, ulong_type); in simple_object_xcoff_write_filehdr()
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;
Dsimple-object-mach-o.c350 ulong_type (*fetch_64) (const unsigned char *); in simple_object_mach_o_section_info()
983 void (*set_64) (unsigned char *, ulong_type); in simple_object_mach_o_write_section_header()
1307 void (*set_64) (unsigned char *, ulong_type); in simple_object_mach_o_write_segment()