| /third_party/ulib/ngunwind/src/mi/ |
| A D | Gget_proc_name.c | 31 unw_word_t addr, char *buf, size_t buf_len, void *arg) in intern_string() argument 36 for (i = 0; i < buf_len; ++i) in intern_string() 44 buf[buf_len - 1] = '\0'; /* ensure string is NUL terminated */ in intern_string() 50 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in get_proc_name() argument 69 ret = intern_string (as, a, di->u.pi.name_ptr, buf, buf_len, arg); in get_proc_name() 93 return (*a->get_proc_name) (as, ip, buf, buf_len, offp, arg); in get_proc_name() 99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, in unw_get_proc_name() argument 109 error = get_proc_name (tdep_get_as (c), ip, buf, buf_len, offp, in unw_get_proc_name()
|
| /third_party/ulib/ngunwind/src/ |
| A D | elfxx.c | 90 char *buf, size_t buf_len, Elf_W (Addr) *min_dist) in elf_w() 142 strncpy (buf, strtab + sym->st_name, buf_len); in elf_w() 143 buf[buf_len - 1] = '\0'; in elf_w() 144 ret = (strlen (strtab + sym->st_name) >= buf_len in elf_w() 308 char *buf, size_t buf_len, unw_word_t *offp) in elf_w() 315 ret = elf_w (lookup_symbol) (as, ip, ei, load_offset, buf, buf_len, &min_dist); in elf_w() 323 buf_len, &min_dist); in elf_w() 343 char *buf, size_t buf_len, unw_word_t *offp) in elf_w() 353 ret = elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp); in elf_w()
|
| A D | fuchsia.c | 312 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in remote_get_proc_name() argument
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | cipher.c | 224 ctx->buf_len = 0; in EVP_CipherInit_ex() 259 if (ctx->buf_len == 0 && (in_len & ctx->block_mask) == 0) { in EVP_EncryptUpdate() 269 i = ctx->buf_len; in EVP_EncryptUpdate() 275 ctx->buf_len += in_len; in EVP_EncryptUpdate() 305 ctx->buf_len = i; in EVP_EncryptUpdate() 330 bl = ctx->buf_len; in EVP_EncryptFinal_ex() 395 if (b > 1 && !ctx->buf_len) { in EVP_DecryptUpdate() 427 if (ctx->buf_len) { in EVP_DecryptFinal_ex() 436 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
|
| /third_party/ulib/ngunwind/src/aarch64/ |
| A D | Ginit.c | 150 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument 153 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
| /third_party/ulib/ngunwind/src/arm/ |
| A D | Ginit.c | 198 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument 201 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | elfxx.h | 55 char *buf, size_t buf_len, unw_word_t *offp);
|
| /third_party/ulib/ngunwind/src/x86_64/ |
| A D | Ginit.c | 246 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument 249 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
|
| /third_party/ulib/uboringssl/crypto/err/ |
| A D | err.c | 722 static const unsigned buf_len = 256; in ERR_add_error_dataf() local 727 buf = OPENSSL_malloc(buf_len + 1); in ERR_add_error_dataf() 733 BIO_vsnprintf(buf, buf_len, format, ap); in ERR_add_error_dataf() 734 buf[buf_len] = 0; in ERR_add_error_dataf()
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | cipher.h | 508 int buf_len; member
|