Searched refs:index_entry (Results 1 – 1 of 1) sorted by relevance
1871 struct mach_o_unwind_index_entry *index_entry; in dump_exe_compact_unwind() local1913 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()1920 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind()1921 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind()1922 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind()1925 index_entry++; in dump_exe_compact_unwind()1929 index_entry = (struct mach_o_unwind_index_entry *) (content + index_offset); in dump_exe_compact_unwind()1937 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind()1938 level2_offset = bfd_get_32 (abfd, index_entry->second_level_offset); in dump_exe_compact_unwind()2049 lsda_offset = bfd_get_32 (abfd, index_entry->lsda_index_offset); in dump_exe_compact_unwind()[all …]