Searched refs:func_offset (Results 1 – 2 of 2) sorted by relevance
246 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local247 if (addr_offset >= func_offset && in GetRangeContainingAddress()248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress()249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress()255 range.GetBaseAddress().SetOffset(func_offset + in GetRangeContainingAddress()281 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress() local282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress()283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress()284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
1222 uint32_t func_offset = in print_function_encoding() local1240 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() local1292 func_offset - in print_second_level_index_regular()