Searched refs:sec_start (Results 1 – 2 of 2) sorted by relevance
64 sec_start=`echo "${sec_info}" | \70 sec_start=`strings -at d $1 | grep "MFS Filesystem goes here"` || \72 sec_start=`echo ${sec_start} | awk '{print $1}'`81 sec_size=`expr ${sec_end} - ${sec_start}`92 dd if=$2 ibs=8192 of=$1 obs=${sec_start} oseek=1 conv=notrunc 2> /dev/null && \
54 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local55 uptr sec_end = sec_start + sc->size; in NextSectionLoad()56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()