Home
last modified time | relevance | path

Searched refs:COPY_LONG (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-vms.c257 #define COPY_LONG(dest,val) ( *(long *) (dest) = (val) ) macro
260 #define COPY_LONG(dest,val) md_number_to_chars ((dest), (val), 4) macro
267 ( COPY_LONG (&Object_Record_Buffer[Object_Record_Offset], (val)), \
744 COPY_LONG (cp, DST_S_C_C); in VMS_TBT_Module_Begin()
862 COPY_LONG (&Local[3], Size); in VMS_TBT_Routine_End()
918 COPY_LONG (&Local[3], Size); in VMS_TBT_Block_End()
952 COPY_LONG (cp, Line_Number - 1), cp += 4; in VMS_TBT_Line_PC_Correlation()
980 COPY_LONG (&Local[3], Offset); in VMS_TBT_Line_PC_Correlation()
1003 COPY_LONG (cp, Line_Number - 1), cp += 4; in VMS_TBT_Line_PC_Correlation()
1021 COPY_LONG (cp, Offset), cp += 4; in VMS_TBT_Line_PC_Correlation()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-92951940 * config/obj-vms.c (COPY_SHORT, COPY_LONG, PUT_SHORT, PUT_LONG):
2534 (PUT_LONG, PUT_SHORT): Use COPY_LONG, COPY_SHORT.
12000 * config/obj-vms.c: Define macros COPY_LONG and COPY_SHORT which
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-92951940 * config/obj-vms.c (COPY_SHORT, COPY_LONG, PUT_SHORT, PUT_LONG):
2534 (PUT_LONG, PUT_SHORT): Use COPY_LONG, COPY_SHORT.
12000 * config/obj-vms.c: Define macros COPY_LONG and COPY_SHORT which