Home
last modified time | relevance | path

Searched refs:level2_offset (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1917 unsigned int level2_offset; in dump_exe_compact_unwind() local
1921 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() local
1938 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()