Home
last modified time | relevance | path

Searched refs:open64 (Results 1 – 25 of 27) sorted by relevance

12

/external/elfutils/0.153/libdwfl/
Dlinux-proc-maps.c79 int fd = open64 (fname, O_RDONLY); in grovel_auxv()
310 int fd = open64 (module_name, O_RDONLY); in dwfl_linux_proc_find_elf()
332 int fd = open64 (fname, O_RDONLY); in dwfl_linux_proc_find_elf()
Dlinux-kernel-modules.c111 : TEMP_FAILURE_RETRY (open64 (*fname, O_RDONLY))); in try_kernel_name()
144 fd = TEMP_FAILURE_RETRY (open64 (zname, O_RDONLY)); in try_kernel_name()
514 int fd = open64 (notesfile, O_RDONLY); in check_notes()
762 int fd = open64 (f->fts_accpath, O_RDONLY); in INTDEF()
Ddwfl_build_id_find_elf.c112 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY)); in __libdwfl_open_by_build_id()
Dargp-std.c214 int fd = open64 (arg, O_RDONLY); in parse_opt()
Dfind-debuginfo.c78 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY)); in try_open()
Ddwfl_report_elf.c279 fd = open64 (file_name, O_RDONLY); in dwfl_report_elf()
Doffline.c319 fd = open64 (file_name, O_RDONLY); in dwfl_report_offline()
Ddwfl_module_getdwarf.c71 file->fd = TEMP_FAILURE_RETRY (open64 (file->name, O_RDONLY)); in open_elf()
/external/elfutils/0.153/host-darwin-fixup/
DAndroidFixup.h79 #define open64(path, flags) open(path, flags) macro
/external/elfutils/0.153/src/
Dfindtextrel.c226 int fd = open64 (real_fname, O_RDONLY); in process_file()
393 fd2 = open64 (difname, O_RDONLY); in process_file()
Dunstrip.c1908 int outfd = open64 (output_file, O_RDWR | O_CREAT, in handle_file()
1938 int fd = open64 (file, writable ? O_RDWR : O_RDONLY); in open_file()
/external/stlport/src/details/
Dfstream_unistd.cpp69 # define OPEN open64
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h451 open64, enumerator
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c441 return open64(pathname, flags, mode); in ext2fs_open_file()
443 return open64(pathname, flags); in ext2fs_open_file()
/external/e2fsprogs/misc/
De4defrag.c1160 fd = open64(file, O_RDONLY); in file_statistic()
1511 fd = open64(file, O_RDWR); in file_defrag()
1581 donor_fd = open64(tmp_inode_name, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR); in file_defrag()
Dfilefrag.c348 fd = open64(filename, O_RDONLY);
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp670 TLI.setUnavailable(LibFunc::open64); in initialize()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1376 TSAN_INTERCEPTOR(int, open64, const char *name, int flags, int mode) { in TSAN_INTERCEPTOR() argument
1377 SCOPED_TSAN_INTERCEPTOR(open64, name, flags, mode); in TSAN_INTERCEPTOR()
1378 int fd = REAL(open64)(name, flags, mode); in TSAN_INTERCEPTOR()
2324 TSAN_INTERCEPT(open64); in InitializeInterceptors()
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp808 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64); in StatSymbols()
/external/ltrace/etc/
Dlibc.so.conf87 int open64(string,int,octal); ; WARNING: 3rd argument may not be there
/external/e2fsprogs/lib/
Dconfig.h.in269 /* Define to 1 if you have the `open64' function. */
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1652 case LibFunc::open64: in inferPrototypeAttributes()
/external/e2fsprogs/
Dconfigure.in1048 open64
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2697 fun:open64=uninstrumented
/external/valgrind/main/
DNEWS.old1317 85658 Assert in coregrind/vg_libpthread.c:2326 (open64) !=

12