Searched refs:LOC (Results 1 – 25 of 55) sorted by relevance
123
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ti.h | 225 #define GET_SCNHDR_NRELOC(ABFD, LOC) \ argument 226 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC)) 227 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument 228 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 230 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument 233 char * ptr = (LOC); \ 240 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument 243 char * ptr = (LOC); \ 250 #define GET_SCNHDR_FLAGS(ABFD, LOC) \ argument 253 char * ptr = (LOC); \ [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | pr12815-1.s | 2 ! mmixal:= 8H LOC Data_Section 3 .text ! mmixal:= 9H LOC 8B 4 .data ! mmixal:= 8H LOC 9B 6 LOC @+(4-@)&3 9 .text ! mmixal:= 9H LOC 8B 11 LOC @+(4-@)&3 26 .data ! mmixal:= 8H LOC 9B
|
D | pr12815-2.s | 2 ! mmixal:= 8H LOC Data_Section 3 .text ! mmixal:= 9H LOC 8B 5 LOC @+(4-@)&3 14 .data ! mmixal:= 8H LOC 9B
|
D | locto.s | 1 LOC #1002
|
D | data1.s | 1 LOC #20 << 56
|
D | dloc1.s | 1 LOC #20 << 56 + #200
|
D | locdo.s | 1 LOC Data_Segment+2
|
D | loct.s | 1 LOC #1002
|
D | loc2.s | 1 LOC #2000
|
D | loc1.s | 1 LOC #1000
|
D | dloc2.s | 1 LOC #20 << 56 + #200
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | loc-5.s | 4 LOC Data_Segment 7 LOC (#20 << 56) + #20 10 LOC t+4
|
D | err-loc-10.s | 2 LOC (#80 << 56) + #200 4 LOC (#80 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
|
D | err-loc-9.s | 2 LOC (#70 << 56) + #200 4 LOC (#70 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
|
D | err-loc-2.s | 2 LOC (#20 << 56) + #200 4 LOC (#20 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
|
D | err-loc-1.s | 2 LOC #200 4 LOC #100 % { dg-error "LOC expression stepping backwards" "" }
|
D | loc-4.s | 3 LOC Data_Segment 6 LOC #10
|
D | greg6.s | 4 LOC x+4 8 LOC t
|
D | greg5.s | 4 LOC x+4 8 LOC t
|
D | loc-2.s | 1 # Check that a LOC before any code gets translated into the right 3 LOC 256
|
D | loc-7.s | 4 LOC #8000000000042000 6 LOC #8000000000042010
|
D | fb-2.s | 4 0H LOC #10 6 0H LOC 0B+#20+0F
|
D | err-loc-4.s | 2 LOC #201
|
D | err-loc-7.s | 2 LOC (#20<<56)|1
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-mmix.texi | 261 @item LOC 262 @cindex assembler directive LOC, MMIX 263 @cindex pseudo-op LOC, MMIX 264 @cindex MMIX assembler directive LOC 265 @cindex MMIX pseudo-op LOC 268 The @code{LOC} directive sets the current location to the value of the 273 monotonically higher addresses. A LOC expression must be a previously 279 prev LOC @@+8 282 When a LOC has a constant as its operand, a symbol 288 with the LOC definition). [all …]
|
123