Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp231 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local
232 if (addr_offset >= func_offset && in GetRangeContainingAddress()
233 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()
234 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()
240 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()
266 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local
267 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()
268 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()
269 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1222 uint32_t func_offset = in print_function_encoding() local
1240 if (mid_lsda_entry.functionOffset == func_offset) { in print_function_encoding()
1245 } else if (mid_lsda_entry.functionOffset < func_offset) { in print_function_encoding()
1279 uint32_t func_offset = *((uint32_t *)(offset)); in print_second_level_index_regular() local
1292 func_offset - in print_second_level_index_regular()