Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.cpp188 size_t header_offset = get_cxa_exception_offset(); in __cxa_allocate_exception() local
190 (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() local
205 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp537 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local
538 if (header.Parse(data, &header_offset)) { in GetModuleSpecifications()
581 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local
582 header.Parse(data, &header_offset); in GetModuleSpecifications()