Home
last modified time | relevance | path

Searched refs:errno_p (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_file.cpp128 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer() argument
142 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToBuffer()
153 errno_p)) { in ReadFileToBuffer()
173 error_t *errno_p) { in ReadFileToVector() argument
178 fd_t fd = OpenFile(file_name, RdOnly, errno_p); in ReadFileToVector()
189 &just_read, errno_p)) { in ReadFileToVector()
Dsanitizer_file.h59 error_t *errno_p = nullptr);
Dsanitizer_posix.cpp163 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { in OpenFile() argument
173 if (internal_iserror(res, errno_p)) in OpenFile()
Dsanitizer_fuchsia.cpp389 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer() argument
390 *errno_p = ZX_ERR_NOT_SUPPORTED; in ReadFileToBuffer()
Dsanitizer_common.h746 error_t *errno_p = nullptr);
758 error_t *errno_p = nullptr);
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dxtensa-isa.c236 xtensa_isa_init (xtensa_isa_status *errno_p, char **error_msg_p) in xtensa_isa_init() argument
244 CHECK_ALLOC_FOR_INIT (isa->opname_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init()
256 CHECK_ALLOC_FOR_INIT (isa->state_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init()
268 CHECK_ALLOC_FOR_INIT (isa->sysreg_lookup_table, NULL, errno_p, error_msg_p); in xtensa_isa_init()
284 errno_p, error_msg_p); in xtensa_isa_init()
300 CHECK_ALLOC_FOR_INIT (isa->interface_lookup_table, NULL, errno_p, in xtensa_isa_init()
313 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p, in xtensa_isa_init()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dxtensa-isa.h226 xtensa_isa_init (xtensa_isa_status *errno_p, char **error_msg_p);