Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h105 unsigned long header_offset; member
H A Dpef.c376 bfd_seek (abfd, section->header_offset, SEEK_SET); in bfd_pef_scan_section()
539 cur->header_offset = 40 + (i * 28);
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dpef.h105 unsigned long header_offset; member
H A Dpef.c410 bfd_seek (abfd, section->header_offset, SEEK_SET);
593 cur->header_offset = 40 + (i * 28);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp554 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local
555 if (header.Parse(data, &header_offset)) { in GetModuleSpecifications()
598 lldb::offset_t header_offset = data_offset; in GetModuleSpecifications() local
599 header.Parse(data, &header_offset); in GetModuleSpecifications()