Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-vms.c258 #define COPY_SHORT(dest,val) ( *(short *) (dest) = (val) ) macro
261 #define COPY_SHORT(dest,val) md_number_to_chars ((dest), (val), 2) macro
271 ( COPY_SHORT (&Object_Record_Buffer[Object_Record_Offset], (val)), \
947 COPY_SHORT (cp, Line_Number - 1), cp += 2; in VMS_TBT_Line_PC_Correlation()
998 COPY_SHORT (cp, Line_Number - 1), cp += 2; in VMS_TBT_Line_PC_Correlation()
1016 COPY_SHORT (cp, Offset), cp += 2; in VMS_TBT_Line_PC_Correlation()
1108 COPY_SHORT (cp, ID_Number), cp += 2; /* file ID number */ in VMS_TBT_Source_File()
1111 COPY_SHORT (cp, ffb), cp += 2; /* first free byte of last block */ in VMS_TBT_Source_File()
1143 COPY_SHORT (cp, ID_Number), cp += 2; /* File ID Number. */ in VMS_TBT_Source_Lines()
1158 COPY_SHORT (cp, 65535), cp += 2; in VMS_TBT_Source_Lines()
[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