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

/freebsd-13-stable/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-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1172 uint64_t file_address = baton.first_level_index_entry.functionOffset +
1215 baton.first_level_index_entry.functionOffset +
1223 entry_func_offset + baton.first_level_index_entry.functionOffset;
1240 if (mid_lsda_entry.functionOffset == func_offset) {
1245 } else if (mid_lsda_entry.functionOffset < func_offset) {
1283 // functionOffset from the containing index table already.
1286 // functionOffset.
1287 // So strip off the containing index table functionOffset value here so they
1293 baton.first_level_index_entry.functionOffset);
1382 printf("index section #%d: functionOffset
[all...]
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp266 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionIndexArray
269 functionOffset));
317 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionRegularArray
320 functionOffset));
374 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionCompressedArray
393 uint32_t functionOffset(uint32_t index) const { function in class:libunwind::UnwindSectionLsdaArray
396 index, functionOffset));
1296 EHABIIndexEntry, _i, functionOffset);
1573 //mid, low, high, topIndex.functionOffset(mid));
1574 if (topIndex.functionOffset(mi
[all...]
H A DAddressSpace.hpp37 uint32_t functionOffset; member in struct:EHABIIndexEntry

Completed in 117 milliseconds