Searched refs:file_end (Results 1 – 2 of 2) sorted by relevance
52 static void *file_end; /* pointer to the end of the mapped file */ variable106 if (file_ptr + count >= file_end) { in uwrite()107 off_t aoffset = (file_ptr + count) - file_end; in uwrite()119 if (file_ptr < file_end) { in uwrite()120 cnt = file_end - file_ptr; in uwrite()206 file_end = file_map + sb.st_size; in mmap_file()
114 file_end=$(${SIZE} -Ax $objfile | awk '$1 == ".text" {print $2}')192 …done < <(${NM} -n $objfile | awk -v fn=$func -v end=$file_end '$3 == fn { found=1; line=$0; start=…