Searched refs:off64_t (Results 1 – 25 of 30) sorted by relevance
12
/external/elfutils/src/ |
D | strings.c | 56 static int read_fd (int fd, const char *fname, off64_t fdlen); 57 static int read_elf (Elf *elf, int fd, const char *fname, off64_t fdlen); 138 static off64_t elfmap_off; 190 off64_t fdlen = (fstat_fail in main() 192 if (fdlen > (off64_t) min_len_bytes) in main() 326 process_chunk_mb (const char *fname, const unsigned char *buf, off64_t to, in process_chunk_mb() 400 process_chunk (const char *fname, const unsigned char *buf, off64_t to, in process_chunk() 461 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep) in map_file() 481 size_t map_size = MIN ((off64_t) mmap_max, fdlen); in map_file() 517 read_block_no_mmap (int fd, const char *fname, off64_t from, off64_t fdlen) in read_block_no_mmap() [all …]
|
D | ld.c | 294 if (sizeof (off_t) != sizeof (off64_t)) in main()
|
/external/sqlite/dist/ |
D | Android.patch | 45 +// Bionic defines pread64 using off64_t rather than off_t. 46 +#define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent) 58 +// Bionic defines pwrite64 using off64_t rather than off_t. 59 +#define osPwrite64 ((ssize_t(*)(int,const void*,size_t,off64_t))\
|
/external/elfutils/libelf/ |
D | elf_getdata_rawchunk.c | 69 off64_t offset; 90 || (off64_t) (elf->maximum_size - size) < offset))
|
D | libelfP.h | 342 off64_t sizestr_offset; /* Offset of the size string in the parent 362 off64_t sizestr_offset; /* Offset of the size string in the parent 388 off64_t sizestr_offset; /* Offset of the size string in the parent
|
D | ChangeLog | 172 * libelf.h: Replace off64_t with loff_t throughout. 195 * libelf.h (Elf_Data): Use off64_t for d_off. 196 (Elf_Arhdr): Use off64_t for ar_size. 197 (elf_update, elf_getbase, elf_getaroff): Return off64_t.
|
/external/compiler-rt/lib/interception/ |
D | interception_type_test.cc | 28 COMPILER_CHECK(sizeof(OFF64_T) == sizeof(off64_t));
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 95 off64_t offset = 0, should_be; in copy_sparse_file() 152 should_be = ((off64_t) lb) * bs; in copy_sparse_file()
|
/external/libvpx/libvpx/ |
D | tools_common.h | 27 #define off_t off64_t
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _unixos.h | 568 typedef PRInt64 off64_t; typedef 581 off64_t st_size; 591 typedef off64_t _MDOff64_t; 595 typedef off64_t _MDOff64_t;
|
/external/elfutils/host-darwin-fixup/ |
D | AndroidFixup.h | 21 #define off64_t off_t macro
|
/external/chromium_org/net/base/ |
D | file_stream_context_posix.cc | 31 #define off_t off64_t
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | malloc_hook_mmap_linux.h | 69 typedef off64_t __off64_t;
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 269 ssize_t nread = pread64 (fd, data, maxread, (off64_t) address); in INTDEF()
|
/external/chromium_org/third_party/zlib/ |
D | zconf.h | 401 # define z_off64_t off64_t
|
/external/stlport/stlport/stl/ |
D | char_traits.h | 72 typedef off64_t streamoff;
|
/external/zlib/src/ |
D | zconf.h | 485 # define z_off64_t off64_t
|
D | CMakeLists.txt | 43 check_type_size(off64_t OFF64_T)
|
D | configure | 428 off64_t dummy = 0;
|
D | zconf.h.cmakein | 487 # define z_off64_t off64_t
|
D | zconf.h.in | 485 # define z_off64_t off64_t
|
/external/zlib/ |
D | zconf.h | 485 # define z_off64_t off64_t
|
/external/elfutils/ |
D | android.patch | 344 off64_t offset; 359 || (off64_t) (elf->maximum_size - size) < offset))
|
/external/chromium_org/tools/android/memdump/ |
D | memdump.cc | 211 const off64_t offset = addr / kPageSize; in GetPagesForMemoryMap()
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | ChangeLog | 179 * BUGFIX: mmap2 on i386 takes an off_t, not off64_t (csilvers)
|
12