Searched refs:functionOffset (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h426 uint32_t functionOffset; member in struct:unwind_info_section_header_index_entry
433 uint32_t functionOffset; member in struct:unwind_info_section_header_lsda_index_entry
446 uint32_t functionOffset; member in struct:unwind_info_regular_second_level_entry
/freebsd-current/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1129 uint64_t file_address = baton.first_level_index_entry.functionOffset +
1172 baton.first_level_index_entry.functionOffset +
1180 entry_func_offset + baton.first_level_index_entry.functionOffset;
1197 if (mid_lsda_entry.functionOffset == func_offset) {
1202 } else if (mid_lsda_entry.functionOffset < func_offset) {
1240 // functionOffset from the containing index table already.
1243 // functionOffset.
1244 // So strip off the containing index table functionOffset value here so they
1250 baton.first_level_index_entry.functionOffset);
1339 printf("index section #%d: functionOffset
[all...]
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp283 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionIndexArray
286 functionOffset));
334 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionRegularArray
337 functionOffset));
391 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionCompressedArray
410 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionLsdaArray
413 index, functionOffset));
1449 EHABIIndexEntry, _i, functionOffset);
1738 //mid, low, high, topIndex.functionOffset(mid));
1739 if (topIndex.functionOffset(mi
[all...]
H A DAddressSpace.hpp43 uint32_t functionOffset; member in struct:EHABIIndexEntry
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp88 // `{functionOffset, encoding}` sorted by ascending `functionOffset`.
653 iep->functionOffset = cuEntries[idx].functionAddress - in.header->addr;
665 iep->functionOffset = cueEndBoundary - in.header->addr;
678 lep->functionOffset = cu.functionAddress - in.header->addr;

Completed in 222 milliseconds