HomeSort by: relevance | last modified time | path
    Searched defs:ORIGIN (Results 1 - 7 of 7) sorted by relevancy

  /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...]
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 86 #define ORIGIN 339
ldgram.c 222 #define ORIGIN 339
2105 "NOCROSSREFS","NOCROSSREFS_TO","ORIGIN","FILL","LENGTH","CREATE_OBJECT_SYMBOLS",
2347 "origin_spec : ORIGIN '=' mustbe_exp",
2419 "exp : ORIGIN paren_script_name",
4634 { yyval.etree = exp_nameop (ORIGIN, yystack.l_mark[0].name); }
ldlex.c 2077 { RTOKEN(ORIGIN); }
2442 { RTOKEN(ORIGIN); }
2447 { RTOKEN(ORIGIN); }
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 139 ORIGIN = 340, /* ORIGIN */
284 #define ORIGIN 340
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)); }

Completed in 39 milliseconds