Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 25 of 30) sorted by relevance

12

/external/elfutils/src/
Dstrings.c56 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 …]
Dld.c294 if (sizeof (off_t) != sizeof (off64_t)) in main()
/external/sqlite/dist/
DAndroid.patch45 +// 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/
Delf_getdata_rawchunk.c69 off64_t offset;
90 || (off64_t) (elf->maximum_size - size) < offset))
DlibelfP.h342 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
DChangeLog172 * 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/
Dinterception_type_test.cc28 COMPILER_CHECK(sizeof(OFF64_T) == sizeof(off64_t));
/external/e2fsprogs/util/
Dcopy_sparse.c95 off64_t offset = 0, should_be; in copy_sparse_file()
152 should_be = ((off64_t) lb) * bs; in copy_sparse_file()
/external/libvpx/libvpx/
Dtools_common.h27 #define off_t off64_t
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_unixos.h568 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/
DAndroidFixup.h21 #define off64_t off_t macro
/external/chromium_org/net/base/
Dfile_stream_context_posix.cc31 #define off_t off64_t
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dmalloc_hook_mmap_linux.h69 typedef off64_t __off64_t;
/external/elfutils/libdwfl/
Dlinux-proc-maps.c269 ssize_t nread = pread64 (fd, data, maxread, (off64_t) address); in INTDEF()
/external/chromium_org/third_party/zlib/
Dzconf.h401 # define z_off64_t off64_t
/external/stlport/stlport/stl/
Dchar_traits.h72 typedef off64_t streamoff;
/external/zlib/src/
Dzconf.h485 # define z_off64_t off64_t
DCMakeLists.txt43 check_type_size(off64_t OFF64_T)
Dconfigure428 off64_t dummy = 0;
Dzconf.h.cmakein487 # define z_off64_t off64_t
Dzconf.h.in485 # define z_off64_t off64_t
/external/zlib/
Dzconf.h485 # define z_off64_t off64_t
/external/elfutils/
Dandroid.patch344 off64_t offset;
359 || (off64_t) (elf->maximum_size - size) < offset))
/external/chromium_org/tools/android/memdump/
Dmemdump.cc211 const off64_t offset = addr / kPageSize; in GetPagesForMemoryMap()
/external/chromium_org/third_party/tcmalloc/vendor/
DChangeLog179 * BUGFIX: mmap2 on i386 takes an off_t, not off64_t (csilvers)

12