Searched refs:error_t (Results 1 – 25 of 28) sorted by relevance
12
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 213 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() 231 error_t *error_p) { in ReadFromFile() 241 error_t *error_p) { in WriteToFile() 250 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile()
|
D | sanitizer_common.h | 205 error_t *errno_p = nullptr); 210 uptr *bytes_read = nullptr, error_t *error_p = nullptr); 212 uptr *bytes_written = nullptr, error_t *error_p = nullptr); 215 error_t *error_p = nullptr); 224 uptr max_len, error_t *errno_p = nullptr);
|
D | sanitizer_win.cc | 404 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { in OpenFile() 419 error_t *error_p) { in ReadFromFile() 429 error_t *error_p) { in WriteToFile() 451 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_flags.cc | 57 error_t err; in Parse()
|
D | sanitizer_coverage_mapping_libcdep.cc | 98 error_t err; in CovUpdateMapping()
|
D | sanitizer_common.cc | 138 uptr max_len, error_t *errno_p) { in ReadFileToBuffer()
|
/external/elfutils/src/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/src/ |
D | arlib-argp.c | 39 static error_t
|
D | ld.c | 196 static error_t parse_opt_1st (int key, char *arg, struct argp_state *state); 197 static error_t parse_opt_2nd (int key, char *arg, struct argp_state *state); 543 static error_t 757 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 | strings.c | 87 static error_t parse_opt (int key, char *arg, struct argp_state *state); 236 static error_t
|
D | addr2line.c | 88 static error_t parse_opt (int key, char *arg, struct argp_state *state); 206 static error_t
|
D | size.c | 87 static error_t parse_opt (int key, char *arg, struct argp_state *state); 221 static error_t
|
D | objdump.c | 75 static error_t parse_opt (int key, char *arg, struct argp_state *state); 191 static error_t
|
D | elfcmp.c | 84 static error_t parse_opt (int key, char *arg, struct argp_state *state); 673 static error_t
|
D | ar.c | 106 static error_t parse_opt (int key, char *arg, struct argp_state *state); 299 static error_t
|
D | nm.c | 111 static error_t parse_opt (int key, char *arg, struct argp_state *state); 275 static error_t
|
D | stack.c | 479 static error_t
|
D | unstrip.c | 107 static error_t 181 error_t fail = 0; in parse_opt() 2317 error_t result = argp_parse (&argp, argc, argv, 0, &remaining, &info); in main()
|
/external/elfutils/src/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/elfutils/src/tests/ |
D | dwflsyms.c | 213 error_t res; in main()
|
D | dwflmodtest.c | 218 static error_t
|
D | backtrace.c | 426 static error_t
|
/external/llvm/patches/ |
D | 0002-Add-basic-Android-configuration.patch | 339 +/* Define to 1 if the system has the type `error_t'. */ 900 +/* Define to a type to use for `error_t' if it is not otherwise available. */ 901 +/* #undef error_t */ 1282 +/* Define to 1 if the system has the type `error_t'. */ 1882 +/* Define to a type to use for `error_t' if it is not otherwise available. */ 1883 +/* #undef error_t */
|
12