Searched refs:COPY_SHORT (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-vms.c | 258 #define COPY_SHORT(dest,val) ( *(short *) (dest) = (val) ) macro 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() 1158 COPY_SHORT (cp, 65535), cp += 2; in VMS_TBT_Source_Lines() 1166 COPY_SHORT (cp, Starting_Line_Number), cp += 2; in VMS_TBT_Source_Lines() 1174 COPY_SHORT (cp, Number_Of_Lines), cp += 2; in VMS_TBT_Source_Lines() 1683 COPY_SHORT (&Local[Lpnt], 9); /* typ.len==9 */ in bitfield_suffix() 1738 COPY_SHORT (&Local[Lpnt], 2); /* typ.len==2 */ in setup_basic_type() [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9295 | 1940 * 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/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9295 | 1940 * 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
|