Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp261 size_t aligned_len = len; in UnpackTagsFromCoreFileSegment() local
267 aligned_len += granule; in UnpackTagsFromCoreFileSegment()
272 if (aligned_len % two_granules) { in UnpackTagsFromCoreFileSegment()
273 assert(aligned_len % two_granules == granule); in UnpackTagsFromCoreFileSegment()
274 aligned_len += granule; in UnpackTagsFromCoreFileSegment()
288 const size_t tag_bytes_to_read = aligned_len / granule / 2; in UnpackTagsFromCoreFileSegment()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcall.c573 int aligned_len; in call_function_by_hand() local
577 aligned_len = len; in call_function_by_hand()
581 sp -= aligned_len; in call_function_by_hand()
591 sp += aligned_len; in call_function_by_hand()