Searched refs:ORIGIN (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/tcsh/
H A Dpatchlevel.h7 #define ORIGIN "Astron" macro
H A Dtc.vers.c160 REV, VERS, PATCHLEVEL, ORIGIN, DATE, machtype, vendor, ostype,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h36 INVALID, APP, SHADOW, ORIGIN enumerator in enum:MappingDesc::Type
53 {0x004200000000ULL, 0x006000000000ULL, MappingDesc::ORIGIN, "origin-2"},
57 {0x008200000000ULL, 0x00a000000000ULL, MappingDesc::ORIGIN, "origin-3"},
58 {0x00a000000000ULL, 0x00a200000000ULL, MappingDesc::ORIGIN, "origin-1"},
84 {0x02000000000ULL, 0x03000000000ULL, MappingDesc::ORIGIN, "origin-2"},
86 {0x04000000000ULL, 0x05000000000ULL, MappingDesc::ORIGIN, "origin-1"},
93 {0x0A000000000ULL, 0x0B000000000ULL, MappingDesc::ORIGIN, "origin-3"},
100 {0x18000000000ULL, 0x19000000000ULL, MappingDesc::ORIGIN, "origin-4"},
105 {0x27000000000ULL, 0x28000000000ULL, MappingDesc::ORIGIN, "origin-5"},
107 {0x29000000000ULL, 0x2A000000000ULL, MappingDesc::ORIGIN, "origi
[all...]
H A Dmsan_linux.cpp136 (init_origins && type == MappingDesc::ORIGIN);
138 (!init_origins && type == MappingDesc::ORIGIN);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zones/
H A Dzones_003_pos.ksh108 ORIGIN=$($ZFS get -H -o value origin $TESTPOOL/$ZONE3)
109 if [ "$ORIGIN" != "$TESTPOOL/$ZONE@SUNWzone1" ]
/freebsd-12-stable/contrib/binutils/ld/
H A Dldlex.l246 <BOTH,SCRIPT,EXPRESSION>"ORIGIN" { RTOKEN(ORIGIN);}
307 <BOTH,SCRIPT>"o" { RTOKEN(ORIGIN);}
308 <BOTH,SCRIPT>"org" { RTOKEN(ORIGIN);}
H A Dldgram.y142 %token ORIGIN FILL
688 ORIGIN '=' mustbe_exp
884 | ORIGIN '(' NAME ')'
885 { $$ = exp_nameop (ORIGIN, $3); }
H A Dldexp.c110 { ORIGIN, "ORIGIN" },
650 case ORIGIN:
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S124 * ORIGIN is the relocation address. If you change it, you also need
133 .set ORIGIN,0x600 # Execution address
208 jmp main-LOAD+ORIGIN # Jump to relocated code
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2183 LLVM_READOBJ_DT_FLAG_ENT(DF, ORIGIN),
2198 LLVM_READOBJ_DT_FLAG_ENT(DF_1, ORIGIN),

Completed in 101 milliseconds