Searched refs:offset_of_offset (Results 1 – 1 of 1) sorted by relevance
735 uint64_t offset_of_offset = base_address + idx * offset_size; in fetch_indexed_offset() local751 if (offset_of_offset + offset_size >= section->size) in fetch_indexed_offset()754 offset_of_offset, section->name); in fetch_indexed_offset()758 return base_address + byte_get (section->start + offset_of_offset, offset_size); in fetch_indexed_offset()