Searched refs:uoff_t (Results 1 – 3 of 3) sorted by relevance
49 typedef uint32_t uoff_t; typedef51 typedef uint64_t uoff_t; typedef64 uoff_t p_offset;65 uoff_t p_vaddr;66 uoff_t p_filesz;67 uoff_t p_memsz;68 uoff_t p_align;70 uoff_t backing_filesize;
282 phdr->backing_filesize = (uoff_t)statbuf.st_size; in _UCD_add_backing_file_at_segment()
490 typedef boost::move_detail::make_unsigned<off_t>::type uoff_t;491 if(uoff_t((std::numeric_limits<off_t>::max)()) < size){