HomeSort by relevance Sort by last modified time
    Searched refs:ORIGIN (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /device/google/contexthub/firmware/misc/variant/common/
stm32f401.map.lkr 21 bl : ORIGIN = 0x08000000, LENGTH = 16K /* one block */
22 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
23 code : ORIGIN = 0x0800C000, LENGTH = 80K /* 16K block + 64K block */
24 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
25 ram : ORIGIN = 0x20000000, LENGTH = 96K
stm32f411.map.lkr 19 bl : ORIGIN = 0x08000000, LENGTH = 16K /* one block */
20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
21 code : ORIGIN = 0x0800C000, LENGTH = 208K /* 16K block + 64K block + 128K block */
22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
23 ram : ORIGIN = 0x20000000, LENGTH = 128K
stm32f4xx.os.lkr 67 BL = ORIGIN(bl);
69 __heap_end = ORIGIN(ram) + LENGTH(ram);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYFramingModel.java 20 ORIGIN,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over3.t 5 bss (rwx) : ORIGIN = 0, LENGTH = 0
6 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
7 r2 (rwx) : ORIGIN = 0x2000, LENGTH = 8
rgn-over7.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
6 r2 (rwx) : ORIGIN = 0x1008, LENGTH = 12
rgn-at2.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
6 other : ORIGIN = 0x30000, LENGTH = 0x200
rgn-over4.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
6 v1 (rwx) : ORIGIN = 0x2000, LENGTH = 24
rgn-over5.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 24
6 v1 (rwx) : ORIGIN = 0x2000, LENGTH = 8
rgn-over6.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
6 v1 (rwx) : ORIGIN = 0x2000, LENGTH = 8
rgn-at1.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
rgn-at3.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
rgn-over1.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
5 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 8
rgn-over2.t 5 bss (rwx) : ORIGIN = 0, LENGTH = 0
6 r1 (rwx) : ORIGIN = 0x1000, LENGTH = 20
rgn-at4.t 4 ram : ORIGIN = 0x10000, LENGTH = 0x100
5 rom : ORIGIN = 0x20000, LENGTH = 0x200
rgn-over8.t 4 rom (rwx) : ORIGIN = 0, LENGTH = 2048
5 ram (rwx) : ORIGIN = 0x1000, LENGTH = 2048
  /bionic/tests/libs/
Android.build.dt_runpath.mk 24 # libtest_dt_runpath_d.so runpath: ${ORIGIN}/dt_runpath_b_c_x
25 # |-> dt_runpath_b_c_x/libtest_dt_runpath_b.so runpath: ${ORIGIN}/../dt_runpath_a
27 # |-> dt_runpath_b_c_x/libtest_dt_runpath_c.so runpath: ${ORIGIN}/invalid_dt_runpath
47 libtest_dt_runpath_b_ldflags := -Wl,--rpath,\$${ORIGIN}/../dt_runpath_a -Wl,--enable-new-dtags
59 libtest_dt_runpath_c_ldflags := -Wl,--rpath,\$${ORIGIN}/invalid_dt_runpath -Wl,--enable-new-dtags
69 libtest_dt_runpath_d_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
78 libtest_dt_runpath_d_zip_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
Android.build.linker_namespaces.mk 66 # libnstest_root_not_isolated.so (DT_RUNPATH = $ORIGIN/../private_namespace_libs_external/)
68 # +-> libnstest_private_external.so (located in $ORIGIN/../private_namespace_libs_external/)
75 libnstest_root_not_isolated_ldflags := -Wl,--rpath,\$$ORIGIN/../private_namespace_libs_external \
  /external/compiler-rt/lib/msan/
msan.h 37 INVALID, APP, SHADOW, ORIGIN
49 {0x00c000000000ULL, 0x00e000000000ULL, MappingDesc::ORIGIN, "origin"},
69 {0x02000000000ULL, 0x03000000000ULL, MappingDesc::ORIGIN, "origin-2"},
71 {0x04000000000ULL, 0x05000000000ULL, MappingDesc::ORIGIN, "origin-1"},
78 {0x0A000000000ULL, 0x0B000000000ULL, MappingDesc::ORIGIN, "origin-3"},
85 {0x18000000000ULL, 0x19000000000ULL, MappingDesc::ORIGIN, "origin-4"}
    [all...]
  /device/google/contexthub/firmware/misc/cpu/cortexm4f/
app.lkr 43 flash : ORIGIN = 0x10000000, LENGTH = 256K /* we write this to flash */
44 ram : ORIGIN = 0x80000000, LENGTH = 128K /* we allocate this in ram */
45 trash : ORIGIN = 0xF0000000, LENGTH = 256K /* we throw this away soon after linking */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
cors.py 31 ORIGIN = 'Origin'
58 ORIGINS : [ORIGIN],
65 self.legal_elements = [ORIGIN, METHOD, HEADER]
  /external/v8/test/mjsunit/regress/
regress-201590.js 33 this.ORIGIN = { x: initialX, y: initialY };
43 var xPos = ((xOffset) * gdpRatio) + this.ORIGIN.x * this.scale -
45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
  /external/elfutils/tests/
run-alldts.sh 60 FLAGS ORIGIN SYMBOLIC TEXTREL BIND_NOW 0xdeadbee0
89 FLAGS_1 NOW GLOBAL GROUP NODELETE INITFIRST NOOPEN ORIGIN TRANS INTERPOSE NODEFLIB NODUMP CONFALT DISPRELDNE DISPRELPND 0xdeac0000
  /external/icu/icu4c/source/config/
mh-hpux-gcc 17 LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/
mh-linux 20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN

Completed in 478 milliseconds

1 2 3 4