Searched defs:_bfd_int64_low (Results 1 – 2 of 2) sorted by relevance
112 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro
119 #define _bfd_int64_low(x) ((unsigned long) (((x) & 0xffffffff))) macro