Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dbionic_elf_tls.cpp134 const size_t exe_size = round_up_with_overflow_check(exe_segment->size, exe_segment->alignment); in reserve_exe_segment_and_tcb()
151 offset_ = round_up_with_overflow_check(offset_, alignment_); in finish_layout()
161 offset_ = round_up_with_overflow_check(offset_, alignment); in reserve()
168 size_t StaticTlsLayout::round_up_with_overflow_check(size_t value, size_t alignment) { in round_up_with_overflow_check() function in StaticTlsLayout
/aosp12/bionic/libc/private/
H A Dbionic_elf_tls.h86 size_t round_up_with_overflow_check(size_t value, size_t alignment);