The field which suffix is “off” point to a structure’s offset.
For example, string_ids_size identify there are how many
strings and string_ids_off identify the start position of string
index. So we can read from the string_ids_off to get all
strings’s index, then through index to locate the storage address
to get the actual strings value.