Searched refs:ulong_type (Results 1 – 4 of 4) sorted by relevance
175 __extension__ typedef UNSIGNED_64BIT_TYPE ulong_type; typedef177 typedef unsigned long ulong_type; typedef220 static inline ulong_type223 return (ulong_type) simple_object_fetch_big_32 (buf); in simple_object_fetch_big_32_ulong()228 static inline ulong_type231 return (ulong_type) simple_object_fetch_little_32 (buf); in simple_object_fetch_little_32_ulong()238 static inline ulong_type241 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 …]
300 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()
196 ulong_type (*fetch_Elf_Addr) (const unsigned char *);199 void (*set_Elf_Addr) (unsigned char *, ulong_type);326 ulong_type shoff;
350 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()