Lines Matching refs:table_offset
535 Off table_offset = iter.NextOffset();
536 if (table_offset == 0)
538 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
540 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
541 return GetOffAt(table_offset + offsetof(Shdr, sh_offset));
552 Off table_offset = iter.NextOffset();
553 if (table_offset == 0)
555 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type));
557 return GetWordAt(table_offset + offsetof(Shdr, sh_link));
567 Off table_offset = iter.NextOffset();
568 if (table_offset != 0) {
569 *size = GetOffAt(table_offset + offsetof(Shdr, sh_size));
570 return GetOffAt(table_offset + offsetof(Shdr, sh_offset));