/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 208 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() 226 error_t *error_p) { in ReadFromFile() 236 error_t *error_p) { in WriteToFile() 245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile()
|
D | sanitizer_common.h | 229 error_t *errno_p = nullptr); 234 uptr *bytes_read = nullptr, error_t *error_p = nullptr); 236 uptr *bytes_written = nullptr, error_t *error_p = nullptr); 239 error_t *error_p = nullptr); 257 error_t *errno_p = nullptr); 341 const char *mmap_type, error_t err,
|
D | sanitizer_win.cc | 544 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() 569 error_t *error_p) { in ReadFromFile() 590 error_t *error_p) { in WriteToFile() 594 error_t dummy_error; in WriteToFile() 623 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile()
|
D | sanitizer_internal_defs.h | 87 typedef unsigned error_t; typedef 90 typedef int error_t; typedef
|
D | sanitizer_coverage_mapping_libcdep.cc | 93 error_t err; in CovUpdateMapping()
|
D | sanitizer_common.cc | 104 const char *mmap_type, error_t err, in ReportMmapFailureAndDie() 124 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer()
|
D | sanitizer_flag_parser.cc | 134 error_t err; in ParseFile()
|
/external/elfutils/lib/ |
D | color.c | 44 static error_t parse_opt (int key, char *arg, struct argp_state *state); 87 static error_t
|
/external/elfutils/src/ |
D | arlib-argp.c | 39 static error_t
|
D | ld.c | 195 static error_t parse_opt_1st (int key, char *arg, struct argp_state *state); 196 static error_t parse_opt_2nd (int key, char *arg, struct argp_state *state); 537 static error_t 751 static error_t
|
D | findtextrel.c | 79 static error_t parse_opt (int key, char *arg, struct argp_state *state); 172 static error_t
|
D | size.c | 86 static error_t parse_opt (int key, char *arg, struct argp_state *state); 217 static error_t
|
D | strings.c | 91 static error_t parse_opt (int key, char *arg, struct argp_state *state); 240 static error_t
|
D | addr2line.c | 94 static error_t parse_opt (int key, char *arg, struct argp_state *state); 226 static error_t
|
D | objdump.c | 74 static error_t parse_opt (int key, char *arg, struct argp_state *state); 187 static error_t
|
D | elfcmp.c | 84 static error_t parse_opt (int key, char *arg, struct argp_state *state); 682 static error_t
|
/external/elfutils/libdwfl/ |
D | argp-std.c | 103 static error_t 116 inline error_t fail (Dwfl *dwfl, int errnum, const char *msg) in parse_opt()
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | config.h | 690 #define error_t int macro
|
D | config.h.cmake | 124 /* Define to 1 if the system has the type `error_t'. */ 689 /* Define to a type to use for `error_t' if it is not otherwise available. */ 690 #cmakedefine error_t ${error_t}
|
D | config.h.in | 122 /* Define to 1 if the system has the type `error_t'. */ 690 /* Define to a type to use for `error_t' if it is not otherwise available. */ 691 #undef error_t
|
/external/compiler-rt/lib/stats/ |
D | stats.cc | 47 error_t err; in OpenStatsFile()
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | ltdl.m4 | 409 AC_CHECK_TYPES([error_t], 411 [AC_DEFINE([error_t], [int], definition 412 [Define to a type to use for `error_t' if it is not otherwise available.])],
|
/external/elfutils/tests/ |
D | dwflsyms.c | 213 error_t res; in main()
|
D | dwflmodtest.c | 218 static error_t
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 217 check_type_exists(error_t errno.h HAVE_ERROR_T) 347 set(error_t int) variable
|