Searched refs:func_offset (Results 1 – 2 of 2) sorted by relevance
231 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress() local232 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() local267 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()
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()