Searched refs:level2_offset (Results 1 – 1 of 1) sorted by relevance
1917 unsigned int level2_offset; in dump_exe_compact_unwind() local1921 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind()1924 i, func_offset, level2_offset, lsda_offset); in dump_exe_compact_unwind()1933 unsigned int level2_offset; in dump_exe_compact_unwind() local1938 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind()1941 if (level2_offset == 0) in dump_exe_compact_unwind()1944 level2 = content + level2_offset; in dump_exe_compact_unwind()