HomeSort by: relevance | last modified time | path
    Searched defs:time_hi (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 1152 unsigned int time_hi, unsigned int time_lo)
1173 bfd_putl32 (time_hi, cur_time + 4);
2779 unsigned int time_hi, time_lo; local
2792 vms_get_time (&time_hi, &time_lo);
2797 ((uint64_t) time_hi << 32)
2912 if (!create_ia64_vms_notes (output_bfd, info, time_hi, time_lo))
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 1152 unsigned int time_hi, unsigned int time_lo)
1173 bfd_putl32 (time_hi, cur_time + 4);
2779 unsigned int time_hi, time_lo; local
2792 vms_get_time (&time_hi, &time_lo);
2797 ((uint64_t) time_hi << 32)
2912 if (!create_ia64_vms_notes (output_bfd, info, time_hi, time_lo))
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 1152 unsigned int time_hi, unsigned int time_lo)
1173 bfd_putl32 (time_hi, cur_time + 4);
2777 unsigned int time_hi, time_lo; local
2790 vms_get_time (&time_hi, &time_lo);
2795 ((uint64_t) time_hi << 32)
2910 if (!create_ia64_vms_notes (output_bfd, info, time_hi, time_lo))
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 1153 unsigned int time_hi, unsigned int time_lo)
1174 bfd_putl32 (time_hi, cur_time + 4);
2778 unsigned int time_hi, time_lo; local
2791 vms_get_time (&time_hi, &time_lo);
2796 ((uint64_t) time_hi << 32)
2911 if (!create_ia64_vms_notes (output_bfd, info, time_hi, time_lo))

Completed in 37 milliseconds