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

1 2 3 4 5

  /device/google/contexthub/firmware/os/platform/stm32/lkr/
stm32f401.map.lkr 19 bl : ORIGIN = 0x08000000, LENGTH = 16K /* one block */
20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
21 code : ORIGIN = 0x0800C000, LENGTH = 80K /* 16K block + 64K block */
22 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
23 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
stm32f412.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 = 768K /* 6x 128K blocks */
23 ram : ORIGIN = 0x20000000, LENGTH = 256K
stm32f4xx.os.lkr 66 _BL = ORIGIN(bl);
68 __heap_end = ORIGIN(ram) + LENGTH(ram);
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/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
  /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...]
  /bionic/tests/libs/
Android.build.testlib.internal.mk 24 # 2. Set dt_runpath to origin to resolve dependencies
25 $(module)_ldflags += -Wl,--rpath,\$${ORIGIN} -Wl,--enable-new-dtags
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
81 libtest_dt_runpath_d_zip_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
  /frameworks/av/drm/mediacas/plugins/clearkey/tests/
Android.mk 30 -Wl,--rpath,\$${ORIGIN}/../../../system/vendor/lib/mediacas -Wl,--enable-new-dtags
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1.ld.S 38 ROM (rx): ORIGIN = BL1_RO_BASE, LENGTH = BL1_RO_LIMIT - BL1_RO_BASE
39 RAM (rwx): ORIGIN = BL1_RW_BASE, LENGTH = BL1_RW_LIMIT - BL1_RW_BASE
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.ld.S 38 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 39 RAM (rwx): ORIGIN = TSP_SEC_MEM_BASE, LENGTH = TSP_SEC_MEM_SIZE

Completed in 1553 milliseconds

1 2 3 4 5