Home
last modified time | relevance | path

Searched refs:LOC (Results 1 – 25 of 64) sorted by relevance

123

/toolchain/binutils/binutils-2.27/include/coff/
Dti.h225 #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.27/ld/testsuite/ld-mmix/
Dpr12815-1.s2 ! 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
Dpr12815-2.s2 ! mmixal:= 8H LOC Data_Section
3 .text ! mmixal:= 9H LOC 8B
5 LOC @+(4-@)&3
14 .data ! mmixal:= 8H LOC 9B
Dlocto.s1 LOC #1002
Ddata1.s1 LOC #20 << 56
Dloc2.s1 LOC #2000
Dlocdo.s1 LOC Data_Segment+2
Dloc1.s1 LOC #1000
Ddloc1.s1 LOC #20 << 56 + #200
Ddloc2.s1 LOC #20 << 56 + #200
Dloct.s1 LOC #1002
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
Dloc-5.s4 LOC Data_Segment
7 LOC (#20 << 56) + #20
10 LOC t+4
Derr-loc-2.s2 LOC (#20 << 56) + #200
4 LOC (#20 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
Derr-loc-9.s2 LOC (#70 << 56) + #200
4 LOC (#70 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
Derr-loc-1.s2 LOC #200
4 LOC #100 % { dg-error "LOC expression stepping backwards" "" }
Dloc-4.s3 LOC Data_Segment
6 LOC #10
Dgreg5.s4 LOC x+4
8 LOC t
Dgreg6.s4 LOC x+4
8 LOC t
Dloc-2.s1 # Check that a LOC before any code gets translated into the right
3 LOC 256
Dloc-7.s4 LOC #8000000000042000
6 LOC #8000000000042010
Dfb-2.s4 0H LOC #10
6 0H LOC 0B+#20+0F
Derr-loc-6.s2 LOC #201
/toolchain/binutils/binutils-2.27/zlib/win32/
DMakefile.bor13 LOC = $(LOCAL_ZLIB)
19 CFLAGS = -a -d -k- -O2 $(LOC)
20 ASFLAGS = $(LOC)
21 LDFLAGS = $(LOC)
DMakefile.gcc46 CFLAGS = $(LOC) -O3 -Wall
49 ASFLAGS = $(LOC) -Wall
52 LDFLAGS = $(LOC)
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-mmix.texi261 @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