Searched refs:_edata_loc (Results 1 - 7 of 7) sorted by last modified time

/linux-master/arch/riscv/kernel/
H A Dvmlinux-xip.lds.S133 _edata_loc = LOADADDR(.data.endmark); define
/linux-master/arch/arm/kernel/
H A Dvmlinux-xip.lds.S144 _edata_loc = LOADADDR(.data.endmark); define
H A Dhead.S285 ldr r6, =(_edata_loc - 1)
H A Dhead-inflate-data.c46 strm->avail_in = _edata_loc - __data_loc; /* upper bound */
48 strm->avail_out = _edata_loc - __data_loc;
H A Dhead.h4 extern char _edata_loc[];
H A Dhead-common.S131 .long _edata_loc @ r2
/linux-master/arch/arm/boot/
H A Ddeflate_xip_data.sh38 _edata_loc=$(sym_val _edata_loc)
43 data_end=$(($_edata_loc - $base_offset))
48 printf "end of xipImage doesn't match with _edata_loc (%#x vs %#x)\n" \
49 $(($file_end + $base_offset)) $_edata_loc 1>&2

Completed in 179 milliseconds