Searched refs:align_bytes (Results 1 – 1 of 1) sorted by relevance
50 size_t align_bytes = addr & (sizeof(unw_word_t) - 1); in elf_w() local51 if (align_bytes != 0) { in elf_w()56 size_t copy_bytes = MIN(sizeof(unw_word_t) - align_bytes, bytes); in elf_w()57 memcpy (buffer, (uint8_t*) (&data_word) + align_bytes, copy_bytes); in elf_w()