Home
last modified time | relevance | path

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

/external/libunwind/src/
Delfxx.c56 size_t copy_bytes = MIN(sizeof(unw_word_t) - align_bytes, bytes); in elf_w() local
57 memcpy (buffer, (uint8_t*) (&data_word) + align_bytes, copy_bytes); in elf_w()
60 uint8_t* nul_terminator = memchr (buffer, '\0', copy_bytes); in elf_w()
66 addr += copy_bytes; in elf_w()
67 bytes_read += copy_bytes; in elf_w()
68 bytes -= copy_bytes; in elf_w()
69 buffer += copy_bytes; in elf_w()