HomeSort by: relevance | last modified time | path
    Searched refs:ORIGIN (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/
sample.ld 26 RAM1 (w) : ORIGIN = 0xc800, LENGTH = 0x0200
27 RAM2 (w) : ORIGIN = 0xca56, LENGTH = 0x1000
28 ROM (w) : ORIGIN = 0x30000, LENGTH = 0x1000
  /src/external/gpl3/gdb/dist/sim/testsuite/m32c/
sample.ld 26 RAM1 (w) : ORIGIN = 0xc800, LENGTH = 0x0200
27 RAM2 (w) : ORIGIN = 0xca56, LENGTH = 0x1000
28 ROM (w) : ORIGIN = 0x30000, LENGTH = 0x1000
  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
or1k-test.ld 23 exception_vectors : ORIGIN = 0 , LENGTH = 8K
24 rom : ORIGIN = 8K, LENGTH = 40K
25 ram : ORIGIN = 40K, LENGTH = 2M - 40K
  /src/external/gpl3/gdb/dist/sim/testsuite/or1k/
or1k-test.ld 23 exception_vectors : ORIGIN = 0 , LENGTH = 8K
24 rom : ORIGIN = 8K, LENGTH = 40K
25 ram : ORIGIN = 40K, LENGTH = 2M - 40K
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.h 37 INVALID, APP, SHADOW, ORIGIN
54 {0x004200000000ULL, 0x006000000000ULL, MappingDesc::ORIGIN, "origin-2"},
58 {0x008200000000ULL, 0x00a000000000ULL, MappingDesc::ORIGIN, "origin-3"},
59 {0x00a000000000ULL, 0x00a200000000ULL, MappingDesc::ORIGIN, "origin-1"},
85 {0x02000000000ULL, 0x03000000000ULL, MappingDesc::ORIGIN, "origin-2"},
87 {0x04000000000ULL, 0x05000000000ULL, MappingDesc::ORIGIN, "origin-1"}
    [all...]
msan_linux.cc 137 (init_origins && type == MappingDesc::ORIGIN);
139 (!init_origins && type == MappingDesc::ORIGIN);
  /src/external/gpl2/gettext/dist/build-aux/
reloc-ldflags 79 dir="\$ORIGIN"`echo "$idir" | sed -e 's,//*[^/]*,/..,g'`"$dir"
  /src/external/mpl/bind/dist/bin/tests/system/ixfr/
setup.sh 22 \$ORIGIN $1
  /src/libexec/ld.elf_so/
expand.c 61 ADD(ORIGIN) /* dirname argv[0] */
86 case 2: /* ORIGIN */
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 86 #define ORIGIN 339
ldlex.l 261 <SCRIPT,EXPRESSION>"ORIGIN" { RTOKEN(ORIGIN); }
334 <SCRIPT>"o" { RTOKEN(ORIGIN); }
335 <SCRIPT>"org" { RTOKEN(ORIGIN); }
ldgram.y 151 %token ORIGIN FILL
849 ORIGIN '=' mustbe_exp
1055 | ORIGIN paren_script_name
1056 { $$ = exp_nameop (ORIGIN, $2); }
ldlex.c 2077 { RTOKEN(ORIGIN); }
2442 { RTOKEN(ORIGIN); }
2447 { RTOKEN(ORIGIN); }
ldexp.c 136 { ORIGIN, "ORIGIN" },
921 case ORIGIN:
927 new_rel_from_abs (mem->origin);
1715 SEGMENT_START or ORIGIN) outside of an output section statement,
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 139 ORIGIN = 340, /* ORIGIN */
284 #define ORIGIN 340
ldlex.l 261 <SCRIPT,EXPRESSION>"ORIGIN" { RTOKEN(ORIGIN); }
334 <SCRIPT>"o" { RTOKEN(ORIGIN); }
335 <SCRIPT>"org" { RTOKEN(ORIGIN); }
ldgram.y 151 %token ORIGIN FILL
849 ORIGIN '=' mustbe_exp
1055 | ORIGIN paren_script_name
1056 { $$ = exp_nameop (ORIGIN, $2); }
ldlex.c 2077 { RTOKEN(ORIGIN); }
2442 { RTOKEN(ORIGIN); }
2447 { RTOKEN(ORIGIN); }
ldgram.c 240 ORIGIN = 340, /* ORIGIN */
385 #define ORIGIN 340
597 YYSYMBOL_ORIGIN = 101, /* ORIGIN */
1270 "NOFLOAT", "NOCROSSREFS", "NOCROSSREFS_TO", "ORIGIN", "FILL", "LENGTH",
3668 case 206: /* origin_spec: ORIGIN '=' mustbe_exp */
4096 case 278: /* exp: ORIGIN paren_script_name */
4098 { (yyval.etree) = exp_nameop (ORIGIN, (yyvsp[0].name)); }
  /src/external/mpl/bind/dist/bin/tests/system/case/
tests.sh 70 echo_i "testing load of dynamic zone with various \$ORIGIN values ($n)"
79 echo_i "transfer of dynamic zone with various \$ORIGIN values ($n)"
  /src/external/gpl3/binutils/dist/ld/scripttempl/
elfarcv2.sc 61 .ivt DEFINED (ivtbase_addr) ? ivtbase_addr : ORIGIN(${STARTUP_MEMORY}) :
124 ICCM : ORIGIN = __TEXT_REGION_ORIGIN__, LENGTH = __TEXT_REGION_LENGTH__
125 DCCM : ORIGIN = __DATA_REGION_ORIGIN__, LENGTH = __DATA_REGION_LENGTH__
295 ${RELOCATING+ PROVIDE (__stack_top = (ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1) & -4);}
296 ${RELOCATING+ PROVIDE (__end_heap = ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1);}
  /src/external/gpl3/binutils.old/dist/ld/scripttempl/
elfarcv2.sc 61 .ivt DEFINED (ivtbase_addr) ? ivtbase_addr : ORIGIN(${STARTUP_MEMORY}) :
124 ICCM : ORIGIN = __TEXT_REGION_ORIGIN__, LENGTH = __TEXT_REGION_LENGTH__
125 DCCM : ORIGIN = __DATA_REGION_ORIGIN__, LENGTH = __DATA_REGION_LENGTH__
295 ${RELOCATING+ PROVIDE (__stack_top = (ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1) & -4);}
296 ${RELOCATING+ PROVIDE (__end_heap = ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1);}
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/
setup.sh 28 $ORIGIN .
  /src/external/mpl/bind/dist/bin/tests/system/checkzone/
tests.sh 107 echo_i "checking for no 'inherited owner' warning on '\$INCLUDE file' with no new \$ORIGIN ($n)"
115 echo_i "checking for 'inherited owner' warning on '\$ORIGIN + \$INCLUDE file' ($n)"
117 $CHECKZONE example zones/warn.inherit.origin.db >test.out1.$n 2>&1 || ret=1
123 echo_i "checking for 'inherited owner' warning on '\$INCLUDE file origin' ($n)"
  /src/external/mpl/bind/dist/lib/dns/
masterdump.c 88 dns_name_t *origin; member in struct:dns_totext_ctx
425 ctx->origin = NULL;
785 &rdata, ctx->origin, ctx->style.flags,
1105 fprintf(f, "$ORIGIN %.*s\n", (int)r.length, (char *)r.base);
1361 * for several purposes: converting origin names, rdatasets,
1367 * text representation of any domain name (for $ORIGIN).
1720 dns_name_t *origin = local
1722 result = dns_dbiterator_origin(dctx->dbiter, origin);
1727 dctx->tctx.origin = origin;
    [all...]

Completed in 76 milliseconds

1 2