Searched refs:header_offset (Results 1 – 6 of 6) 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()
105 unsigned long header_offset; member
376 bfd_seek (abfd, section->header_offset, SEEK_SET); in bfd_pef_scan_section()539 cur->header_offset = 40 + (i * 28);
410 bfd_seek (abfd, section->header_offset, SEEK_SET);593 cur->header_offset = 40 + (i * 28);
554 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local555 if (header.Parse(data, &header_offset)) { in GetModuleSpecifications()598 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local599 header.Parse(data, &header_offset); in GetModuleSpecifications()