| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | ti.h | 226 #define GET_SCNHDR_NRELOC(ABFD, LOC) \ argument 227 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC)) 228 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument 229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 231 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument 234 char * ptr = (LOC); \ 241 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument 244 char * ptr = (LOC); \ 251 #define GET_SCNHDR_FLAGS(ABFD, LOC) \ argument 254 char * ptr = (LOC); \ [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | ti.h | 226 #define GET_SCNHDR_NRELOC(ABFD, LOC) \ argument 227 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC)) 228 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument 229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 231 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument 234 char * ptr = (LOC); \ 241 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument 244 char * ptr = (LOC); \ 251 #define GET_SCNHDR_FLAGS(ABFD, LOC) \ argument 254 char * ptr = (LOC); \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | selftest.h | 286 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument 291 ::selftest::pass ((LOC), desc_); \ 293 ::selftest::fail ((LOC), desc_); \ 306 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument 311 ::selftest::fail ((LOC), desc_); \ 313 ::selftest::pass ((LOC), desc_); \ 326 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \ argument 330 ::selftest::pass ((LOC), desc_); \ 332 ::selftest::fail ((LOC), desc_); \ 345 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \ argument [all …]
|
| H A D | input.h | 168 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument 169 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument 170 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument 171 #define LOCATION_LOCUS(LOC) \ argument 172 ((IS_ADHOC_LOC (LOC)) ? get_location_from_adhoc_loc (line_table, LOC) \ 173 : (LOC)) 174 #define LOCATION_BLOCK(LOC) \ argument 175 ((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table, (LOC)) \ 177 #define RESERVED_LOCATION_P(LOC) \ argument 178 (LOCATION_LOCUS (LOC) < RESERVED_LOCATION_COUNT)
|
| H A D | streamer-hooks.h | 80 #define stream_output_location(OB, BP, LOC) \ argument 81 streamer_hooks.output_location (OB, BP, LOC) 83 #define stream_output_location_and_block(OB, BP, LOC) \ argument 84 streamer_hooks.output_location_and_block (OB, BP, LOC)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | selftest.h | 288 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument 293 ::selftest::pass ((LOC), desc_); \ 295 ::selftest::fail ((LOC), desc_); \ 308 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument 313 ::selftest::fail ((LOC), desc_); \ 315 ::selftest::pass ((LOC), desc_); \ 328 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \ argument 332 ::selftest::pass ((LOC), desc_); \ 334 ::selftest::fail ((LOC), desc_); \ 347 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \ argument [all …]
|
| H A D | input.h | 98 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument 99 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument 100 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument 101 #define LOCATION_LOCUS(LOC) \ argument 102 ((IS_ADHOC_LOC (LOC)) ? get_location_from_adhoc_loc (line_table, LOC) \ 103 : (LOC)) 104 #define LOCATION_BLOCK(LOC) \ argument 105 ((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table, (LOC)) \ 107 #define RESERVED_LOCATION_P(LOC) \ argument 108 (LOCATION_LOCUS (LOC) < RESERVED_LOCATION_COUNT)
|
| H A D | streamer-hooks.h | 80 #define stream_output_location(OB, BP, LOC) \ argument 81 streamer_hooks.output_location (OB, BP, LOC) 83 #define stream_output_location_and_block(OB, BP, LOC) \ argument 84 streamer_hooks.output_location_and_block (OB, BP, LOC)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit.c | 138 #define RETURN_VAL_IF_FAIL(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_MSG) \ argument 142 jit_error ((CTXT), (LOC), "%s: %s", __func__, (ERR_MSG)); \ 147 #define RETURN_VAL_IF_FAIL_PRINTF1(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0) \ argument 151 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ 157 #define RETURN_VAL_IF_FAIL_PRINTF2(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1) \ argument 161 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ 167 #define RETURN_VAL_IF_FAIL_PRINTF3(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1, A2) \ argument 171 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ 177 #define RETURN_VAL_IF_FAIL_PRINTF4(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1, A2, A3) \ argument 181 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.cc | 151 #define RETURN_VAL_IF_FAIL(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_MSG) \ argument 155 jit_error ((CTXT), (LOC), "%s: %s", __func__, (ERR_MSG)); \ 160 #define RETURN_VAL_IF_FAIL_PRINTF1(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0) \ argument 164 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ 170 #define RETURN_VAL_IF_FAIL_PRINTF2(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1) \ argument 174 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ 180 #define RETURN_VAL_IF_FAIL_PRINTF3(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1, A2) \ argument 184 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ 190 #define RETURN_VAL_IF_FAIL_PRINTF4(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1, A2, A3) \ argument 194 jit_error ((CTXT), (LOC), "%s: " ERR_FMT, \ [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/win32/ |
| H A D | Makefile.bor | 12 LOC = $(LOCAL_ZLIB) 18 CFLAGS = -a -d -k- -O2 $(LOC) 19 ASFLAGS = $(LOC) 20 LDFLAGS = $(LOC)
|
| H A D | Makefile.gcc | 41 CFLAGS = $(LOC) -O3 -Wall 44 ASFLAGS = $(LOC) -Wall 47 LDFLAGS = $(LOC)
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/win32/ |
| H A D | Makefile.bor | 12 LOC = $(LOCAL_ZLIB) 18 CFLAGS = -a -d -k- -O2 $(LOC) 19 ASFLAGS = $(LOC) 20 LDFLAGS = $(LOC)
|
| H A D | Makefile.gcc | 41 CFLAGS = $(LOC) -O3 -Wall 44 ASFLAGS = $(LOC) -Wall 47 LDFLAGS = $(LOC)
|
| /netbsd-src/common/dist/zlib/win32/ |
| H A D | Makefile.bor | 12 LOC = $(LOCAL_ZLIB) 18 CFLAGS = -a -d -k- -O2 $(LOC) 19 ASFLAGS = $(LOC) 20 LDFLAGS = $(LOC)
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/win32/ |
| H A D | Makefile.bor | 12 LOC = $(LOCAL_ZLIB) 18 CFLAGS = -a -d -k- -O2 $(LOC) 19 ASFLAGS = $(LOC) 20 LDFLAGS = $(LOC)
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A 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 …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A 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 …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mmix/ |
| H A D | crti.S | 43 .data ! mmixal:= 8H LOC Data_Segment 47 .text ! mmixal:= 9H LOC 8B; LOC #100
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| H A D | crti.S | 43 .data ! mmixal:= 8H LOC Data_Segment 47 .text ! mmixal:= 9H LOC 8B; LOC #100
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | test_ldnsrr.4 | 31 all.rr.org. IN LOC 42 21 54.5 N 71 06 18.3 W -24m 30m 32 ; too lenient LOC record 33 all.rr.org. IN LOC 42N 71 06 18.3W -24m 30m
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/xferquota/ns2/ |
| H A D | example.db | 79 loc01 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 80 loc02 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 97 nsec01 NSEC a.secure ( NS SOA MX RRSIG DNSKEY LOC NSEC )
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/notify/ns2/ |
| H A D | example4.db | 77 loc01 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 78 loc02 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 95 nxt01 NXT a.secure ( NS SOA MX SIG KEY LOC NXT )
|
| H A D | example3.db | 77 loc01 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 78 loc02 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 95 nxt01 NXT a.secure ( NS SOA MX SIG KEY LOC NXT )
|
| H A D | example1.db | 77 loc01 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 78 loc02 LOC 60 9 0.000 N 24 39 0.000 E 10.00m 20m 2000m 20m 95 nxt01 NXT a.secure ( NS SOA MX SIG KEY LOC NXT )
|