Searched refs:header_offset (Results 1 – 2 of 2) sorted by relevance
188 size_t header_offset = get_cxa_exception_offset(); in __cxa_allocate_exception() local190 (char *)__aligned_malloc_with_fallback(header_offset + actual_size); in __cxa_allocate_exception()194 static_cast<__cxa_exception *>((void *)(raw_buffer + header_offset)); in __cxa_allocate_exception()203 size_t header_offset = get_cxa_exception_offset(); in __cxa_free_exception() local205 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()
537 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local538 if (header.Parse(data, &header_offset)) { in GetModuleSpecifications()581 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local582 header.Parse(data, &header_offset); in GetModuleSpecifications()