Home
last modified time | relevance | path

Searched refs:sec_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/tools/
H A Dembed_mfs.sh63 sec_size=`echo "${sec_info}" | awk '/sh_size/ {print $2}' 2>/dev/null`
81 sec_size=`expr ${sec_end} - ${sec_start}`
86 if [ ${sec_size} -lt ${mfs_size} ]; then
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c177 uint64_t sec_offset, sec_size; in pt_iscache_find_locked() local
187 sec_size = pt_section_size(section); in pt_iscache_find_locked()
195 if (sec_size != size) in pt_iscache_find_locked()