Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp257 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
258 if (addr_offset >= func_offset && in GetRangeContainingAddress()
259 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
260 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
266 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
292 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
293 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
294 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
295 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1179 uint32_t func_offset = in print_function_encoding() local
1197 if (mid_lsda_entry.functionOffset == func_offset) { in print_function_encoding()
1202 } else if (mid_lsda_entry.functionOffset < func_offset) { in print_function_encoding()
1236 uint32_t func_offset = *((uint32_t *)(offset)); in print_second_level_index_regular() local
1249 func_offset - in print_second_level_index_regular()