HomeSort by relevance Sort by last modified time
    Searched refs:__data_start (Results 1 - 11 of 11) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/lkr/
stm32f4xx.os.lkr 43 __data_start = ABSOLUTE(.);
67 __app_start = __data_data + __data_end - __data_start;
app.lkr 59 LONG(__data_start)
83 __data_start = ABSOLUTE(.);
84 __dso_handle = ABSOLUTE(__data_start);
stm32f4xx.bl.lkr 61 __data_start = ABSOLUTE(.);
  /external/u-boot/arch/microblaze/cpu/
u-boot-spl.lds 33 __data_start = .;
u-boot.lds 30 __data_start = .;
  /device/google/contexthub/firmware/os/platform/stm32/misc/
showsizes.sh 20 data_start=$(getvar $1 __data_start)
  /device/google/contexthub/firmware/os/platform/stm32/
crt_stm32.c 103 extern uint32_t __data_start[];
131 dst = __data_start;
bl.c 482 extern char __code_start[], __bss_end[], __bss_start[], __data_end[], __data_start[], __data_data[];
491 memcpy(__data_start, __data_data, __data_end - __data_start);
  /external/elfutils/tests/
run-dwflsyms.sh 102 61: NOTYPE GLOBAL __data_start (0) 0x201030
181 61: NOTYPE GLOBAL __data_start (0) 0x3000201030
589 64: NOTYPE GLOBAL __data_start (0) 0x20000
671 64: NOTYPE GLOBAL __data_start (0) 0x8001020000
    [all...]
run-readelf-s.sh 212 61: 0000000000201030 0 NOTYPE GLOBAL DEFAULT 25 __data_start
  /build/soong/symbol_inject/
elf_symboldata_test.go 115 elf.Symbol{Name: "__data_start", Info: 0x10, Other: 0x0, Section: elf.SHN_UNDEF + 23, Value: 0x601020, Size: 0x0},
228 elf.Symbol{Name: "__data_start", Info: 0x10, Other: 0x0, Section: elf.SHN_UNDEF + 23, Value: 0x601020, Size: 0x0},

Completed in 528 milliseconds